.blog_author, .clear, .blogPost_comments, .blogPost_Readmore, .previous_post, .next_post {
    display: none;
}

.blog_tags {
    margin-top: 40px;
}

#blogList .blogPost_Title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.3rem;
}

#blogList .blogPost_Title a {
    text-decoration:none;
    line-height: 2.3rem;
}

#blogList .blogPost_Title a:hover {
    text-decoration:underline;
}

.blogPost_Timestamp {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #93918f;
    font-weight: 600;
}

#blogList .blogPost {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 75px;
}

#blogPost .blogPost {
    margin-bottom: 50px;
}

#blogPost .blogPost_Title {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 4rem;
}

#blogPost .blogPost_Title a {
    text-decoration: none;
}

.backTolist a {
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #8e8e8e;
    text-transform: uppercase;
}

#blogPost hr {
    display: none !important;
}

.backTolist {
    margin-bottom: 20px;
}

.backTolist a:before {
    content: "< ";
}

@media (min-width: 992px) {
  #blogList .blogPost {
      width: 35%;
      margin-left: 10%;
  }
}
