/*==========================================
	BLOG LISTING STYLING - blogListing.scss
==========================================*/
.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: #00aeef;
  color: white;
}
.blogLatest .blogDateLabel {
  display: none;
}
.blogLatest .blogAuthorLabel {
  display: none;
}
.blogLatest .blogDateText,
.blogLatest .blogDate {
  font-family: Georgia, serif;
  color: #00aeef;
  display: inline-block;
  margin-bottom: rhythm(1);
}
.blogLatest .blogAuthorText,
.blogLatest .blogAuthor {
  color: #4d4d4f;
  display: inline-block;
  font-style: italic;
}
.blogLatest .blogAuthorText a,
.blogLatest .blogAuthor a {
  color: #00aeef;
}
.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 {
  color: #4d4d4f;
  display: block;
  font: 900 1em/normal 'Lato';
  font-style: normal;
  height: 1.4em;
  overflow: hidden;
  width: 99%;
  z-index: 0;
}
.blogLatest .blogHeadlineShort a:hover {
  color: initial;
  text-decoration: none;
}
.blogLatest .blogExcerptShort p {
  font-family: 'Lato', Arial !important;
  height: 2.7em;
  margin-bottom: 0;
  margin-right: 38px;
  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 {
  display: table-cell;
  background: white;
  text-align: center;
  color: #00aeef;
  padding: 4px 5px;
  font-size: 16px;
  padding: 10px;
  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 {
  color: #00aeef;
}
.green .blogItem:hover .blogLinkReadMoreIcon span:last-of-type {
  background: #0093c6;
  color: white;
}

.orange .blogItem .blogLinkReadMoreIcon .icon-arrow-right {
  color: #f99e49;
}
.orange .blogItem:hover .blogLinkReadMoreIcon span:last-of-type {
  background: #c96d20;
  color: white;
}

.tan .blogItem .blogLinkReadMoreIcon .icon-arrow-right {
  color: #00aeef;
}
.tan .blogItem:hover .blogLinkReadMoreIcon span:last-of-type {
  background: #0093c6;
  color: white;
}

@media screen and (min-width: 480px) {
  .blogLatest {
    margin-right: -11px;
  }
  .blogLatest .blogListMoreButtonContainer {
    display: none;
  }
  .blogLatest .sectionContainer {
    margin-bottom: rhythm(2);
  }
  .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;
  }
}
