/*
Theme Name: Olivet Teens Theme
*/

@media (min-width: 783px) {
  .admin-bar .ph {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .ph {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body {
    position:static;
  }
  .admin-bar .ph {
      position:absolute;
  }
}

.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{
  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;
}
.post-edit-link.abs {
  position:absolute;
  top:0;
  right:0;
}

.grecaptcha-badge{display:none}
.wp-block-preformatted form input{width:auto;height:auto;text-indent:0;border-width:0}