.nooz-pagination {
  color: #777;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.nooz-pagination__nav {
  margin: 0.5rem;
}
.nooz-pagination__nav-link {
  color: inherit;
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 1rem;
}
.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: 2rem;
}
.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: 0.5rem;
  margin-bottom: 0;
}
.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;
  text-decoration: none;
}
.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;
}
.nooz-taxonomy--post-types .nooz-taxonomy__term-link:hover {
  background-color: #eee;
}
.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-view {
  max-width: inherit;
}

.nooz-posts {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(auto-fit, minmax(260px, 300px));
  grid-gap: 32px;
}

.nooz-post {
  background-color: #ddd;
  border-radius: 16px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  font-size: NaNrem;
  color: #333;
  overflow: hidden;
  position: relative;
}
.nooz-post--dark {
  background-color: #222;
  color: #fdfdfd;
}
.nooz-post:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  width: 100%;
}
.nooz-post__link {
  bottom: 0;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.nooz-post__link:visited {
  color: inherit;
}
.nooz-post__link:active, .nooz-post__link:focus, .nooz-post__link:hover {
  color: inherit;
  text-decoration: none;
}
.nooz-post__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}
.nooz-post__action {
  padding: 1rem;
  padding-top: 0;
  z-index: 1;
}
.nooz-post__action-button {
  background-color: #333;
  border: 0;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1;
  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: 75%;
  position: relative;
}
.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: 0.8em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  transition: all 0.2s linear;
  transition-property: color;
}
.nooz-post__link:hover .nooz-post__heading {
  color: #00a0d2;
}
.nooz-post__excerpt {
  font-size: 0.7em;
  line-height: 1.2;
}
.nooz-post__source {
  color: #777;
  font-size: 0.7em;
  font-weight: 500;
}
.nooz-post--dark .nooz-post__source {
  color: #666;
}
.nooz-post__datetime {
  color: #777;
  font-size: 0.7em;
}
.nooz-post__meta {
  color: #666;
  font-size: 0.7em;
}
.nooz-post--dark .nooz-post__meta {
  color: #ccc;
}
.nooz-post__meta-venue {
  font-weight: 600;
  display: block;
}

.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 */
