/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/** blog */
.node--type-blog .node__submitted {
  margin-bottom: 1.25rem;
  color: #999;
  font-size: 0.9em;
}
.node--type-blog .field--name-field-tags {
  overflow: hidden;
  margin: 0 -10px;
}
.node--type-blog .field--name-field-tags .field__item {
  float: left;
  margin: 0 10px;
}
.node--type-blog.node--view-mode-teaser {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .node--type-blog.node--view-mode-teaser .img-adaptive {
    margin-bottom: 20px;
  }
}
.view-display-id-block_front .node--type-blog.node--view-mode-teaser .img-adaptive {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .node--type-blog.node--view-mode-teaser .field--name-body > * {
    font-size: 16px;
  }
}
.node--type-blog.node--view-mode-full .field {
  margin-bottom: 15px;
}
.node--type-blog.node--view-mode-full .field:last-of-type {
  margin-bottom: 0;
}
.node--type-blog.node--view-mode-full .img-adaptive {
  margin-bottom: 30px;
}

.blog-teaser--front .blog-teaser__title {
  margin-bottom: 15px;
}
.blog-teaser--front .blog-teaser__date {
  margin-bottom: 8px;
}