/*
 * Nord theme
 * ===================================================
 */
/*
 * OFDb colors
 * ===================================================
 */
.dialog-off-canvas-main-canvas {
  min-height: 100%;
}

#wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.row {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 10px;
}
@media (min-width: 1200px) {
  .row {
    padding: 10px 0;
  }
}

.path-movies #page-content .row:first-of-type, .path-tv-shows #page-content .row:first-of-type {
  padding: 0;
}

.show {
  display: block !important;
}

#page-header {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: solid 2px #2e3440;
  background-color: #434c5e;
  z-index: 20;
}
@media (min-width: 960px) {
  #page-header {
    position: fixed;
    top: auto;
    border-bottom: none;
  }
}

#page-header .row > div {
  position: relative;
}
@media (min-width: 960px) {
  #page-header .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#page-content {
  flex: 1;
}

.path-frontpage #support-ukraine {
  display: flex;
  margin-bottom: 1em;
  border: solid 1px #8fbcbb;
  border-left-width: 10px;
  background-color: #2e3440;
  padding: 10px;
  color: #8fbcbb;
}

.path-frontpage #support-ukraine img {
  width: auto;
  height: 1em;
  margin-top: 2px;
  margin-right: 5px;
}

@media (min-width: 960px) {
  .path-movies #page-content > .row:first-of-type, .path-tv-shows #page-content > .row:first-of-type {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
.has-sidebar > .row > div {
  margin-bottom: 1em;
  border-bottom: solid 1px #3b4252;
}

@media (min-width: 960px) {
  #page-content.has-sidebar > .row {
    display: flex;
    gap: 20px;
  }
  #page-content.has-sidebar > .row > div {
    width: 70%;
    margin-bottom: 0;
    border-bottom: none;
  }
  #page-content.has-sidebar #sidebar {
    width: 30%;
  }
}
.icon {
  margin: 3px 3px 0 0;
}

.icon.md-18 {
  font-size: 18px;
}

.icon.md-24 {
  font-size: 24px;
}

.icon.md-36 {
  font-size: 36px;
}

.icon.md-48 {
  font-size: 48px;
}

#page-footer .row {
  padding-bottom: 0;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  #page-footer .row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
}

table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive tr, table.responsive td {
  display: block;
}

table.responsive thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media (min-width: 960px) {
  table.responsive thead tr {
    position: relative;
    top: auto;
    left: auto;
  }
}

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

table.responsive tr:last-of-type {
  border-bottom: none;
}

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

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

table.responsive tr td:last-of-type {
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  table.responsive tr td:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  table.responsive {
    display: table;
  }
  table.responsive thead {
    display: table-header-group;
  }
  table.responsive tbody {
    display: table-row-group;
  }
  table.responsive th {
    display: table-cell;
  }
  table.responsive thead tr th:only-child, table.responsive tbody tr td:only-child {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .page-node-type-wiki-article #sidebar > div, .node-5018 #sidebar > div, .node-5019 #sidebar > div, .node-5020 #sidebar > div {
    position: sticky;
  }
}

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