/*
Theme Name: StreamVid Child
Theme URI: https://streamvid.jwsuperthemes.com
Template: streamvid
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: StreamVid is a WordPress video streaming theme with an attention-grabbing style that will capture everyone's attention right away. It is a tool with numerous useful features and ready-made page layouts for launching websites quickly. It is a WordPress streaming video with a paid subscription that has excellent and cutting-edge capabilities to operate and maintain a live broadcast. It also includes the WooCommerce plugin, allowing you to sell any item on your website. Additionally, StreamVid has a ton of ad slots for revenue generation.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 6.2.2
Updated: 2025-01-09 09:21:10
*/

:root {
  --main: #7b61ff;
  --secondary: #a3714e;
  --light: #ffffff;
  --dark: #000000;
  --heading: #ffffff;
  --body: #cccdd2;
  --body2: #a1a0a1;
  --bodybg: #00031c;
  --btn-bgcolor: #9e61ff;
  --btn-color: #ffffff;
  --btn-bgcolor2: #619bff;
  --btn-color2: #ffffff;
  --btn-bgcolor3: #6c52ee;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --input-background: #191c33;
  --input-background2: #31344b;
  --background-item: #191c33;
  --background-body: #00031c;
  --border-color: #292c41;
  --border-color2: #80818d;
  --full-fd: 70px;
}
body.blog p {
  font-size: 14px !importantt;
}
.comments-area {
    clear: both;
    padding: 10px;
}
.jws-meta-director {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.1);
    padding-bottom: 40px;
    display: flex !important;
}
.single-videos .site-main {
    padding-bottom: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 15px;
}
.jws-meta-director>div {
    color: var(--heading);
    display: flex!important;
    flex-direction: column !important;
}

.single-person .post-share {
    margin-bottom: 50px;
    display: none;
}

.cast-role {
    margin-bottom: 17px;}
.profile-header
 {
    /* background: var(--background-item); */
    /* padding: 65px var(--full-fd) 0px; */
    max-width: 1400px !important;
    margin: 20 auto !important;
    padding: 0 10px !important;
}
.poster-image-drmas{
display: flex; 
gap: 20px;
}
.jws-blog-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex:100% !important;
    max-width:100% !important;
  }
.single-tv_shows .site-main {
    padding-bottom: 73px;
    max-width: 1400px;
    margin: 0 auto;
}
.jws-person-archive {
    margin-bottom: 60px;
    max-width: 1400px !important;
    margin: 0 auto !important;
}


.container, .elementor-section.elementor-section-boxed > .elementor-container, .shop-single .woocommerce-notices-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px !important;
}
@media (min-width: 1024px) {
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex:100% !important;
        max-width: 100% !important;
    }
    .container, .elementor-section.elementor-section-boxed > .elementor-container, .shop-single .woocommerce-notices-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px !important;
}
}
@media (max-width: 767px) {
  :root {
    --font-size-sm: 12px;
    --line-height-sm: 16px;
  }
  .jws-toolbar-wap .jws-toolbar-item span {
    display: block;
    line-height: 9px !important;
}

  .row {
        margin: 0 0 !important;
    }

    .row h1 {
        font-size: 45px;
    }

    .poster-image-drmas {
        
        flex-wrap: wrap;
    }

    .poster-image-drmas-img img {
        width: 100%;
    }
}