.channel-lineup--header {
  padding-top: 50px;
  padding-bottom: 170px; }
  .channel-lineup--header a {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline; }
  .channel-lineup--header .container {
    padding-left: 15px;
    padding-right: 15px; }
  .channel-lineup--header h1 {
    margin-bottom: 5px; }

.channel-lineup--icons {
  margin-bottom: 50px;
  display: flex;
  align-items: center; }
  .channel-icon-entry {
    text-align: center; }
    @media (min-width: 768px) {
      .channel-icon-entry {
        display: flex;
        align-items: center; } }
    @media (max-width: 768px) {
      .channel-icon-entry {
        flex: 1; } }
    .channel-icon-entry:not(:last-child) {
      margin-right: 40px; }
    .channel-icon-entry img {
      margin-right: 10px; }
      @media (max-width: 768px) {
        .channel-icon-entry img {
          height: 25px;
          display: block;
          margin: 0 auto 20px auto; } }
    .channel-icon-entry span {
      font-size: 12px;
      line-height: 1;
      display: block; }
      @media (min-width: 768px) {
        .channel-icon-entry span {
          font-size: 14px; } }

.channel-lineup .popular-tag {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: -80px;
  left: 0;
  right: 0;
  background-color: var(--wp--preset--color--green);
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  padding: 15px; }
  .channel-lineup .popular-tag:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: var(--wp--preset--color--green) transparent transparent transparent; }
  @media (max-width: 768px) {
    .channel-lineup .popular-tag {
      display: none; } }

.channel-nav {
  margin-top: 50px; }
  .channel-nav ul {
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .channel-nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .channel-nav ul li label {
      display: block; }
    .channel-nav ul li.sf-field-search {
      flex: 0 1 50%; }
    .channel-nav ul li:not(.sf-field-search) {
      flex: 0 1 300px; }
    .channel-nav ul select {
      width: 100%; }
  .channel-nav .sf-field-search {
    display: flex;
    padding: 0;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: flex-start;
    position: relative; }
    .channel-nav .sf-field-search label {
      display: block;
      flex-shrink: 1;
      flex-grow: 1; }
    .channel-nav .sf-field-search input[type="submit"] {
      font-size: 16px;
      height: 54px;
      width: 54px;
      text-indent: -1000em;
      display: block;
      vertical-align: top;
      text-align: center;
      padding: 10px 15px;
      line-height: 20px;
      color: var(--wp--preset--color--green);
      border: none;
      background: #fff;
      flex-grow: 0;
      flex-shrink: 0;
      cursor: pointer;
      border-radius: 34px;
      position: absolute;
      right: 0;
      top: 0;
      background: url(icons/search.svg) no-repeat center center; }
      .channel-nav .sf-field-search input[type="submit"]:hover, .channel-nav .sf-field-search input[type="submit"]:focus {
        background-color: var(--wp--preset--color--light-gray); }
  .channel-nav .sf-field-taxonomy-genre_taxonomy label {
    position: relative; }
    .channel-nav .sf-field-taxonomy-genre_taxonomy label:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      border-bottom: 2px solid var(--wp--preset--color--black);
      border-right: 2px solid var(--wp--preset--color--black);
      transform: rotate(45deg);
      right: 40px;
      top: 50%;
      margin-top: -6px; }
  .channel-nav input[type="text"],
  .channel-nav select {
    appearance: none;
    -webkit-appearance: none;
    outline-color: var(--wp--preset--color--green);
    background: #fff;
    border: 2px solid var(--wp--preset--color--black);
    border-radius: 0px;
    opacity: 1;
    padding: 20px 24px;
    line-height: 23px;
    font-size: 16px;
    border-radius: 34px; }
    .channel-nav input[type="text"]::placeholder,
    .channel-nav select::placeholder {
      color: var(--wp--preset--color--gray); }
    .channel-nav input[type="text"]:focus,
    .channel-nav select:focus {
      border-color: var(--wp--preset--color--green);
      outline: 1px dashed var(--wp--preset--color--green);
      outline-radius: 30px; }
  .channel-nav select {
    padding-right: 70px; }

.channel-table-wrap {
  padding: 45px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 15px 30px #00000029;
  margin-top: -100px;
  margin-bottom: 100px; }
  @media (max-width: 1280px) {
    .channel-table-wrap {
      margin-left: 15px;
      margin-right: 15px;
      padding: 20px; } }

.channel-table-header {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .channel-table-header {
      display: none !important; } }

.channel-row {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 15px 0; }
  .channel-row .channel-header-entry.channel-icon {
    width: 130px;
    padding-right: 20px;
    flex-grow: 0; }
  .channel-row .channel-header-entry.channel-name {
    width: 140px;
    flex-grow: 0; }
  .channel-row .channel-header-entry.channel-number {
    white-space: nowrap;
    flex-grow: 0;
    width: 90px; }
  .channel-row .channel-header-entry.channel-tax {
    width: 50px;
    flex-grow: 1; }
  .channel-row .channel-row-entry {
    flex-grow: 1; }
    .channel-row .channel-row-entry.channel-icon {
      width: 130px;
      margin-bottom: 15px;
      padding-right: 20px;
      flex-grow: 0; }
    .channel-row .channel-row-entry.channel-name {
      margin-bottom: 10px;
      width: 140px;
      flex-grow: 0; }
    .channel-row .channel-row-entry.channel-number {
      width: 90px;
      flex-grow: 0;
      margin-bottom: 10px;
      font-size: 20px; }
    .channel-row .channel-row-entry.channel-tax {
      width: 50px;
      flex-grow: 1; }
  @media (max-width: 767px) {
    .channel-row .channel-row-entry.channel-icon {
      width: 60px;
      margin-bottom: 20px; }
    .channel-row .channel-row-entry.channel-number {
      order: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      margin-bottom: 0; }
      .channel-row .channel-row-entry.channel-number .inner {
        background: var(--wp--preset--color--dark-gray);
        color: #fff;
        padding: 5px;
        width: auto; }
    .channel-row .channel-row-entry.channel-name {
      order: -1;
      padding-left: 65px;
      text-align: left;
      width: calc( 100% - 60px);
      line-height: 1.1em;
      margin-bottom: 20px;
      padding-right: 20px; }
    .channel-row .channel-row-entry.channel-tax {
      margin-bottom: 0; }
      .channel-row .channel-row-entry.channel-tax .mobile-channel-header {
        margin-bottom: 10px; }
      .channel-row .channel-row-entry.channel-tax .like-h5 {
        font-size: 14px;
        font-weight: normal; }
      .channel-row .channel-row-entry.channel-tax img {
        width: 20px; } }
  @media (max-width: 420px) {
    .channel-row .channel-row-entry.channel-number {
      font-size: 14px; }
    .channel-row .channel-row-entry.channel-name {
      font-size: 3vw;
      margin-bottom: 10px;
      padding-left: 50px; }
    .channel-row .channel-row-entry.channel-tax .like-h5 {
      font-size: 3vw; }
    .channel-row .channel-row-entry.channel-tax .mobile-channel-header {
      margin-bottom: 5px; }
    .channel-row .channel-row-entry.channel-tax img {
      width: 16px; }
    .channel-row .channel-row-entry.channel-icon {
      margin-bottom: 10px; } }
  .channel-tax span {
    display: block; }
  .channel-row .channel-header-entry a {
    display: inline-block;
    padding: 8px 10px;
    line-height: 1.1em;
    color: inherit; }
    .channel-row .channel-header-entry a:hover, .channel-row .channel-header-entry a:focus {
      color: var(--wp--preset--color--green);
      background: var(--wp--preset--color--light-gray); }
  .channel-row .channel-header-entry.sort-column {
    cursor: pointer; }
  .channel-row .channel-header-entry.is-sort-active > a {
    position: relative;
    padding-right: 30px;
    padding-left: 30px; }
    .channel-row .channel-header-entry.is-sort-active > a:after {
      content: '';
      border-right: 3px solid var(--wp--preset--color--green);
      border-bottom: 3px solid var(--wp--preset--color--green);
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      display: inline-block;
      position: absolute;
      right: 0;
      margin-right: 10px;
      top: 50%;
      margin-top: -5px; }
  .channel-row .channel-header-entry.is-sort-active.sort-direction-desc > a:after {
    transform: rotate(-135deg); }
  .channel-row .channel-header-entry.is-selected a {
    color: var(--wp--preset--color--green); }
  .channel-header-entry,
  .channel-row-entry {
    position: relative; }

.mobile-channel-header {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .mobile-channel-header {
      display: none; } }

.channel-table-body .channel-row:nth-child(odd) {
  background-color: var(--wp--preset--color--light-gray); }

/* Additioal Mobile Formatting */
@media (max-width: 767px) {
  .channel-sd,
  .channel-hd {
    display: inline-block;
    margin-bottom: 20px; }
  .channel-hd .inner {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #000; }
  .channel-name {
    margin-bottom: 15px;
    font-size: 20px; }
  .channel-tax:not(:last-of-type) {
    margin-bottom: 20px; } }

/* Print Styles */
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm; }
  .container {
    width: 1170px; }
  .channel-lineup--header {
    padding-top: 0;
    text-align: center; }
  .primary-navigation,
  .meta-navigation-wrap,
  .channel-print,
  .channel-nav,
  footer {
    display: none; }
  header .container {
    text-align: center;
    display: block; } }
