/*==========================================
	BLOG LISTING STYLING - blogListing.scss
==========================================*/
/* Define some standard colors in variables */
/* COMPASS IMPORTS */
/* Define our base font size and line height */
/* Compass baseline */
html {
  font-size: 100%;
  line-height: 0.6875em;
}

html {
  line-height: 1.375em;
}

.blogListMoreButtonContainer {
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
}

.featuredStyle .blogLatest .blogItem.featuredBlogItem .blogInfoContainer {
  display: none;
}

.blogLatest {
  /* no long elements at mobile view */
}
.blogLatest .blogListWidget .title.centered, .blogLatest .blogRecommendedResources .heading {
  text-align: left;
}
.blogLatest .blogItem {
  width: 100%;
  margin-bottom: 11px;
  float: left;
  position: relative;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
}
.blogLatest .blogItem:hover .blogLinkReadMoreIcon span:last-of-type {
  background: #819aa8;
  color: white;
}
.blogLatest .blogDateLabel {
  display: none;
}
.blogLatest .blogAuthorLabel {
  display: none;
}
.blogLatest .blogDateText, .blogLatest .blogDate {
  font-family: Georgia, serif;
  color: #819aa8;
  display: inline-block;
  margin-bottom: 0.6875em;
}
.blogLatest .blogAuthorText, .blogLatest .blogAuthor {
  color: #303030;
  display: inline-block;
  font-style: italic;
}
.blogLatest .blogAuthorText a, .blogLatest .blogAuthor a {
  color: #819aa8;
}
.blogLatest .blogAuthorText span:before, .blogLatest .blogAuthor p:before {
  content: " . ";
}
.blogLatest .blogImage, .blogLatest .blogFeaturedImage {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}
.blogLatest .blogImage a, .blogLatest .blogFeaturedImage a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
}
.blogLatest .blogImage img, .blogLatest .blogFeaturedImage img {
  display: block;
  width: 100%;
  height: auto;
}
.blogLatest .blogHeadlineShort a {
  display: block;
  height: 1.4em;
  width: 99%;
  overflow: hidden;
  font-family: "ProximaBold", sans-serif;
  font-style: normal;
  color: #303030;
  z-index: 0;
}
.blogLatest .blogHeadlineShort a:hover {
  text-decoration: none;
  color: initial;
}
.blogLatest .blogExcerptShort p {
  margin-right: 38px;
  margin-bottom: 0;
  height: 2.7em;
  overflow: hidden;
}
.blogLatest .blogExcerptLong, .blogLatest .blogDate, .blogLatest .blogAuthor {
  display: none;
}
.blogLatest .blogInfoContainer {
  width: 100%;
  padding: 5px 11px;
  position: absolute;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}
.blogLatest .blogLinkReadMoreIcon {
  display: table;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.blogLatest .blogLinkReadMoreIcon .icon-arrow-right-2 {
  display: table-cell;
  background: white;
  text-align: center;
  color: #819aa8;
  padding: 4px 5px;
  font-size: 22px;
  float: right;
}
.blogLatest .blogLinkReadMoreIcon a {
  display: block;
  height: 100%;
}
.blogLatest .blogLinkReadMoreIcon a:hover {
  text-decoration: none;
}
.blogLatest .blogLinkReadMoreIcon .blogMoreInfoTxt {
  display: none;
}
.blogLatest .blogLatest .blogItem:nth-of-type(3), .blogLatest .blogLatest .blogItem:nth-of-type(4) {
  display: none;
}

/************************
Colors ($cyan is default)
************************/
.green .blogItem .blogLinkReadMoreIcon .icon-arrow-right-2 {
  color: #819aa8;
}
.green .blogItem:hover .blogLinkReadMoreIcon span:last-of-type {
  background: #819aa8;
  color: white;
}

.orange .blogItem .blogLinkReadMoreIcon .icon-arrow-right-2 {
  color: #819aa8;
}
.orange .blogItem:hover .blogLinkReadMoreIcon span:last-of-type {
  background: #819aa8;
  color: white;
}

.tan .blogItem .blogLinkReadMoreIcon .icon-arrow-right-2 {
  color: #819aa8;
}
.tan .blogItem:hover .blogLinkReadMoreIcon span:last-of-type {
  background: #819aa8;
  color: white;
}

@media screen and (min-width: 480px) {
  .blogLatest {
    margin-right: -11px;
  }
  .blogLatest .blogListMoreButtonContainer {
    display: none;
  }
  .blogLatest .sectionContainer {
    margin-bottom: 1.375em;
  }
  .blogLatest .blogItem {
    width: 50%;
    display: inline-block;
    padding-right: 11px;
  }
  .blogLatest .blogLinkReadMoreIcon {
    right: 11px;
  }
  .blogLatest .blogExcerptShort {
    height: 2.8em;
  }
  .blogLatest .blogItem:nth-of-type(3), .blogLatest .blogItem:nth-of-type(4) {
    display: none;
  }
}
@media screen and (min-width: 770px) {
  .blogListMoreButtonContainer {
    display: none;
  }

  .blogLatest .blogItem:nth-of-type(3) {
    display: inline-block;
  }
  .blogLatest .blogItem:nth-of-type(4) {
    display: none;
  }
  .blogLatest .blogItem {
    width: 33.33333333333333%;
    display: inline-block;
  }
}
@media screen and (min-width: 1050px) {
  .blogLatest .blogItem:nth-of-type(4) {
    display: inline-block;
  }
  .blogLatest .blogItem {
    width: 25%;
    display: inline-block;
  }
}
