/*
Theme Name: AVRS Theme
Theme URI: https://Promediaz.com
description: Code Based On Promediaz Core Theme
Author: Promediaz.com
Author URI: https://Promediaz.com
Template: promediazcore
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: avrs-child
*/


*{
    font-family: 'Roboto', sans-serif !important;
}

.pro-video-content h1{
    margin-bottom:30px;
}
.pro-video-content .pro-video-player iframe{
    width: 100%;
    height:500px;
}

.pro-related-playlist-item:not(:last-child){
    border-bottom: 1px solid #dbdbdb;
}
.pro-related-playlist-item:first-child{
    padding-top:0;
}
.pro-related-playlist-item{
    padding: 20px 0 10px 0;
}
.pro-related-playlist-item .pro-related-playlist-item-title{
    padding-top:10px;
}
.pro-related-playlist-item .pro-related-playlist-item-featuredImage{
    max-height:100px;
    overflow:hidden;
}

.pro-related-playlist-item.pro-selectedVideo .pro-related-playlist-item-featuredImage{
    border:4px solid #f5620c;
}
.pro-related-playlist-item.pro-selectedVideo .pro-related-playlist-item-title a{
    color:#f5620c;
}

.pro-regSection {
    background: #10334e;
}

.pro-footerContacts a.pro-thin-btn{
    background-color: #606060;
    border-color:#5c5c5c;
}

.pro-footerContacts a.pro-thin-btn:hover{
    background-color: #1e1e1e;
    border-color:#a3a3a3;
}



.pro-member-item{
    margin-bottom:50px;
}

.pro-member-image{
    width:300px;
    height:200px;
    overflow:hidden;
    border-radius:10px;
    margin: 0 auto;
}

.pro-member-item-name{
    margin-top:10px;
    font-size:26px;
    font-weight:100;
}

.pro-user-headerStrip{
    background-image:url("assets/images/greyed-eye.jpg") ;
}

.pro-user-headerStrip{
    color:#000;
}

.pro-user-bio:before {
    background: #0e314d;
}









.pro-boxesContentSection .pro-oneBox .pro-boxContent-image{
    margin-bottom:15px;
}
.pro-vid-lib-rounded-images img{
    border-radius: 10px !important;
}