﻿.live-video-wrapper {
    /*position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;
    height: 0;
    margin-bottom: 2%;*/
}

.modal-close {
    display:none;
}

.media-item-holder {
    max-width:850px !important;
}

.chat {
    margin-bottom: 3vw;
}

#login-media-holder {
    background: white;
    padding: 2vw;
    width: 40vw;
}


#nav-login-button {
    display: none;
}

#normal-login input {
    max-width:unset;
}

.video-info-holder .header4 {
    margin-bottom:.5vw;
}

.blurb {
    margin-top:2vw;
}

.back-button {
    margin: 0px 0px 1vw 0px;
}

.live-video-wrapper iframe {
    /*position: absolute;
	top: 0;
	left: 0;*/
    width: 100%;
    /*height: 100%;*/
}

.transcript-wrapper .p3sdk-target {
    max-width:unset;
    margin-bottom:3vw;
}

.media-item-holder .video-view {
    display: block;
}

.media-item-holder .player .vp-video-wrapper object, .media-item-holder .player .vp-video-wrapper video {
    width: 100%;
    height: 100%;
}

 .player, #player {
    max-width: 100% !important;
    height: 100% !important;
}

.mediaBoxCaption {
    display:none;
}

.dialog-overlay {
    pointer-events:none !important;
}
/*closing modal fix for safari and firefox*/

.pdp-link {
    margin-top:1vw;
}

.media-item-bottom-section {
    display:grid;
    grid-template-columns: 3fr 1.6fr;
    grid-gap:2vw;
}

.cc-access-icon {
    width:5vw;
}

.access-icon {
    width: 4vw;
}




div.items {
    white-space: nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    /*overflow: hidden;*/
    display: flex;
    align-self: center;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    div.items::-webkit-scrollbar {
        display: none;
    }


    /*div.items:hover .item {
        opacity: 0.3;
    }

        div.items:hover .item:hover {
            opacity: 1;
        }*/

div.control-container {
    /*height: 300px;*/
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.credit-holder-div {
    margin-top:3vw;
}

.carousel-title {
    margin-top: 3vw;
    margin-bottom: 0vw;
}

div.container {
    user-select: none;
    min-height: 300px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

div.left-scroll {
    left: 0;
}

    div.left-scroll i {
        transform: translate(-60%, -50%);
    }

div.right-scroll {
    right: 0;
}

    div.right-scroll i {
        transform: translate(-40%, -50%);
    }

div.scroll {
    position: absolute;
    display: inline-block;
    color: #f6f6f6;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    border: 1px solid #f6f6f6;
    border-radius: 60px;
    margin: 0 5px;
    z-index: 951;
}

    div.scroll i {
        font-size: 30px;
        position: relative;
        left: 50%;
        top: 50%;
    }

@media(max-width:1024px) {
    div.scroll {
        display: none;
    }
}

/*.item {
    position: relative;
    align-self: center;
    width: 100%;
    height: 200px;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 899;
}

.see-all-box {
    background-color: var(--ptRed);
    cursor: pointer;
    height: 381px;
    width: 553px;
}

    .item:hover {
        transform: scale(1.5);
        margin: 30px;
        opacity: 1;
        z-index: 950;
    }

        .item:hover .opacity-none {
            opacity: 1;
        }

    .item .item-load-icon {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .item .opacity-none {
        opacity: 0;
    }

    .item img.item-image {
      
        height: 200px;
        object-fit: cover;
    }

    .item .item-title {
        color: #f6f6f6;
        position: absolute;
        margin: 5px 0;
        padding: 10px 0;
        width: 100%;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    .item .item-description {
        color: #f6f6f6;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        white-space: pre-wrap;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        margin: 5px 0;
        padding: 10px 0;
    }*/

.button {
    position: absolute;
    color: #f6f6f6;
    font-size: 30px;
    border: 1px solid #f6f6f6;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    z-index: 950;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in-out;
}

    .button i {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-35%, -55%);
        z-index: 950;
    }

    .button:hover {
        box-shadow: 0px 0px 50px #fff;
    }



.media-item {
    position: relative;
    align-self: flex-start;
    width: 15vw;
    margin: 0 10px;
}

    .media-item .media-item-colored-box, .media-item span {
        cursor: pointer;
    }







/* media item header */
.media-item-header {
    margin-bottom: 0.5vw;
    white-space: normal;
    font-size: var(--fontSize6);
}


.media-holder a {
    text-decoration: none;
}

.media-item {
    margin: 0 10px;
}

.media-item > a {
    display: block;
    position: relative;
}


.media-item-colored-boxed {
    transition: 0.3s;
    width: 100%;
    overflow: hidden;
}


.media-item-image {
    cursor: pointer;
    height: 10vw;
    width: 15vw;
    display: block;
    object-fit: cover;
}


.media-item-info {
    position: absolute;
    color: white;
    transition: clip-path .2s;
    transition-delay: .1s;
    top: 0;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    width: 100%;
    height: 10vw;
    background-color: var(--ptRed);
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-item-image:hover ~ .media-item-info, a:focus .media-item-image ~ .media-item-info {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}


.media-item-info > * {
    margin: 0.3vw;
}


.media-item span {
    font-size: var(--fontSize6);
    font-family: var(--fontFamily5);
    white-space: normal;
}

.media-item a{
    text-decoration:none;
}

@media (max-width: 650px) {
    main .live-video-wrapper iframe {
        height: 300px;
        margin: 3vw 0vw;
    }

    main .media-item-bottom-section {
        grid-template-columns: 1fr;
    }

    main #carousel {
        min-height: 200px;
    }

    main .animated-button {
        margin: 2vw 0;
    }

    main .access-icon {
        width: 8vw;
    }


    .media-item {
        width: 35vw;
    }

    .media-item-image {
        height: 20vw;
        width: 35vw;
    }

    .media-item-info {
        height: 20vw;
        font-size: var(--fontSize6);
    }
}