.nooz-pagination {
  color: #777;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.nooz-pagination__nav {
  margin: 8px;
  margin-bottom: 0;
}
.nooz-pagination__nav-link {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: inherit;
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
  padding: 10px 20px;
}
.nooz-pagination__nav-link:visited {
  color: inherit;
}
.nooz-pagination__nav-link:active, .nooz-pagination__nav-link:focus, .nooz-pagination__nav-link:hover {
  color: #00a0d2;
  text-decoration: none;
}

.nooz-taxonomy {
  margin: 0;
  padding-bottom: 32px;
}
.nooz-taxonomy__title {
  display: none;
}
.nooz-taxonomy__terms {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nooz-taxonomy__term {
  margin: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nooz-taxonomy--post-types .nooz-taxonomy__term {
    margin: 0;
    width: 140px;
  }
}
.nooz-taxonomy__term-link {
  color: #999;
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: center;
}
.nooz-taxonomy__term-link:visited {
  color: #999;
}
.nooz-taxonomy__term-link:active, .nooz-taxonomy__term-link:focus, .nooz-taxonomy__term-link:hover {
  color: #00a0d2;
  text-decoration: none;
}
.nooz-taxonomy--post-types .nooz-taxonomy__term-link {
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}
.nooz-taxonomy--post-types .nooz-taxonomy__term-link:hover {
  background-color: #eee;
}
@media (min-width: 768px) {
  .nooz-taxonomy--post-types .nooz-taxonomy__term-link {
    border-bottom: 1px solid #ddd;
    height: 80px;
    padding: 0 20px;
  }
}
.active .nooz-taxonomy__term-link {
  color: #00a0d2;
  text-decoration: none;
}
.nooz-taxonomy--post-types .active .nooz-taxonomy__term-link {
  background-color: #0073aa;
  border-bottom: 1px solid #0073aa;
  color: #fff;
}

.nooz-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .nooz-posts {
    grid-gap: 32px;
  }
}

.nooz-post {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  font-size: NaNrem;
  color: #333;
  overflow: hidden;
  position: relative;
}
.nooz-post:before {
  content: "";
  display: none;
  padding-top: 133.3333333333%;
  width: 100%;
}
@media (min-width: 768px) {
  .nooz-post:before {
    display: block;
  }
}
.nooz-post__link {
  bottom: 0;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .nooz-post__link {
    position: absolute;
  }
}
.nooz-post__link:visited {
  color: inherit;
}
.nooz-post__link:active, .nooz-post__link:focus, .nooz-post__link:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .has-excerpt .nooz-post__link:after {
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 80%);
    bottom: 0;
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .has-excerpt.has-action .nooz-post__link:after {
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 60%);
    height: 120px;
  }
}
.nooz-post__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 16px;
}
@media (min-width: 768px) {
  .nooz-post__body {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.nooz-post__body > * {
  margin-top: 8px;
}
.nooz-post__body > *:first-child {
  margin-top: auto;
}
.nooz-post__body:after {
  content: "";
  height: 0;
  line-height: 0;
  margin-bottom: auto;
}
.nooz-post__action {
  padding: 16px;
  padding-top: 0;
  z-index: 1;
}
.nooz-post__action-button {
  background-color: #333;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  padding: 0.5rem 1rem;
  transition: all 0.2s linear;
  transition-property: background-color;
}
.nooz-post__link:hover .nooz-post__action-button {
  background-color: #00a0d2;
}
.nooz-post__preview {
  position: relative;
  z-index: 1;
}
.nooz-post__preview-background {
  background: transparent url() no-repeat center;
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
@media (min-width: 768px) {
  .nooz-post__preview-background {
    padding-top: 75%;
  }
}
.has-excerpt .nooz-post__preview-background {
  padding-top: 56.25%;
}
.nooz-post__preview-image {
  display: none;
  height: 100%;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.nooz-post__heading {
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  transition: all 0.2s linear;
  transition-property: color;
}
@media (min-width: 768px) {
  .nooz-post__heading {
    font-size: 1em;
  }
}
.nooz-post__link:hover .nooz-post__heading {
  color: #00a0d2;
}
.nooz-post__excerpt {
  font-size: 0.9em;
  line-height: 1.2;
}
.nooz-post__source {
  color: #777;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}
.nooz-post__datetime {
  color: #777;
  font-size: 0.8em;
}

.nooz-release__subheadline, .nooz-release__body, .nooz-release__boilerplate, .nooz-release__contact, .nooz-release__ending {
  margin-bottom: 15px;
}

.nooz-dateline {
  display: block;
  margin-bottom: 15px;
}
.nooz-dateline__separator {
  display: none;
}
.nooz-release--combine-dateline .nooz-dateline {
  display: inline;
  margin-bottom: 0;
}
.nooz-release--combine-dateline .nooz-dateline__separator {
  display: inline;
}
/*# sourceMappingURL=theme.css.map */
