/* breadcrumb section */
.breadcrumb-no-gutter {
    padding: 0
}

.breadcrumb-item a {
    color: #949cb0
}

.breadcrumb-item a:hover {
    color: #24baef
}



.breadcrumb.dark .breadcrumb-item.active {
    color: #fff
}

/* breadcrumb section */

/* other sections */
.button {
    width: 19%;
    height: 50px;
    border-radius: 5px;
    border: none;
    color: white;

    font-size: .75rem;
    float: left;
    margin: 5px;
    font-weight: 600;
    /* font-family: "open sans, sans-serif" */
    /* background-color: #2e343a;
border-color:none */

}

.button:hover {
    background-color: #dfa326 !important;
    color: #000f1e
}

.slider-category-text,
.slider-duration-text {
    font-size: 12px;
}

.slider-video-title-text {
    font-size: 35px;
    font-weight: 900;
}

.media-scale-transform:hover {
    transform: scale(1.2) !important;
    transition: .3s !important;
    border-radius: 2px;
}

.overlay:hover {
    border-radius: 5px !important;
}

.media-wrap-row-video-section {
    flex-wrap: nowrap;
}

.font-size-20 {
    margin-left: 15px;
}

.video-title-without-hover {
    position: relative;
    bottom: 40px !important;
    left: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;

}

.media-scale-transform:hover .video-title-without-hover {
    display: none !important;
}

.overlay {
    height: auto !important;
}

.col-lg-2 {
    padding: 0px 5px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.breadcrumb {
    margin-top: 20px;
}

#player1,
#player1_html5 {
    width: 100% !important;
    object-fit: contain;
    /*height: 500px;*/
    height: auto;
}

.pt-80 {
    padding-top: 4rem !important;
}

.text-white-in-body {
    font-size: 0.75rem !important;
    color: #fff !important;
}

.text-white-in-body {
    font-size: 0.75rem !important;
    color: #fff !important;
}

.nav-meta {
    font-size: .933rem
}

.nav-meta li+li::before {
    content: '|';
    padding: 0 10px
}

.nav-meta__white {
    color: #fff
}

.nav-meta__white a {
    color: #fff
}

.nav-meta li+li::before {
    content: '|';
    padding: 0 10px;
    color:#fff;
}

.video-description,
.video-description div,
.video-description p {
    color: #F4F4F4 !important;
    font-size: 12px;
    line-height: 24px;
}

.live_streaming_section {
    position: relative;
}

@media (max-width:576px) {
    .live_streaming_btn_section_2 {
        width: 80px !important;
        height: 120px !important;
        position: absolute;
        top: -30px;
        right: -20px;
    }

    .live_streaming_btn_section_3 {
        width: 100px !important;
        height: 80px !important;
        position: absolute;
        top: -30px;
        right: calc(50% - 60px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mob_rating_div {
        max-width: 150px !important;
        left: -15px !important;
    }

    .likeiconbtn-btn {
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    .display-likeicon-btn{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
        border-radius: 50% !important;
        border:2px solid #fff;
    }

    .wrapper-icon-circle {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent;
        overflow: hidden !important;
    }

    .display-wrapper-icon-circle {
        border:2px solid #fff !important;
    }

    .active-wrapper-icon-circle {
        border: none;
        color: #DFA324 !important;
    }

    .wrapper-icon-circle i {
        font-size: 1em;
        display: block;
    }

    #display-dislike-wrapper-icon-circle i, #dislike-wrapper-icon-circle i {
        margin-left: 10px;
        transform: rotate(180deg);
    }

    #dislike-wrapper-icon-circle {
        margin-left: 10px;
    }

    .specific-video-title-span-coming-soon-block{
        margin-top:40px !Important;
    }

    .display-active-wrapper-icon-circle {
        border: none !important;
        background-color: #DFA324 !important;
    }
}

.likeiconbtn-btn:active,
.likeicon-btn:focus {
    background-color: transparent !important;
}

@media only screen and (min-width : 577px) and (max-width : 767px) {

    .live_streaming_btn_section_2 {
        width: 80px !important;
        height: 120px !important;
        position: absolute;
        top: -5px;
        right: 5px;
    }

    .live_streaming_btn_section_3 {
        width: 100px !important;
        height: 80px !important;
        position: absolute;
        top: -5px;
        right: calc(50% - 60px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mob_rating_div {
        max-width: 150px !important;
        left: 5px !important;
    }

    .likeiconbtn-btn {
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    .display-likeicon-btn{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
        border-radius: 50% !important;
        border:2px solid #fff;
    }

    .wrapper-icon-circle {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent;
        overflow: hidden !important;
    }

    .display-wrapper-icon-circle {
        border:2px solid #fff !important;
    }

    .active-wrapper-icon-circle {
        border: none;
        color: #DFA324 !important;
    }

    .wrapper-icon-circle i {
        font-size: 1em;
        display: block;
    }

    #display-dislike-wrapper-icon-circle i, #dislike-wrapper-icon-circle i {
        margin-left: 10px;
        transform: rotate(180deg);
    }

    #dislike-wrapper-icon-circle {
        margin-left: 10px;
    }

    .specific-video-title-span-coming-soon-block{
        margin-top:50px !Important;
    }

    .display-active-wrapper-icon-circle {
        border: none !important;
        background-color: #DFA324 !important;
    }

}

@media only screen and (min-width : 768px) and (max-width : 991px) {

    .live_streaming_btn_section_2 {
        width: 80px !important;
        height: 120px !important;
        position: absolute;
        top: 0px;
        right: 10px;
    }

    .live_streaming_btn_section_3 {

        width: 100px !important;
        height: 80px !important;
        position: absolute;
        top: 0px;
        right: calc(50% - 60px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mob_rating_div {
        max-width: 150px !important;
        height:50px !Important;
        left: 0 !important;
    }

    .likeiconbtn-btn {
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    .display-likeicon-btn{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
        border:2px solid #fff;
        border-radius: 50% !important;
    }

    .wrapper-icon-circle {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
    }

    .active-wrapper-icon-circle {
        border: none;
        color: #DFA324 !important;
    }

    .wrapper-icon-circle i {
        font-size: 1.4em;
        display: block;
    }

    #display-dislike-wrapper-icon-circle i, #dislike-wrapper-icon-circle i {
        margin-left: 10px;
        transform: rotate(180deg);
    }


    .specific-video-title-span-coming-soon-block{
        margin-top:70px !Important;
    }

    .display-active-wrapper-icon-circle {
        border: none !important;
        background-color: #DFA324 !important;
    }
}

@media (min-width : 992px) {

    .live_streaming_layout_placement {
        margin-top: 20px;
    }

    .live_streaming_btn_section_2 {
        width: 100px !important;
        height: 150px !important;
        position: absolute;
        top: -10px;
        right: 30px;
    }

    .live_streaming_btn_section_3 {
        width: 120px !important;
        height: 100px !important;
        position: absolute;
        top: 0;
        right: calc(50% - 60px);
    }

    .likeiconbtn-btn {
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    .display-likeicon-btn{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent !important;
        overflow: hidden !important;
        box-shadow: none !important;
        border-radius: 50% !important;
        border:2px solid #fff;
    }

    .wrapper-icon-circle {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        background-color: transparent;
        overflow: hidden !important;
    }

    .active-wrapper-icon-circle {
        border: none;
        color: #DFA324 !important;
    }

    .display-active-wrapper-icon-circle {
        border: none !important;
        background-color: #DFA324 !important;
    }

    .wrapper-icon-circle i {
        font-size: 1.4em;
        display: block;
    }

    #display-dislike-wrapper-icon-circle i, #dislike-wrapper-icon-circle i {
        transform: rotate(180deg);
    }


}

/* read more/less css styling */
.video-description {
    --line-clamp: 3;
}

.video-description p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more__checkbox {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.read-more__checkbox~.read-more__label {
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
    transform: translateY(-10px);
}

 /* Focus and hover styles for accessibility! */
 .read-more__checkbox:focus~.read-more__label {
    border-bottom: 1px solid #fff;
    /*box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);*/
}

.read-more__checkbox:hover~.read-more__label {
    text-decoration: none;
}

.read-more__checkbox~.read-more__label::before {
    content: attr(data-read-more);
}

.read-more__checkbox:checked~.read-more__label::before {
    content: attr(data-read-less);
}

.read-more__checkbox:checked~.readmoreptext {
    --line-clamp: none;
    -webkit-line-clamp: var(--line-clamp);
}

/* read more/less css styling */
@media only screen and (max-width:576px){
    .single-video-page-details {
        margin-top:30px !important;
    }
}
@media only screen and (min-width:577px){
    .single-video-page-details {
        margin-top:0px !important;
    }

    .vjs-poster {
        max-width: 100%;
        /* height: 720px;
        max-height: 720px !important;
        background-size: 100% 720px!Important; */
    }
}


.list-unstyled {
    padding-top: 5px;
}

/*additional styling - for the social share modal*/
.single-player-vid-details-container {
    position: relative;
}

.socialsharesection {
    position: absolute;
    top: 0;
    width: 100%;
}

.responsive-media-social-share-icon {
    Width: 100%;
    height: 100%;
}

.socialshareiconbtn-btn {
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    background-color: transparent !important;
    overflow: hidden !important;
}


.ep-counter-text-display {
    font-weight: 400;
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
}

@media(max-width: 575px) {
    .ep-counter-text-display {
        font-weight: 400 !important;
        position: absolute;
        bottom: -40px;
        left: 0;
        font-size: 0.8em;
        text-align: center;
    }
    }



.copy-link-section-btn {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: ghostwhite !important;
}

.copy-link-section-btn i {
    font-size: 2em;
    color: rgba(0, 0, 0, .7);
}

.copy-link-section-btn:hover,
.copy-link-section-btn:active,
.copy-link-section-btn:focus {
    background-color: #DFA326 !important;
}

.clickedbtn1 {
    box-shadow: 0 0 0 8px transparent;
    animation: pulse1 1s;
    animation-iteration-count: 4;
}

@keyframes pulse1 {
    from {
        box-shadow: 0 0 0 0 green;
    }
}

/* change the twitter logo to X */

.jssocials-share.jssocials-share-twitter .jssocials-share-link {
    background-color: black !important;
}

i.fa.fa-twitter.jssocials-share-logo:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    /*background-image: url('https://about.twitter.com/content/dam/about-twitter/x/brand-toolkit/logo-black.png.twimg.1920.png');*/
    background-image: url('https://verity.live/public/front/assets/img/x-share-icon-logo-letter-tr.png');
    background-size: cover;
}

@media(max-width: 575px) {

    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .single-video-page-details,
    .sm-breadcrumb {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .socialsharesection {
        margin: 0 !important;
        left: 0 !important;
    }

    .socialshareiconbtn-btn {
        width: 70px;
        height: 70px;
        border-radius: 100% !important;
        background-color: transparent !important;
        overflow: hidden !important;
    }

    .sharemodaldivparel {
        padding: 0 !important;
        overflow: hidden !important;

    }

    .sharemodaldiv {
        margin-left: 0px !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        transition: none !important;
        transition-property: none !important;
    }

    .modal-content {
        /*background-color: #16202A !important;*/
        /*color: #fff;*/
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .copy-link-section-btn {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        background-color: ghostwhite !important;
    }

    .copy-link-section-btn i {
        font-size: 2em;
        color: rgba(0, 0, 0, .7);
    }

    .copy-link-section-btn:hover,
    .copy-link-section-btn:active,
    .copy-link-section-btn:focus {
        background-color: #DFA326 !important;
    }

    .clickedbtn1 {
        box-shadow: 0 0 0 8px transparent;
        animation: pulse1 1s;
        animation-iteration-count: 4;
    }

    @keyframes pulse1 {
        from {
            box-shadow: 0 0 0 0 green;
        }
    }

    .jssocials-share {
        display: block !important;
        margin-bottom: 2vh !important;
    }

    .jssocials-shares {
        display: flex;
    }

    /*.socialshareiconbtn-btn{*/
    /*  width:100% !important;*/
    /*  justify-content:center !important;*/
    /*}*/
}

/*additional styling */

@media(max-width:575px) {
    .live-broadcast-related-videos-section-video-container-mb {
        width: 31% !important;
        margin: 0.5vh 0.7% !important;
        display: inline-block !important;
    }

    .featured_img_sp_mb {
        height: 120px !important;
        position: relative;
    }

    .description-sp-mb {
        font-size: 8px !important;
    }

    .featured_img_sp_mb img{
        height:120px !important
    }
}

@media screen and (min-width: 576px) and (max-width:768px) {
    /* .gird-view-videos .item {
        width: 100% !important;
        float: none !important;
        margin: 0px !important;
    } */

    .live-broadcast-related-videos-section-video-container-mb {
        width: 31% !important;
        margin: 0.5vh 0.7% !important;
        display: inline-block !important;
    }

    .featured_img_sp_mb {
        height: 120px !important;
        position: relative;
    }

    .description-sp-mb {
        font-size: 8px !important;
    }

    .featured_img_sp_mb img{
        height:120px !important
    }

    .play-icon-overlay {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: calc(50% - 15px);
        z-index: 1000;
    }

    .play-icon-overlay i {
        font-size: 3.5em;
        color: #ffffff;
        opacity: 0.7;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    /* Styles */
    .item {
        width: 25% !important;
        float: left !important;
        margin: 5px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .item {
        width: 48% !important;
        float: left !important;
        margin: 5px;
    }
}


@media (max-width:768px) {
    .button {
        width: 100% !important;
        float: none;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important
            /* background-color: #2e343a;
border-color:none */

    }
}


@media (min-width:768px) {
    .button {
        width: 47% !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        /* background-color: #2e343a;
border-color:none */

    }

    /*-- potrait --*/
    .vedio_symbol .fa-play {
        font-size: 30px !important;
    }

    .vedio_symbol .fa-thumbs-up,
    .vedio_symbol .fa-thumbs-down,
    .vedio_symbol .fa-eye {
        font-size: 30px !important;
    }
}


@media (min-width:1100px) {
    .button {
        width: 19% !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        /* background-color: #2e343a;
border-color:none */

    }


}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .flex-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: wrap !important;
    }
}

@media only screen and (min-width: 992px) {
    .flex-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: wrap !important;
    }

    #player1,
    #player1_html5 {
        width: 100% !important;
        object-fit: contain;
        height: auto;
    }

    .episode-display-btn {
        width: 18% !important;
        margin: 2vh 1% !important;
    }
}

@media(max-width:576px) {
    .media-wrapper {
        display: block !important;
        width: 100% !important;
        max-height: 30vh;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .media-wrapper div:first-child {
        height: 100% !important;
        margin: 0 !important;
    }

    /* video {
        height: 100% !important;
    } */

    .pr-lineup-border-line {
        transform: translateY(-8px);
    }

    .mb-category-rel-vids-title {
        font-size: 16px !important;
    }

    .vjs-poster {
        max-width: 100%;
        height: 100% !important;
    }
}

@media(min-width:1199px) {
    .media-wrapper {
        max-height: 720px;
        overflow: hidden !important;
        /* border:3px solid red; */
    }

    video {
        height: 720px;
        object-fit: fill !important;
        /* border:3px solid yellow; */
    }

    .video-lg-fullscreen {
        height: 100% !important;
        border: 5px solid pink !important;
    }
}

.video-lg-fullscreen {
    height: 100% !important;
}
</style>
<style>
@media(min-width:992px) {
    .orientation-message-block {
        display: none !important;
    }

    .sp-video-item {
        width: 19.48% !important;
        /* width: 238.08px !important;  */
        /* height:398.35px !important; */
        margin-right: 3px !important;
        margin-left: 3px !important;
    }
}

@media(orientation: portrait) {
    .orientation-message-block {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 991px) and (max-height: 576px) {
    .orientation-message-block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #dfa326;
        z-index: 999999999999;
        /* Set a higher value for the z-index */

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .orientation-message-block h2 {
        color: #ffffff !important;
        font-size: 1.5em;
        font-weight: 700 !important;
    }
}

@media (orientation: landscape) and (max-width: 991px) and (min-height: 576px) {
    .orientation-message-block {
        display: none !important;
    }
}

/*landscape-orientation-message-block*/
@media(orientation: landscape) and (max-width:992px) and (max-height: 576px) {
    .landscape-orientation-video-play-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #000F1E;
        z-index: 999999999999;
        /* Set a higher value for the z-index */
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: 100% 100%;
        background-position: center;
    }

    .landscape-orientation-video-play-screen .fullscreen_btn {
        width: auto;
        height: auto;
        /* background-color: #ED3833; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* border-radius: 50%; */
        border: none;
        outline: none;

        background-color: rgba(0, 0, 0, 0);
        border: 1px solid rgb(255, 255, 255);
        padding: 15px 40px;
        border-radius: 10px;
        animation: shadow-pulse 1.5s infinite;
    }

    .landscape-orientation-video-play-screen .fullscreen_btn i {
        color: #ffffff;
        font-size: 1.5em;
    }

    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0px rgba(230, 51, 46, 0.4);
        }

        100% {
            box-shadow: 0 0 7px 25px rgba(230, 51, 46, 0);
        }
    }
}

@media not all and (orientation: landscape) and (max-width:992px) and (max-height: 576px) {
    .landscape-orientation-video-play-screen {
        display: none !important;
    }
}

/*landscape-orientation-message-block*/

/* additional pagination styling */

@media(max-width:575px) {
    .category-page-subtitle-slide-custom-mb-title {
        margin-top: 6vh !important;
    }

    .live-broadcast-related-videos-section-page-number,
    .live-broadcast-related-videos-second-section-page-number, .live-broadcast-related-videos-section-cs-page-number, .grid-related-videos-section-cs-page-number {
        height: 25px !important;
        width: 25px !important;
    }

    .live-broadcast-related-videos-section-active,
    .live-broadcast-related-videos-second-section-active, .live-broadcast-related-videos-section-cs-active, .grid-related-videos-section-cs-page-number-active {
        font-size: 1.1em !important;
        height: 27px !important;
        width: 27px !important;
    }

    .live-broadcast-related-videos-section-custom-pagination {
        width: 48% !important;
        flex-wrap: wrap;
        flex-shrink: 0 !important;
    }

    .live-broadcast-related-videos-section-arrow,
    .live-broadcast-related-videos-second-section-arrow {
        background-color: #ffffff00;
        color: #0057b3;
        border: none;
        cursor: pointer;
    }

    .live-broadcast-related-videos-section-page-number,
    .live-broadcast-related-videos-section-cs-page-number, .grid-related-videos-section-cs-page-number {
        margin-bottom: 5px !important;
    }

}


@media(min-width:576px) {
    .com_soon-dp-btn {
        transform: translateX(0) !important;
    }
}



.img-rating-specific-block {
    transform: translateY(-5px) !important;
}

.vedio_symbol {
    width: 100%;
    justify-content: left;
    top: 20%;
    left: 50%;
    font-size: 13px;
}

.pagination {
    font-family: 'Merriweather', serif;
    display: inline-flex;
}

a.page-link {
    font-family: 'open sans', sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.pagination li a.page-link:hover {
    background: #DFA326;
    border-radius: 15% !important;
}

.pagination li:first-child a.page-link:hover {
    background: #DFA326;
    border-radius: 15% !important;
}

.pagination li:last-child a.page-link:hover {
    background: #DFA326;
    border-radius: 15% !important;
}

.pagination li a.page-link {
    color: #fff !important;
    background-color: transparent;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0 5px;
    border: none;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0.2s;
}

.pagination li a.page-link:focus,
.pagination li.active a.page-link {
    color: #fff !important;
    background: #FD1600;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
}

.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
    background: transparent;
}

.pagination li.disabled {
    cursor: not-allowed;
    opacity: .5;
}

.pagination li i {
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #fff;
}

@media(max-width:767px) {
    .item.landscape-type-item {
        margin-bottom: 2vh !important;
    }

    #sharemodal {
        z-index: 9999 !important;
    }
}

/* temporary styling here - will move later */
.live-broadcast-related-videos-section,
.live-broadcast-related-videos-second-section, .stream-videos-page {
    border: none !important;
}

.live-broadcast-related-videos-section-pagination, .stream-videos-section-pagination, .grid-related-videos-section-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.live-broadcast-related-videos-section-custom-pagination, .stream-videos-section-pagination, .grid-related-videos-section-custom-pagination {
    text-align: center;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-broadcast-related-videos-section-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 200px;
}

.live-broadcast-related-videos-section-page-number,
.live-broadcast-related-videos-second-section-page-number, .live-broadcast-related-videos-section-cs-page-number, .grid-related-videos-section-cs-page-number {
    cursor: pointer;
    background-color: #DFA326;
    color: #111111;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.live-broadcast-related-videos-section-active,
.live-broadcast-related-videos-second-section-active, .live-broadcast-related-videos-section-cs-active, .grid-related-videos-section-cs-page-number-active {
    font-size: 1.3em;
    height: 30px;
    width: 30px;
    background-color: #0057b3;
    color: white;
}



.live-broadcast-related-videos-section-arrow,
.live-broadcast-related-videos-second-section-arrow, .grid-related-videos-section-arrow {
    background-color: #ffffff00;
    color: #0057b3;
    border: none;
    cursor: pointer;
}

.live-broadcast-related-videos-section-arrow:hover,
.live-broadcast-related-videos-second-section-arrow:hover, .grid-related-videos-section-arrow:hover {
    color: #0056b3;
}

.live-broadcast-related-videos-section-arrow:disabled,
.live-broadcast-related-videos-second-section-arrow:disabled, .grid-related-videos-section-arrow:disabled {
    background-color: #ffffff00;
    color: #ccc;
    cursor: not-allowed;
}

/* #live-broadcast-related-videos-section-prevPage {
    margin-right: 12px;
}

#live-broadcast-related-videos-section-nextPage {
    margin-left: 12px;
} */

.live-broadcast-related-videos-section-arrow,
.live-broadcast-related-videos-second-section-arrow {
    font-size: 1em;
}

.live-broadcast-related-videos-section-nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}

/*styling the live streaming thumbnail to fill thw whole video width container 100% */
.vjs-poster {
    background-position: center !important;
}

/*styling the live streaming thumbnail to fill thw whole video width container 100% */

/*additional pagination styling */

/* acive-selected-video-thumbnail-buttons */


.non-active-video-episode-thumbnail-btn {
    border: none;
    color: #fff;
}

.active-video-episode-thumbnail-btn {
    outline: 0.1px solid #DFA323;
    border-radius: 5px;
    color: #DFA323;
}

.ep-counter-text-display {
    font-weight: 400;
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
}

@media(max-width: 575px) {
    .ep-counter-text-display {
        font-weight: 400 !important;
        position: absolute;
        bottom: -40px;
        left: 0;
        font-size: 0.8em;
        text-align: center;
    }

    .video-js .vjs-control-bar {
        height: 30px !important;
    }

    .vjs-loading-spinner {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -10px;
        opacity: 0.85;
        text-align: left;
        border: 6px solid rgba(43, 51, 63, 0.7);
        box-sizing: border-box;
        background-clip: padding-box;
        width: 20px !important;
        height: 20px !important;
        border-radius: 10px;
        visibility: hidden;
    }

    video {
        object-fit: fill;
    }

    /* Styles when the video is in fullscreen mode */
    .vjs-tech:fullscreen {
        object-fit: contain !important;
    }
}


/*acive-selected-video-thumbnail-buttons */

.vjs-big-play-button {
    top: calc(50% - 0.8em) !important;
    left: calc(50% - 1.5em) !important;
}

@media screen and (orientation: portrait) and (max-width: 575px) {

    .portrait-mode-video {
        object-fit: contain;
    }
}

@media screen and (orientation: landscape) and (max-width: 575px) {

    video {
        object-fit: fill !important;
    }
}

/*page loader */
#loader {
    height: 100vh;
    width: 100%;
    background-color: #000F1E;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #FF3D00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.dp-none {
    display: none !important;
}

.login-message {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10%;
    left: 0;
    z-index: 99999999999999;
    display: none;
}

.featured-text {
    width: auto;
    height: auto;
    padding: 10px 20px;
    color: #fff;
    background: #303841;
    border-radius: 30px;
}

.vidplaybtn {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite
}

@-webkit-keyframes glowing {
    0% {
        background-color: red;
        box-shadow: 0 0 3px red
    }

    50% {
        background-color: #F01;
        box-shadow: 0 0 40px #F01
    }

    100% {
        background-color: red;
        box-shadow: 0 0 3px red
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: red;
        box-shadow: 0 0 3px red
    }

    50% {
        background-color: #F01;
        box-shadow: 0 0 40px #F01
    }

    100% {
        background-color: red;
        box-shadow: 0 0 3px red
    }
}

@-o-keyframes glowing {
    0% {
        background-color: red;
        box-shadow: 0 0 3px red
    }

    50% {
        background-color: #F01;
        box-shadow: 0 0 40px #F01
    }

    100% {
        background-color: red;
        box-shadow: 0 0 3px red
    }
}

@keyframes glowing {
    0% {
        background-color: red;
        box-shadow: 0 0 3px red
    }

    50% {
        background-color: #F01;
        box-shadow: 0 0 40px #F01
    }

    100% {
        background-color: red;
        box-shadow: 0 0 3px red
    }
}

@media(min-width:768px) {
    .vidplaybtn-cs{
        background-color:red;
        width:50px !important;
        height:50px !important;
        border-radius:50%;
        display:flex !important;
        align-items:center;
        justify-content:center;
        border:none !important;
        outline none !important;
        position:absolute;
        top: calc(50% - 33px);
        left: calc(50% - 25px);
        background-color: red;
        border:3px solid white !important;
    }

    .vidplaybtn-cs i {
        margin: 0 !Important;
        padding: 0 !Important;
        font-size: 40px !important;
        color:#fff;
        padding-top:4px !important;
        padding-left:4px !important;
        display: flex;
    }

    .vidplay-video-cs{
        top: calc(50% - 50px) !important;
    }
}

@media(max-width:575px) {
    .play-icon-overlay {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: calc(50% - 15px);
        z-index: 1000;
    }

    .play-icon-overlay i {
        font-size: 3.5em;
        color: #ffffff;
        opacity: 0.7;
    }
}

@media(min-width:768px) {
    .play-icon-overlay {
        display: none;
    }
}

.img-container .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:linear-gradient(267deg, #00000000, #192133b8, #192133);
    background-image:-moz-linear-gradient(267deg, #00000000, #192133b8, #192133);
    background-image:-webkit-linear-gradient(267deg, #00000000, #192133b8, #192133);
    transition:opacity .25s ease-in,bottom .25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    opacity:0;
}

.img-container img {
    border-radius:5px;
    transition: 0.25s filter linear;
    -webkit-transition: 0.25s filter linear;
    -moz-transition: 0.25s filter linear;
    -o-transition: 0.25s filter linear;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}

.img-container:hover{
    /* transform: scale(1.30); */
    transition:ease all 1s;
    z-index:1111;
}

.img-container:hover .overlay{
    opacity:1;
    transition:ease all 1s;
}

.featured_img .overlay-1 {
    opacity:0;
}

.featured_img:hover .overlay-1 {
    opacity: 1;
  }

  .top-63 {
	top:70%;
}

.search-block{
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.category-page-subtitle-slide{
    color:white !important;
}

.font-size-20 {
    font-size: 1.25rem
}

.accent-color {
    color: #DFA326;
}

.cs-border-top {
    border-top: .0625rem solid #d0d0d2!important
}

.gird-view-videos {
    width:100%;
}

/* social share section */
.social-share-icon-btn {
    width: 120px;
    height: 120px;
    background-color: transparent;
    transition: 0.3s ease;
    border: 2px solid red;
}

.social-share-icon-btn:hover,
.social-share-icon-btn:focus,
.social-share-icon-btn:active {
    box-shadow: 0 4px 11px rgba(36, 186, 239, .35);
    background-color: transparent;
    border-color: red;
}

.jssocials-share.jssocials-share-twitter .jssocials-share-link {
    background-color: black !important
}

i.fa.fa-twitter.jssocials-share-logo:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('https://verity.live/front/assets/img/x-share-icon-logo-letter-tr.png');
    background-size: cover
}


.jssocials-share {
    display: block !important;
    margin-bottom: 2vh !important
}

.jssocials-shares {
    display: flex
}
