/*---------------------------------------------------------------*/
/*------------- Put CSS to overwrite Blog CSS here  -------------*/
/*---------------------------------------------------------------*/

.blog-widget .blog-widget-heading {
display: none !important;
}



@media all and (max-width: 780px) {
  .blogNavigation {
    text-align: center;
  }
  .blogArticle .blogArticleWrap .blogPostHero {
    float: none;
    max-width: none;
    margin: 1em 0;
  }
  .blogArticle .blogArticleImages .container div {
    width: 49%;
  }
  .categorySection .container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

    .blogPost .blogPostHero {
    width: 100%;
    max-width: none;
    max-height: none;
    min-height: 15em;
    margin: 0 0 1em;
  }
  .blogPost .blogPostDetails {
    width: 100%;
  }
}


.blog-widget .blog-widget-article .blog-widget-article-img .blog-widget-article-imgFrame {
  padding-bottom: 140%;
}


.blog-widget .blog-widget-article {
  color: var(--fontColor);
  background: transparent;
  border: none;
  box-shadow: none;
}


.blog-widget .blog-widget-article .blog-widget-article-preview {
 padding: 1em 0em 1.5em;
}


.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-preview-title {
  line-height: 1.3em;
  padding: 0.5em 0;
  color: var(--headingColor);
  font-family: var(--headingFont);
  font-weight: 500;
  font-size: 1.2em;
  text-transform: capitalize;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-text {
  padding: 0.3em 0 .6em;
  line-height: 1.4em;
  font-size: .9em;
  font-weight: 300;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button {
  display: block;
  width: 100%;
  max-width: max-content;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 1em;
  margin: 0;
}

.blog-widget-article-content-button {
  border: none;
  font-size: .85em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .05em;
  color: var(--cta);
  font-weight: 400;
}

.blog-widget .blog-widget-article:hover {
  box-shadow: none;
  transform: var(--cardTransformHover);
  background: transparent;
  color: var(--headingColor);
}


@media all and (max-width:560px) {
  .blog-widget .blog-widget-article .blog-widget-article-img .blog-widget-article-imgFrame {
  padding-bottom: 380px;
}
}

.blogPost .blogPostDetails a.blogBtn {
  padding: .5em 1em;
  margin-top: .8em;
}

.blogPost {
  background: var(--grey);
  box-shadow: none;
}

.blogPost:hover {
  box-shadow: var(--cardShadow);
  background: var(--grey);
}

.articleStub {
  margin-top: 2em;
}