/*
Theme Name: Elim Theme
*/

.admin-bar .page-header{
  -moz-transition:0s;
  -o-transition:0s;
  -webkit-transition:0s;
  transition:0s;
}
@media (min-width: 783px) {
  .admin-bar .hero{
    height:calc(100vh - 32px);
  }
  .admin-bar.shrinkHeader .page-header,
  .admin-bar.show-menu .page-header{
    top:32px;
  }
  .admin-bar .page-nav{
    height:calc(100vh - 115px - 32px);
    top:calc(115px + 32px);
  }
  .admin-bar.shrinkHeader .page-nav{
    height:calc(100vh - 70px - 32px);
    top:calc(70px + 32px);
  }
  .admin-bar .header-search {
    top:calc(100px + 32px);
  }
  .admin-bar.shrinkHeader .header-search {
    top:calc(70px + 32px);
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .hero{
    height:calc(100vh - 46px);
  }
  .admin-bar.shrinkHeader .page-header,
  .admin-bar.show-menu .page-header{
    top:46px;
  }
  .admin-bar .page-nav{
    height:calc(100vh - 115px - 46px);
    top:calc(115px + 46px);
  }
  .admin-bar.shrinkHeader .page-nav{
    height:calc(100vh - 70px - 46px);
    top:calc(70px + 46px);
  }
  .admin-bar .header-search {
    top:calc(100px + 46px);
  }
  .admin-bar.shrinkHeader .header-search {
    top:calc(70px + 46px);
  }
}
@media (max-width: 600px) {
  .admin-bar #wpadminbar {
      position:fixed;
  }
}

.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;
}