@charset "UTF-8";
/*
 * Nord theme
 * ===================================================
 */
/*
 * OFDb colors
 * ===================================================
 */
.page-node-type-wiki-article #content {
  margin-bottom: 1em;
}

.page-node-type-movie #meta, .page-node-type-tv-show #meta, .page-node-type-episode #meta, .page-node-type-person #meta, .page-node-type-character #meta, .page-node-type-blog-post #meta, .page-node-type-wiki-article #meta {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .page-node-type-movie #meta, .page-node-type-tv-show #meta, .page-node-type-episode #meta, .page-node-type-person #meta, .page-node-type-character #meta, .page-node-type-blog-post #meta, .page-node-type-wiki-article #meta {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1em 0;
  }
}

.page-node-type-movie #meta > div, .page-node-type-tv-show #meta > div, .page-node-type-episode #meta > div, .page-node-type-person #meta > div, .page-node-type-character #meta > div, .page-node-type-blog-post #meta > div, .page-node-type-wiki-article #meta > div {
  margin-right: 1em;
}

.page-node-type-movie #meta > div:last-of-type, .page-node-type-tv-show #meta > div:last-of-type, .page-node-type-episode #meta > div:last-of-type, .page-node-type-person #meta > div:last-of-type, .page-node-type-character #meta > div:last-of-type, .page-node-type-blog-post #meta > div:last-of-type, .page-node-type-wiki-article #meta > div:last-of-type {
  margin-right: 0;
}

.page-node-type-movie #tagline, .page-node-type-movie #general, .page-node-type-movie #production, .page-node-type-movie #technical, .page-node-type-tv-show #tagline, .page-node-type-tv-show #general, .page-node-type-tv-show #production, .page-node-type-tv-show #technical, .page-node-type-movie #links, .page-node-type-movie #collection, .page-node-type-tv-show #links, .page-node-type-tv-show #collection, .page-node-type-episode #links, .page-node-type-person #general, .page-node-type-person #links, .page-node-type-character #links {
  margin-bottom: 1em;
}

.page-node-type-movie #meta > div, .page-node-type-movie #tagline, .page-node-type-movie #general > div, .page-node-type-movie #production > div, .page-node-type-movie #technical > div, .page-node-type-movie #collection, .page-node-type-movie #links, .page-node-type-tv-show #meta > div, .page-node-type-tv-show #tagline, .page-node-type-tv-show #general > div, .page-node-type-tv-show #production > div, .page-node-type-tv-show #technical > div, .page-node-type-tv-show #links, .page-node-type-tv-show #collection, .page-node-type-episode #meta > div, .page-node-type-episode #general-info > div, .page-node-type-episode #links, .page-node-type-person #meta > div, .page-node-type-person #general > div, .page-node-type-person #links, .page-node-type-character #meta > div, .page-node-type-character #links, .page-node-type-blog-post #meta > div, .page-node-type-wiki-article #meta > div {
  display: flex;
}

.page-node-type-movie article ul, .page-node-type-tv-show article ul, .page-node-type-episode article ul, .page-node-type-person article ul, .page-node-type-character article ul, .page-node-type-blog-post article #meta ul, .page-node-type-wiki-article article #meta ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-node-type-movie article ul li, .page-node-type-tv-show article ul li, .page-node-type-person article ul li, .page-node-type-character article ul li, .page-node-type-blog-post article #meta ul li, .page-node-type-wiki-article article #meta ul li {
  flex-shrink: 0;
  max-width: 100%;
}

.page-node-type-movie article ul li::after, .page-node-type-tv-show article ul li::after, .page-node-type-episode article ul li::after, .page-node-type-person article ul li::after, .page-node-type-character article ul li::after, .page-node-type-blog-post article #meta ul li::after {
  content: "·";
  margin: 0 3px;
}

#cast-crew ul li::after, .page-node-type-movie article ul li:last-of-type::after, .page-node-type-tv-show article ul li:last-of-type::after, .page-node-type-episode article ul li:last-of-type::after, .page-node-type-person article ul li:last-of-type::after, .page-node-type-character article ul li:last-of-type::after, .page-node-type-blog-post article #meta ul li:last-of-type::after {
  display: none;
}

.page-node-type-movie #cast-crew, .page-node-type-episode #cast-crew {
  margin-top: 1em;
}

.page-node-type-movie #cast-crew > div, .page-node-type-episode #cast-crew > div {
  display: none;
}

@media (min-width: 960px) {
  .page-node-type-movie #cast-crew table td, .page-node-type-episode #cast-crew table td {
    width: 50%;
  }
}
#cast-crew table, #cast-crew tbody, #cast-crew th, #cast-crew td, #cast-crew tr {
  display: block;
}

#cast-crew table thead tr {
  position: absolute;
  top: -9999px !important;
  left: -9999px;
}
@media (min-width: 960px) {
  #cast-crew table thead tr {
    position: relative;
  }
}

#cast-crew table tr {
  border-bottom: solid 1px #434c5e;
}
@media (min-width: 960px) {
  #cast-crew table tr {
    display: table-row;
    border-bottom: none;
  }
}

@media (min-width: 960px) {
  #cast-crew table tr:last-of-type td {
    border-bottom: none;
  }
}
#cast-crew table td {
  /* Behave  like a "row" */
  border: none;
  border-bottom: none;
  position: relative;
  padding: 0;
}
@media (min-width: 960px) {
  #cast-crew table td {
    display: table-cell;
    border-bottom: solid 1px #3b4252;
    padding: 0.3em 0.5em;
  }
}

#cast-crew table td:first-of-type {
  margin-top: 1em;
}
@media (min-width: 960px) {
  #cast-crew table td:first-of-type {
    margin-top: 0;
  }
}

#cast-crew table td:last-of-type {
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  #cast-crew table td:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  #cast-crew table {
    display: table;
  }
  #cast-crew thead {
    display: table-header-group;
  }
  #cast-crew tbody {
    display: table-row-group;
  }
  #cast-crew th {
    display: table-row;
  }
}
.page-node-type-movie #tagline p, .page-node-type-tv-show #tagline p {
  margin-bottom: 0;
}

.page-node-type-movie #runtime .icon, .page-node-type-episode #runtime .icon {
  margin-right: 2px;
}

.page-node-type-tv-show #status .icon {
  margin-right: 4px;
}

.revision-current {
  background-color: #5e81ac;
}

#filmography ul {
  margin-bottom: 0;
}

.page-node-type-person #meta #height {
  margin-left: -4px;
}

.page-node-type-person #meta #height .icon {
  margin-right: -1px;
}

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