.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}
  
.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}  

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
  background: #282828;
}

@media screen and (min-width: 768px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}    


/* -------------- PLACECUBE BLOG 2022 OVERRIDES ------- */

/* -----------BLOG LISTINGS PAGE ------- */
/* - thumbnail containers ------- */
.blog-index__post {
    flex: 0 0 31.33333%;
    margin: 1%;
    border: 1px solid rgb(0 0 0 / 38%);
    padding: 0;
  position: relative;
}  


/* ------------ Tags ----- */
.blog-index__post-tags {
    padding: 3px 30px;
    color: #fff;
  display: none;
}
.blog-index__post-tag {
    font-weight: 200;
}
/* - GENERAL ----*/
.blog-index__post-tags a {
    color: #fff;
}
.blog-index__post-title {
    padding: 0 30px;
}

.blog-index__post-title-link {
   font-size: 30px;
    font-weight: 400;
}
.blog-index__post-title-link:hover {
   font-size: 30px;
    font-weight: 400;
}

.blog-index-author-and-date-container {
  width: 100%;
  padding-bottom: 100px;
}
.blog-index__post-author {
    padding: 12px 30px 0 30px;
}
.blog-index__post-author-name {
  font-weight: 400;
}

.blog-index__post-timestamp {
    padding: 0 30px;
    font-size: 15px;
    color: #9d9b9b;
}
.blog-index__post-summary {
    padding: 0 30px;
  color: #fff!important;   
} 
.blog-index__post-button-wrapper {
    padding: 0 0 30px 0;
    /* border-bottom: 1px solid #999; */
    border-bottom: 1px solid rgba(0,0,0,.38);
  position: absolute;
  bottom: 0;
}
a.blog-index__post-button.button {
    background: #5cb8b2;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    margin-left: 30px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 24px;
}
.blog-index__post-image {
    width: 100%;
}
@media screen and (max-width:992px) and (min-width:0) {

    .blog-index__post-tags {
        padding: 3px 10px;
        right: 10px;
        top: 10px;
        font-size: 18px;
    }
  .blog-index__post {
      flex: 48%;
  }
}


@media screen and (max-width:650px) and (min-width:0) {
  .blog-index__post {
      flex: 98%;
      margin: 1% 1% 50px 1%;
  }
}


/* -----------BLOG LISTINGS PAGE ------- */
   

/* -------------- POSTS ABOUT --------- */
h2.blog-tag-heading, h2.blog-author-heading {
    padding: 60px 0 0 1%;
    font-weight: 400;
    font-size: 48px;
    margin: 0;
}
/* -------------- POSTS ABOUT --------- */



/
