@charset "UTF-8";
/*
 * Nord theme
 * ===================================================
 */
/*
 * OFDb colors
 * ===================================================
 */
#block-ofdb-views-block-home-newest-movies > div > div, #block-ofdb-views-block-home-newest-tv-shows > div > div, .path-movies .views-element-container > div, .path-tv-shows .views-element-container > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

#block-ofdb-views-block-home-newest-movies .views-row, #block-ofdb-views-block-home-newest-tv-shows .views-row, .path-movies .views-row, .path-tv-shows .views-row {
  width: 48%;
  margin-bottom: 1.5em;
  background-color: #3b4252;
  overflow: hidden;
}
@media (min-width: 768px) {
  #block-ofdb-views-block-home-newest-movies .views-row, #block-ofdb-views-block-home-newest-tv-shows .views-row, .path-movies .views-row, .path-tv-shows .views-row {
    width: 24%;
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  #block-ofdb-views-block-home-newest-movies .views-row, #block-ofdb-views-block-home-newest-tv-shows .views-row, .path-movies .views-row, .path-tv-shows .views-row {
    width: 12%;
    margin-bottom: 0.4em;
  }
}

.path-movies .views-row.dummy-item, .path-tv-shows .views-row.dummy-item {
  height: 0;
  margin: 0 !important;
  padding: 0;
}

#block-ofdb-views-block-home-newest-movies .views-row a, #block-ofdb-views-block-home-newest-tv-shows .views-row a, .path-movies .views-row a, .path-tv-shows .views-row a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}

#block-ofdb-views-block-home-newest-movies .views-row a:hover, #block-ofdb-views-block-home-newest-tv-shows .views-row a:hover, .path-movies .views-row a:hover, .path-tv-shows .views-row a:hover {
  opacity: 0.9;
  color: #a3be8c;
}

#block-ofdb-views-block-home-newest-movies .views-row a .card, #block-ofdb-views-block-home-newest-tv-shows .views-row a .card, .path-movies .views-row a .card, .path-tv-shows .views-row a .card {
  margin: 1.5em 0 0.5em 0;
}

#block-ofdb-views-block-home-newest-movies .views-row a .card .icon, #block-ofdb-views-block-home-newest-tv-shows .views-row a .card .icon, .path-movies .views-row a .card .icon, .path-tv-shows .views-row a .card .icon {
  margin: 0;
}

#block-ofdb-views-block-home-newest-movies .views-row a .meta, #block-ofdb-views-block-home-newest-tv-shows .views-row a .meta, .path-movies .views-row a .meta, .path-tv-shows .views-row a .meta {
  padding: 5px;
}

#block-views-block-tv-show-episodes table {
  width: 100%;
  border-spacing: 0;
  padding: 0;
}

#block-views-block-tv-show-episodes table tbody td {
  vertical-align: top;
}

#block-views-block-tv-show-episodes table tbody tr:last-of-type, #block-views-block-tv-show-episodes table tbody .season.last, #block-views-block-tv-show-episodes table tbody tr:last-of-type td, #block-views-block-tv-show-episodes table tbody .season.last td {
  border-bottom: none !important;
}

#block-views-block-tv-show-episodes table tbody tr.open, #block-views-block-tv-show-episodes table.responsive .paragraph--type--episode {
  border-bottom-style: dotted;
}

#block-views-block-tv-show-episodes table tbody tr.last.open {
  border-bottom: dotted 1px #434c5e !important;
}

@supports (-moz-appearance: none) {
  #block-views-block-tv-show-episodes table tbody tr.open, #block-views-block-tv-show-episodes table.responsive .paragraph--type--episode {
    border-bottom-style: dashed;
  }
  #block-views-block-tv-show-episodes table tbody tr.last.open {
    border-bottom: dashed 1px #434c5e !important;
  }
}
#block-views-block-tv-show-episodes table.responsive .paragraph--type--episode.show {
  display: block;
}

#block-views-block-tv-show-episodes table.responsive .paragraph--type--episode.last, #block-views-block-tv-show-episodes table.responsive .paragraph--type--episode.no-episodes {
  border-bottom-style: solid;
}

#block-views-block-tv-show-episodes table tbody .toggleEpisodes {
  display: flex;
  font-weight: 700;
}

#block-views-block-tv-show-episodes table tbody .toggleEpisodes:hover {
  cursor: pointer;
}

#block-views-block-tv-show-episodes table tbody .toggleEpisodes .icon {
  margin-top: 5px;
}

@media (min-width: 960px) {
  #block-views-block-tv-show-episodes table.responsive .paragraph--type--episode.show {
    display: table-row !important;
    border-bottom: none;
  }
  #block-views-block-tv-show-episodes table tbody tr.open td, #block-views-block-tv-show-episodes table tbody tr.last.open td, #block-views-block-tv-show-episodes table tbody .paragraph--type--episode td {
    border-bottom-style: dotted;
  }
  #block-views-block-tv-show-episodes table tbody tr.last.open td {
    border-bottom: dotted 1px #3b4252 !important;
  }
  @supports (-moz-appearance: none) {
    #block-views-block-tv-show-episodes table tbody tr.open td, #block-views-block-tv-show-episodes table tbody tr.last.open td, #block-views-block-tv-show-episodes table tbody .paragraph--type--episode td {
      border-bottom-style: dashed;
    }
    #block-views-block-tv-show-episodes table tbody tr.last.open td {
      border-bottom: dashed 1px #3b4252 !important;
    }
  }
  #block-views-block-tv-show-episodes table tbody .paragraph--type--episode.last td, #block-views-block-tv-show-episodes table .paragraph--type--episode.no-episodes td {
    border-bottom-style: solid;
  }
  #block-views-block-tv-show-episodes table tr td:first-of-type {
    width: 85px;
  }
  #block-views-block-tv-show-episodes table tr td.release-date {
    width: 25%;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #block-views-block-tv-show-episodes table tr td.release-date {
    width: 15%;
  }
}
#block-views-block-tv-show-episodes .paragraph--type--episode {
  display: none;
}

#block-views-block-person-filmography-cast .row, #block-views-block-person-filmography-crew .row {
  padding: 0;
}

@media (min-width: 960px) {
  .path-taxonomy table.responsive tbody tr td:not([colspan]) {
    width: 90%;
  }
  .path-taxonomy .vocabulary-position table.responsive tbody tr td:not([colspan]) {
    width: 45%;
  }
  #block-views-block-person-filmography-cast table tr td:first-of-type, #block-views-block-person-filmography-crew table tr td:first-of-type, #block-views-block-character-appearances table tr td:first-of-type {
    width: 50%;
  }
  #block-views-block-person-filmography-cast table tr td.release-date, #block-views-block-person-filmography-crew table tr td.release-date, #block-views-block-character-appearances table tr td.release-date, .views-element-container table.vocabulary tr th:last-of-type, .views-element-container table.vocabulary tr td.release-date {
    text-align: right;
    width: 10%;
  }
}
#block-views-block-episode-episode-info .views-row > div, #block-views-block-episode-episode-w-season-info .views-row > div {
  margin: 1em 0;
}
@media (min-width: 768px) {
  #block-views-block-episode-episode-info .views-row > div, #block-views-block-episode-episode-w-season-info .views-row > div {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1em 0;
  }
}

#block-views-block-episode-episode-info .views-row > div > div, #block-views-block-episode-episode-w-season-info .views-row > div > div {
  display: flex;
  margin-right: 1em;
}

#block-views-block-episode-episode-info .views-row > div > div:last-of-type, #block-views-block-episode-episode-w-season-info .views-row > div > div:last-of-type {
  margin-right: 0;
}

#block-views-block-episode-episode-info .views-row #episode.prev > .icon, #block-views-block-episode-episode-info .views-row #episode.prev > a .icon, #block-views-block-episode-episode-w-season-info .views-row #episode.prev > .icon, #block-views-block-episode-episode-w-season-info .views-row #episode.prev > a .icon {
  margin-right: 0;
}

.path-category .blog-content .views-row, .path-taxonomy .blog-content .views-row {
  border-bottom: solid 1px #3b4252;
}

.path-category .blog-content .views-row:last-of-type, .path-taxonomy .blog-content .views-row:last-of-type {
  border-bottom: none;
}

.path-category .blog-content .views-row .post, .path-taxonomy .blog-content .views-row .post {
  margin-bottom: 1em;
}

.path-category .blog-content .views-row h2, .path-taxonomy .blog-content .views-row h2 {
  margin-top: 0.4em;
}

.path-category .blog-content .views-row .meta, .path-taxonomy .blog-content .views-row .meta {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .path-category .blog-content .views-row .meta, .path-taxonomy .blog-content .views-row .meta {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1em 0;
  }
}

.path-category .blog-content .views-row .meta > div, .path-taxonomy .blog-content .views-row .meta > div {
  margin-right: 1em;
}

.path-category .blog-content .views-row .meta > div:last-of-type, .path-taxonomy .blog-content .views-row .meta > div:last-of-type {
  margin-right: 0;
}

.path-category .blog-content .views-row .meta > div, .path-taxonomy .blog-content .views-row .meta > div {
  display: flex;
}

.path-category .blog-content .views-row .meta ul, .path-taxonomy .blog-content .views-row .meta ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.path-category .blog-content .views-row .meta ul li, .path-taxonomy .blog-content .views-row .meta ul li {
  flex-shrink: 0;
  max-width: 100%;
}

.path-category .blog-content .views-row .meta ul li::after, .path-taxonomy .blog-content .views-row .meta ul li::after {
  content: "·";
  margin: 0 3px;
}

.path-category .blog-content .views-row .meta ul li:last-of-type::after, .path-taxonomy .blog-content .views-row .meta ul li:last-of-type::after {
  display: none;
}

#block-views-block-blog-categories .rss {
  display: flex;
}

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