@charset "UTF-8";
.page-title {
  color: #263238;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .page-title {
    font-size: 3.5rem;
  }
  .post-layout-1 .page-title {
    font-size: 3.1rem;
  }
  .page-taxonomy .page-title {
    padding-bottom: 1rem;
    border-bottom: 1px dashed #cfd8dc;
    font-size: 2.2rem;
  }
}

.teaser-image-parallax {
  height: 400px;
  position: relative;
}

.teaser-image-parallax:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (min-width: 544px) {
  .teaser-image-parallax {
    height: 460px;
  }
}

@media screen and (min-width: 544px) and (min-height: 800px) {
  .teaser-image-parallax {
    height: 600px;
  }
}

.teaser-image-parallax a {
  color: #FFF;
}

.author-info-wrapper {
  border-bottom: 1px dashed #cfd8dc;
}

.submitted {
  color: rgba(38, 50, 56, 0.54);
  font-size: .9rem;
}

.submitted .user-picture img {
  width: 30px;
  height: auto;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .submitted .user-picture img {
    width: 50px;
  }
}

.submitted a {
  color: rgba(38, 50, 56, 0.87);
  text-decoration: underline;
}

.submitted a:hover {
  text-decoration: none;
}

figcaption {
  padding: 10px 0 10px;
  color: rgba(38, 50, 56, 0.38);
  font-size: .9rem;
  text-align: center;
}

.field--name-field-mg-tags {
  border-top: 1px dashed #cfd8dc;
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
  color: #607d8b;
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .field--name-field-mg-tags {
    font-size: .7rem;
  }
}

.field--name-field-mg-tags a {
  color: #263238;
}

.field--name-field-mg-tags .field__items {
  display: -ms-flexbox;
  display: flex;
}

.field--name-field-mg-tags .field__item {
  margin: 0 .5rem;
}

.field--name-field-mg-tags .field__item:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 5px;
  color: #263238;
}

.post-layout-1 .rrssb-buttons-wrapper {
  padding-top: 1rem;
  border-top: 1px dashed #cfd8dc;
}

@media (min-width: 992px) {
  .post-layout-1 .rrssb-buttons-wrapper {
    padding-top: 0;
    border-top: none;
  }
}

.post-layout-1 .comments-wrapper {
  background-color: #f5f6f7;
  margin-top: 4rem;
  border-radius: 3px;
}

.post-layout-2 .comments-wrapper {
  background-color: #f5f6f7;
  margin-bottom: -2rem;
}

.post-layout-3 .comments-wrapper {
  background-color: #f5f6f7;
}

/*# sourceMappingURL=sourcemaps/node.css.map */
