﻿/*VIDEO BLOCKS*/
.videoList {
    flex-direction: row;
    display: flex;
    margin: 3px 3px 5px 3px;
}
@media only screen and (max-width: 500px) {
    /*
    .videoList {
        flex-direction: column;
    }*/
    
    /*
    .videoBlock{
        margin:0px !important;
    }*/
    .videoTitle {
        min-height:inherit !important;
    }
    }

.videoBlock {
    background-color: white;
    /*margin: 5px 5px 5px 5px;*/
    flex: 1;
    position:relative;
    padding: 0px 0px 8px 0px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #262626;
    cursor:pointer;
}

    .videoBlock:hover {
        
        background-color: white;
        color: gray;
    }


.videoPlayThmb {
    width: 33% !important;
    position: absolute;
    height: auto !important;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoDuration {
    display: inline-block;
    position: absolute;
    padding: 1px 5px 3px 5px;
    line-height: 14px;
    font-size: 14px;
    left: 5px;
    bottom: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.videoStatsBar {
    color: gray;
    line-height: 16px;
    font-size: 14px;
   /* border-top: solid 1px gainsboro;*/
    margin: 0px 10px 0px 10px;
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .videoStatsBar span, .videoStatsBar img {
        display: inline-block;
        vertical-align: middle;
    }
    .videoStatsBar span {
        padding: 1px 5px 0px 5px;
    }

.videoUploadDate {
}

.videoImgContainer {
    display: Block;
    position: relative;
    /*margin: 2px 2px 0px 2px;*/
}

.videoNewLbl {
    line-height: 20px !important;
    color: red;
    font-weight: bold;
    display: inline-block;
    border-radius: 2px;
    border: solid 1px red;
    padding: 0px 5px 0px 5px;
}

.videoTitle {
    display: block;
    font-size: 18px;
    padding: 5px 8px 0px 8px;
    min-height: 60px;
    line-height: 20px;
}

.videoFeatureImg {
    object-fit: cover;
    margin: 0px auto;
    width: 100%;
    /* height: 165px; */
}
.youtubePreview {
    background: url('http://img.youtube.com/vi/aOPGepdbfpo/0.jpg') center no-repeat;
    height: 204px;
    width: 480px;
}


.youtubeGoToLink {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

    .youtubeGoToLink:hover {
        cursor: pointer;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.5+0,0.5+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 1%, rgba(0,0,0,0.50) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 1%,rgba(0,0,0,0.50) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 1%,rgba(0,0,0,0.50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    }
