.elementor-58 .elementor-element.elementor-element-c83437e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-58 .elementor-element.elementor-element-00f1504 .elementor-heading-title{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:1.2em;font-weight:400;}.elementor-58 .elementor-element.elementor-element-00f1504 > .elementor-widget-container{padding:10px 0px 10px 20px;background-color:#282828;border-style:solid;border-width:0px 0px 0px 5px;border-color:#F30100;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-58 .elementor-element.elementor-element-c83437e{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-a3ad460 */.video-actor-container{
    display:none;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); /* Adjust the column width as needed */
    gap: 10px;
}

p.video-title {
    background-color: #333!important;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    height: 2em;
    overflow: hidden;
    font-size: 1em;
    padding: 0.25em 0 0;
    display: block;
    box-shadow: none;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
    -moz-box-shadow: inset 0px 0px 2px 0px #000000;
    -webkit-box-shadow: inset 0px 0px 2px 0px #000000;
    -o-box-shadow: inset 0px 0px 2px 0px #000000;
    box-shadow: inset 0px 0px 2px 0px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=2);
}

.video-item,.actor-video-item{
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.video-item .img-container,
.actor-video-item .img-container{
    height: 190px;
}

.video-item img,
.actor-video-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.views,
span.duration {
    background: rgba(0,0,0,.8);
    color: #fff;
    top: -35px;
    position: relative;
    font-size: 10px;
    z-index: 2;
    margin-left: 5px;
    padding: 0 5px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

span.duration {
    position: absolute;
    top: 165px;
    right: 5px;
}

.video-title {
    font-weight: 400;
    text-align: center;
    height: 3em;
    overflow: hidden;
    color: #ddd;
    display: block;
    font-size: .875em;
    width: 100%;
    margin-top: 10px; /* Adjust the top margin as needed */
}

p.custom-video-title {
    font-weight: 400 !important;
    text-align: center;
    height: 3em;
    overflow: hidden;
    color: #ddd;
    background-color: transparent !important;
    border: none !important;
    display: block;
    font-size: 0.875em;
    width: 100%;
    margin-top: 10px;
}

.pagination {
    clear: both;
    display: table;
    margin: 0 auto;
}

.pagination ul {
    list-style: none;
    overflow: hidden;
    padding: 2em 0 0;
}

.pagination ul li {
    float: left;
    margin: 0 0.5em 0.5em;
    display: block;
}

.pagination .current{
    border-color: #fd153a!important;
    background-color: #fd153a!important;
}

.pagination li{
    background-color: #333!important;
    border-color: #333!important;
    outline: none;
    border: 1px solid;
    padding: 0.4em 0.8em;
    color: #fff;
    cursor: pointer;
}

.pagination li:hover{
    border-color: #fd153a!important;
    background-color: #fd153a!important;
}

.rotating-image {
    display: none;
    width: 250px;
    height: 250px;
    background: url(/wp-content/uploads/2024/01/23186925.png) center/cover no-repeat;
    transform: translate(-50%, -50%);
    animation: rotateAnimation 5s linear infinite;
    position: relative;
    z-index: 3;
    margin: 100px auto -150px;
}

@keyframes rotateAnimation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}/* End custom CSS */