article.hentry {
   margin-left: 1em;
  .blog &,
  #blog-post &,
  .search &,
  .archive &,
  .tag &,
  .category &,
  #ak-blog-post &{
    border-bottom: 2px solid $color__background-hr;
    margin-bottom: 1.875em;
    padding-bottom: 1.875em;
  }
}

.entry-title{
  .search article.hentry &,
  .page article.hentry &,
  .blog article.hentry,
  .archive article.hentry,
  .single article.hentry{
    @include font-size(1.5);
    text-transform: inherit;
    font-weight: 500;
    margin-bottom: 5px;
  }
  a{
    color: $color__text-title;
  }
  .format-aside &{
      .blog &,
      .archive &{
        display: none;
      }
  }
}
