.all-posts .sub-nav {
  border: 0;
  margin-right: 0;
  width: 20%;
}
.all-posts .sub-nav::before{
  content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #e6e8e9;
}

.all-posts .row {
  position: relative;
}

.all-posts .article-list {
  padding: 0 20px;
  margin-top: 0;
}
.all-posts .main-content {
  padding: 1.5rem;
}
.all-posts .main-content .article-list__item__date {
  border: 0;
    margin-left: 0;
    padding-left: 0;
}

.all-posts .main-content::before {
  content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 20%;
    border-left: 1px solid #e6e8e9;
    display: none;
}
@media screen and (min-width: 1024px) {
  .all-posts .main-content::before {
    display: block;
  }
}
.all-posts .is-active-ancestor {
  background:rgba(5,28,42,0.08);
}

.all-posts .pagination .current {
  background: white !important;
    color: #595959 !important;
    box-shadow: none;
    cursor: auto;
}
.single-post .list__item__banner {
  margin-bottom: 20px;
  height: 300px;
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.single-post .row {
  position: relative;
}

.single-post .main-content {
  width:80%;
}
.single-post .sub-nav {
  border: 0;
}
.single-post .sub-nav a{
      padding: 10px 20px;
}
.single-post .main-content::before {
  content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 23.5%;
    border-left: 1px solid #e6e8e9;
    display: none;
}
@media screen and (min-width: 1024px) {
  .single-post .main-content::before {
    display: block;
  }
  .single-post .main-content {
    width: 66.5%;
  }
}
.single-post .sub-nav::before{
  content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #e6e8e9;
}
.single-post .is-active-ancestor {
  background:rgba(5,28,42,0.08);
}
.site-logo img{
  height: 40px;
  width: 180px;
}
