.list-item {
  display: flex;
  padding: 15px 0; }
  .list-item__thumbnail {
    padding-right: 15px;
    width: 115px; }
    .list-item__thumbnail__wrapper {
      display: block;
      position: relative;
      width: 100%; }
      .list-item__thumbnail__wrapper img {
        width: 90px;
        height: 90px;
        border: none;
        object-fit: cover;
        padding: 0px;
        border-radius: 0px; }
  .list-item__duration {
    font-size: 0.75rem;
    padding: 2px;
    color: white;
    background-color: black;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    user-select: none;
    opacity: .7; }
  .list-item__totalview {
    color: white;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    user-select: none;
    padding: 5px 5px 3px 24px;
    background-color: #000000;
    font-size: 13px;
    background-image: url(/static/icons/Icon-Playlist.svg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 5px center; }
  .list-item__content {
    flex: 1;
    vertical-align: top; }
  .list-item__title {
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: blue; }
    .list-item__title:hover {
      text-decoration: underline; }
    @media (min-width: 1024px) {
      .list-item__title {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .list-item__title {
        font-size: 14px;
        display: -webkit-box;
        max-height: 40px;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .list-item__detail {
    font-size: 12px;
    color: #666666; }
  .list-item__actions {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase; }
    .list-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .list-item__actions__item button {
        font-size: 12px;
        background-color: transparent;
        color: #666666;
        text-transform: uppercase;
        border: none; }
        @media (min-width: 600px) and (max-width: 960px) {
          .list-item__actions__item button {
            font-size: 0.75rem; } }
        .list-item__actions__item button:hover {
          color: #ED1A3B;
          text-decoration: none;
          background: transparent; }
        .list-item__actions__item button:focus {
          outline: 0;
          box-shadow: none; }
        .list-item__actions__item button a {
          color: #666666;
          text-decoration: none; }
          .list-item__actions__item button a:hover {
            color: #ED1A3B; }

.pagination a:hover {
  text-decoration: none; }

.pagination-wrapper {
  justify-content: center;
  display: flex; }

.page-item {
  font-size: 14px; }
  .page-item.active .page-link {
    font-weight: bold;
    color: #000 !important;
    background-color: transparent !important;
    border: none;
    pointer-events: none;
    text-decoration: none; }
  .page-item button {
    color: #000000;
    border: none;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: underline; }
    .page-item button:hover {
      background: transparent;
      color: #999999;
      text-decoration: underline;
      outline: 0; }
    .page-item button:focus {
      box-shadow: none; }

.page-node__home, .page-node__next {
  background-color: #FFFFFF;
  text-align: center; }
  .page-node__home button, .page-node__next button {
    color: #999999;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 3px; }
    .page-node__home button:hover, .page-node__next button:hover {
      color: #999999;
      background-color: #ECECEC !important;
      outline: 0;
      text-decoration: none; }

.page-node__next {
  margin-left: 15px; }

.page-node__home {
  margin-right: 15px; }

.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .list-header__title {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 600px) {
      .list-header__title {
        font-size: 14px; } }
  .list-header__btn {
    display: flex; }
    @media (max-width: 600px) {
      .list-header__btn {
        text-align: right; } }
    .list-header__btn button {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 2px;
      white-space: nowrap;
      font-weight: 700; }
      @media (max-width: 600px) {
        .list-header__btn button {
          padding: 8px;
          margin: 2px; } }
  .list-header .btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }

.video-description {
  width: 100%;
  word-break: break-all; }
  .video-description .article {
    word-break: break-word; }

.preview {
  display: block;
  width: auto;
  margin: 0px auto 20px auto; }
  .preview__btn {
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    font-family: 'Roboto', sans-serif, serif;
    font-size: 14px;
    color: #ED1A3B;
    font-weight: 700;
    cursor: pointer; }

.preview__hidden {
  height: 160px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0))); }

.article {
  display: block;
  width: auto;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 165%;
  color: #333333;
  margin: 0px auto 20px auto; }
  .article a {
    color: #ed1b2f; }

.video-panel {
  background-color: #000;
  display: flex;
  flex-wrap: wrap; }
  .video-panel__message, .video-panel__cta {
    padding: 15px; }
  .video-panel__message {
    cursor: default;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .video-panel__paragraph {
    margin: 0;
    align-self: center; }
  .video-panel__text--watch {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding-right: 15px; }
  .video-panel__text--buy {
    color: #999;
    font-size: 12px; }
  .video-panel__cta__button {
    background-color: #3366CC;
    text-transform: uppercase;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 12px;
    padding: 12px 15px; }
  .video-panel__email-input {
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 4px;
    border: solid 1px #ECECEC;
    font-size: 14px;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .video-panel__cta {
      text-align: right; } }
  @media (max-width: 768px) {
    .video-panel {
      flex-direction: column; }
      .video-panel__cta {
        padding-top: 0; } }
  .video-panel__small-text {
    font-size: 12px; }

.vjs-fluid {
  position: relative; }
  .vjs-fluid .video-player-error-message {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: lightgray;
    padding: 3.5em;
    transition: 0.7s; }
    .vjs-fluid .video-player-error-message:hover {
      background: darkgray;
      color: white; }

.feature {
  margin: 0 auto 30px auto; }
  .feature__fixed {
    display: block;
    width: 100%;
    z-index: 30000; }
  .feature__box {
    position: relative; }
  .feature__discretion {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    z-index: 10; }
    .feature__discretion button {
      background-color: #ed1a3b;
      padding: 10px 15px; }

.main-video-title {
  font-size: 20px;
  margin-bottom: 20px;
  word-break: break-word; }

@media (min-width: 1025px) {
  .clappr-player {
    max-height: 100vh;
    max-width: 100vw;
    height: 56vw;
    width: 100vw; } }

@media (min-width: 600px) and (max-width: 1024px) {
  .clappr-player {
    height: 56vw;
    width: 100vw; } }

@media (max-width: 600px) {
  .clappr-player {
    height: 56vw;
    width: 100vw; } }

.custom-share[data-custom-share] {
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px; }
  .custom-share[data-custom-share] img {
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 12px;
    cursor: pointer; }
    .custom-share[data-custom-share] img.share-icon {
      width: 42px;
      height: 32px;
      border-radius: 5px; }
      .custom-share[data-custom-share] img.share-icon:hover {
        background-color: rgba(225, 225, 225, 0.1); }
      @media (max-width: 710px) {
        .custom-share[data-custom-share] img.share-icon {
          width: 20px;
          height: 20px; } }
    .custom-share[data-custom-share] img:hover {
      opacity: 0.7; }
    .custom-share[data-custom-share] img.changing {
      -webkit-animation: pulse 0.5s infinite alternate; }

.custom-share-modal {
  position: absolute;
  pointer-events: all;
  z-index: 99999;
  display: flex !important;
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.8));
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 55px 0 !important; }
  .custom-share-modal .custom-share-title {
    margin-bottom: 0;
    font-size: 20px;
    color: white; }
  .custom-share-modal .custom-share-links {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 50%; }
    .custom-share-modal .custom-share-links .custom-share-subtitle {
      font-size: 12px;
      color: #fff;
      opacity: 0.7;
      width: 100%;
      text-align: left;
      margin-bottom: 12px; }
    .custom-share-modal .custom-share-links .custom-share-input-container {
      position: relative;
      width: 100%;
      margin-bottom: 10px;
      border: 0;
      height: 40px;
      color: rgba(255, 255, 255, 0.65);
      background-color: #363636;
      outline: none;
      overflow: hidden;
      flex-shrink: 0; }
      .custom-share-modal .custom-share-links .custom-share-input-container input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 40px 0 15px;
        border: 0;
        color: rgba(255, 255, 255, 0.65);
        background-color: #363636;
        outline: none;
        font-size: 12px;
        font-weight: 400; }
      .custom-share-modal .custom-share-links .custom-share-input-container div {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        padding: 0 11px;
        border: 0;
        color: #fff;
        background-color: #2e2e2e;
        background-size: 18px 19px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        outline: none;
        transition: width 0.3s ease-out, padding 0.3s ease-out; }
        .custom-share-modal .custom-share-links .custom-share-input-container div:hover {
          justify-content: center;
          width: 100%;
          padding: 0 40px;
          background-image: none; }
          .custom-share-modal .custom-share-links .custom-share-input-container div:hover span {
            opacity: 1; }
        .custom-share-modal .custom-share-links .custom-share-input-container div img {
          width: 18px;
          height: 20px; }
        .custom-share-modal .custom-share-links .custom-share-input-container div span {
          position: relative;
          padding-left: 10px;
          font-size: 12px;
          opacity: 0;
          transition: opacity 0.3s ease-out; }
  .custom-share-modal .custom-share-socials {
    display: flex;
    justify-content: center; }
    .custom-share-modal .custom-share-socials img {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin-right: 6px;
      margin-bottom: 6px;
      cursor: pointer;
      font-size: 8px;
      transition: transform 0.3s ease-out, filter 0.2s ease-out;
      border: none;
      outline: none;
      border-radius: 5px;
      padding: 8px; }
  .custom-share-modal img.close-icon {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px; }
    .custom-share-modal img.close-icon:hover {
      opacity: 0.7; }

.error-plugin-container {
  color: #eee;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: url('https://www.brighteon.tv/Assets/Images/Background-Error.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-weight: bold !important;
  text-shadow: black 0px 0 4px;;
  display: table;
}

.error-plugin-container-inner {
  display: table-cell;
  vertical-align: middle !important;
}

.error-plugin-container-header {
  font-size: 200% !important;
}

.error-plugin-container-details {
  font-size: 120% !important;
  margin: 15px !important;
}

.error-plugin-container-reload {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 15px auto 0 !important;
}

.livestream-error-plugin-container {
  color: #eee;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: url('https://www.brighteon.tv/Assets/Images/Background-Livestream-Error.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  font-weight: bold !important;
  text-shadow: black 0px 0 4px;;
  display: table;
}

.error-plugin-container-inner {
  display: table-cell;
  vertical-align: middle !important;
}

.error-plugin-container-header {
  font-size: 200% !important;
}

.error-plugin-container-details {
  font-size: 120% !important;
  margin: 15px !important;
}

.error-plugin-container-reload {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 15px auto 0 !important;
}

.link-lives-streams {
  color: #ed1a3b !important;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

.link-lives-streams:hover {
  color: #ad0e27 !important;
  text-decoration: underline;
}

.level_selector[data-level-selector] {
  float: right;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; }
  .level_selector[data-level-selector] img {
    width: 42px;
    height: 32px;
    border-radius: 5px;
    cursor: pointer; }
    .level_selector[data-level-selector] img:hover {
      opacity: 0.7;
      background-color: rgba(225, 225, 225, 0.1); }
    .level_selector[data-level-selector] img.changing {
      -webkit-animation: pulse 0.5s infinite alternate; }
    @media (max-width: 710px) {
      .level_selector[data-level-selector] img {
        width: 20px;
        height: 20px; } }
  .level_selector[data-level-selector] > ul {
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none;
    background-color: rgba(28, 28, 28, 0.9);
    white-space: nowrap;
    transform: translateX(10%); }
  .level_selector[data-level-selector] li {
    font-size: 12px;
    color: #eee; }
    .level_selector[data-level-selector] li.data-level-settings {
      height: 40px;
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: left;
      border-bottom: 1px solid #c9c9c9; }
      .level_selector[data-level-selector] li.data-level-settings span {
        width: 100%;
        margin-left: 10px;
        text-align: left; }
    .level_selector[data-level-selector] li[data-title] {
      background-color: #333;
      padding: 8px 25px; }
    .level_selector[data-level-selector] li a {
      color: #eee;
      text-decoration: none;
      padding: 5px 10px;
      display: flex;
      align-items: center;
      justify-content: left;
      width: 100%; }
      .level_selector[data-level-selector] li a svg {
        margin-right: 10px; }
      .level_selector[data-level-selector] li a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff; }
        .level_selector[data-level-selector] li a:hover a {
          color: #fff;
          text-decoration: none;
          width: 100%; }
    .level_selector[data-level-selector] li.current a {
      color: #2ecc71; }

@-webkit-keyframes pulse {
  0% {
    color: #fff; }
  50% {
    color: #ff0101; }
  100% {
    color: #B80000; } }

.dvr-controls {
  font-size: 9px; }

.custom-play[data-custom-play] {
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px; }
  .custom-play[data-custom-play] img {
    width: 42px;
    height: 32px;
    border-radius: 5px;
    cursor: pointer; }
    .custom-play[data-custom-play] img:hover {
      opacity: 0.7;
      background-color: rgba(225, 225, 225, 0.1); }
    .custom-play[data-custom-play] img.changing {
      -webkit-animation: pulse 0.5s infinite alternate; }
    @media (max-width: 710px) {
      .custom-play[data-custom-play] img {
        width: 20px; } }
  .custom-play[data-custom-play] .play-setting {
    height: 100%;
    position: relative;
    display: flex;
    top: calc(50% - 4px);
    align-items: center; }
    .custom-play[data-custom-play] .play-setting .screen-icon {
      position: relative;
      top: -13px; }
    .custom-play[data-custom-play] .play-setting .volume-icon {
      width: 42px;
      height: 32px;
      cursor: pointer;
      position: relative;
      top: -13px; }
      .custom-play[data-custom-play] .play-setting .volume-icon svg {
        width: 100%;
        height: 100%; }
    .custom-play[data-custom-play] .play-setting .volume-setting {
      height: 32px;
      display: flex;
      align-items: center;
      position: relative; }
      .custom-play[data-custom-play] .play-setting .volume-setting input[type=range] {
        width: 50px;
        border-radius: 10px;
        margin-top: -26px; }
      .custom-play[data-custom-play] .play-setting .volume-setting input[type=range] {
        -webkit-appearance: none; }
      .custom-play[data-custom-play] .play-setting .volume-setting input[type=range]::-webkit-slider-runnable-track {
        height: 4px;
        background: gray;
        border: none;
        border-radius: 3px;
        position: relative;
        z-index: 1; }
      .custom-play[data-custom-play] .play-setting .volume-setting input[type=range]::-moz-range-track {
        height: 4px;
        background: gray;
        border: none;
        border-radius: 3px;
        position: relative;
        z-index: 1; }
      .custom-play[data-custom-play] .play-setting .volume-setting input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: white;
        margin-top: -2px;
        position: relative;
        z-index: 3;
        cursor: pointer; }
      .custom-play[data-custom-play] .play-setting .volume-setting input[type=range]::-moz-range-thumb {
        border: none;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: white;
        position: relative;
        z-index: 3;
        cursor: pointer; }
      .custom-play[data-custom-play] .play-setting .volume-setting input[type=range]:focus {
        outline: none; }
      .custom-play[data-custom-play] .play-setting .volume-setting .volume-value {
        height: 4px;
        max-width: 50px;
        background-color: white;
        border-radius: 10px;
        position: absolute;
        top: 1px;
        z-index: 2; }

.toast-muted-show {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 100px;
  height: 40px;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #111;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .toast-muted-show img {
    width: 32px;
    height: 32px; }
  .toast-muted-show::after {
    content: 'MUTED'; }
  @media (max-width: 710px) {
    .toast-muted-show {
      top: 40px;
      right: 40px; } }
  @media (max-width: 480px) {
    .toast-muted-show {
      top: 30px;
      right: 30px;
      width: 60px;
      height: 30px; }
      .toast-muted-show img {
        width: 20px;
        height: 20px; }
      .toast-muted-show::after {
        font-size: 10px; } }

.stream-view-panel {
  position: absolute;
  top: 20px;
  z-index: 999999999;
  left: 15px;
  display: flex;
  align-items: center;
  border-radius: 5px; }
  .stream-view-panel .LiveTitle {
    background-color: red;
    border-radius: 5px;
    padding: 5px 5px;
    font-size: 12px;
    color: white;
    font-weight: 600; }
  .stream-view-panel .ViewPanel {
    margin-left: 3px;
    display: flex;
    align-items: center;
    opacity: 0.5;
    border-radius: 5px;
    background-color: #111;
    opacity: 0.5;
    color: white;
    padding: 3px 3px 3px 6px !important; }
    .stream-view-panel .ViewPanel * {
      margin-left: 2px;
      font-size: 14px;
      font-weight: 600; }
    .stream-view-panel .ViewPanel div {
      margin-left: 5px; }

.toast-muted-hide {
  display: none; }

.custom-fullscreen[data-custom-fullscreen] {
  float: right;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; }
  .custom-fullscreen[data-custom-fullscreen] img {
    width: 42px;
    height: 32px;
    border-radius: 5px;
    cursor: pointer; }
    .custom-fullscreen[data-custom-fullscreen] img:hover {
      opacity: 0.7;
      background-color: rgba(225, 225, 225, 0.1); }
    .custom-fullscreen[data-custom-fullscreen] img.changing {
      -webkit-animation: pulse 0.5s infinite alternate; }
    @media (max-width: 710px) {
      .custom-fullscreen[data-custom-fullscreen] img {
        width: 20px;
        height: 20px; } }

.custom-logo-icon {
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .custom-logo-icon img {
    height: 80%;
    cursor: pointer; }
  @media (max-width: 710px) {
    .custom-logo-icon {
      width: 80px; } }

