﻿.search input {
    color:#3b1759 !important;
}

.production-navbar-items .nav-link
{
    color: #3b1759 !important;
}

.production-navbar-items .nav-link.active
{
    box-shadow: inset 0 -3px 0 #50d5b9 !important;
    color: #3b1759 !important;
}

.algolia-search-results .figure .img-thumbnail{
        width: 300px;
    height: 170px;
    background-repeat: no-repeat !important;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important
}

.algolia-search-results .channels-article-block:hover .lifter .article-block_meta, .channels-article-block:focus .lifter .article-block_meta {
    padding:0 !important;
    background: transparent !important;
}

.algolia-search-results .channels-article-block .article-block_meta h3 {
    color: #333 !important;}

.btnactive svg {
    margin-right: 5px;
    fill: #3b1759 !important;
    margin-left: 10px;
}

.algolia-search-results .channels-article-block .article-block_meta .text-holder .label{
    text-transform:uppercase !important;
}

.episode-details
{
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04), 0 0 2px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .04), inset 0 -2px 0 #3b1759;
    padding: 16px;
    margin-right: 16px;
    flex-basis: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    min-height: 200px;
}


.episode-details p.episode-time
{
    color: rgba(0, 0, 0, .6);
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
}

.episode-details p.episode-title
{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 2px;
    font-weight: 700;
}

.episode-details p.episode-number {
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    margin-bottom: 8px;
}

.episode-details p.episode-synopsis
{
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .6);
    font-weight: 400;
    margin-bottom: 0;
}

.btnactive {
    padding: 0.75em 1.1em 0.65em;
    font-size: 15px;
    width: auto;
    border-color: #3b1759 !important;
    background-color: transparent !important;
    color: #3b1759 !important;
    border-radius: 2px;
}

.production-navbar-items .nav-link:hover
{
    box-shadow: inset 0 -3px 0 #50d5b9;
    text-decoration: none;
}

.pagination-wrapper .pagination-number
{
    margin-left: 5px;
    color: #333 !important;
    font-weight:700;
}

.pagination-wrapper .pagination-number.active
{
    margin-left: 5px;
   background: #3b1759;
    color: #fff !important;
}

.pagination-wrapper button svg
{
    Fill: #333 !important;
}

.pagination-wrapper button:disabled svg
{
    Fill:rgba(0, 0, 0, .38) !important;
}



.channels-article-block:hover .vjs-poster img,
.channels-article-block:focus .vjs-poster img {
  object-fit: cover !important;
  height: 100% !important;
}

.title-carousel .channels-article-block:hover .video-js {
  height: auto !important;
}

.vjs-poster {
  background-size: cover !important;
}

.video-js {
  vertical-align: inherit !important;
}

.vjs-poster img {
  object-fit: cover !important;
  height: auto !important;
}

    .right-nav .location__region {
        width: 120px !important;
    }
    .right-nav .location__country {
        width: 160px !important;
    }

.search-input-wrapper .close-icon  svg {
    fill: rgba(0, 0, 0, .38) !important;
}
