@charset "UTF-8";
/*
Theme Name: Bongino Reports
Author: UPQODE
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bongino-reports

*/

/* #sticky-footer {
	position: static !important;
} */

.all-video__block-video .video-section {
	display: none;
}

.all-video__block-video.trending .title {
	display: inline-block;
    position: relative;
    padding: 10px 20px 20px;
}

.all-video__block-video.trending .preview-video {
	cursor: pointer;
}

.all-video__block-video.trending .title:before {
	content: '';
	display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #df2626;
    top: -40px;
    left: 25px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.all-video__block-video.trending iframe {
	padding: 0;
    margin: 0;
}

.all-video__block-video.trending .title:after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent white;
    top: -28px;
    left: 40px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.all-video__block-video.trending img {
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.all-video__block-video.trending .image {
	display: inline-block;
    height: 192px;
    position: relative;
    width: 100%;
}

.all-video__block-video.trending .image:before {
	content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent transparent white transparent;
}