/*---------------------------------------------------------------*/
/*------------- Put CSS to overwrite Blog CSS here  -------------*/
/*---------------------------------------------------------------*/

@media all and (min-width:701px) {
    .blogArticle {
  width: 100%;
        max-width: calc(100% - 250px);
}
}

.blogPost,
.blogPost:hover {
  border: none;
  border-bottom: solid 1px var(--opacity10);
  box-shadow: none;
}

.blogPost {
  margin-bottom: 2em;
}

.blogPost .blogPostDetails a.blogBtn {
font-size: .8em;
}

.blogPost .blogPostDetails .blogTitle {
  font-size: 1.1em;
  line-height: 1.2em;
  color: var(--headingColor);
  font-family: var(--headingFont);
  font-weight: bold;
}

.blogPost .blogPostDetails .blogPostText {
  line-height: 1.4em;
  font-size: .9em;
  padding-bottom: 1em;
  padding-top: 0;
}

.blogPost .blogPostDetails {
  padding: 1.5em;
}

  .articleStub {
    margin-top: 1.5em;
  }

@media all and (max-width: 700px) {
  .blogPost .blogPostHero {
    height: 45vw;
  min-height: 0;}



  .blogPost .blogPostDetails {
  padding: .5em 0 1.5em;
    text-align: center;
}

  .blogPost .blogPostDetails .blogPublsihInfo {
   text-align: center;
    justify-content: center;
  }

  .categorySection.blog h1 {
    text-align: center;
  }

    .articleStub {
    margin-top: 2.5em;
  }
}