/*
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.3
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;
}

@media (max-width: 767px) {
    :root {
        --font-size-sm: 12px;
        --line-height-sm: 16px;
    }
}

body.user-not-logged-in .movies_advanced_content .jws-post-item {
    position: static;
}

.locked-message {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

body .jws_account .dropdown-menu {
    right: -45px;
    min-width: 180px;
}

body.pmpro-checkout #content.site-content {
    background: url(./img/login.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.pmpro-login #content.site-content {
    background: url(./img/login.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body.pmpro-checkout #content.site-content .pmpro_section .pmpro_card {
    border: none;
}

body.pmpro-checkout #content.site-content .pmpro_section .pmpro_card .pmpro_card_content {
    padding: 0px;
    padding-bottom: 10px;
    width: 500px;
}

body.pmpro-body-has-access input#pmpro_btn-submit {
    width: 100%;
}

.dnone{
    display: none;
}

body #pmpro_user_fields {
    margin-bottom: 5px;
}

body.pmpro-body-has-access #pmpro_level-1 {
    max-width: 500px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

form.pmpro_form .pmpro_form_fieldset input, form.pmpro_form .pmpro_form_fieldset select {
    min-height: 60px;
    box-shadow: none !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding-left: 0px;
    outline: none !important;
}

form.pmpro_form .pmpro_form_fieldset select:focus,
form.pmpro_form .pmpro_form_fieldset input:focus{
    background: transparent;
}

body.pmpro-body-has-access #pmpro_level-1 .pmpro_form_field-password-toggle{
    position: absolute;
}

body.pmpro-checkout .pmpro_form_submit {
    margin-top: 0px !important;
    display: block !important;
    float: none;
    text-align: center;
}

body.pmpro-checkout #content.site-content .pmpro_section .pmpro_card#pmpro_pricing_fields {
    display: none;
}

body.pmpro-login #content.site-content .pmpro_section .pmpro_card {
    border: none;
    max-width: 500px;
    margin: 0 auto;
}

h2.pmpro_form_heading.pmpro_font-large {
    text-align: center;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 45px;
}

.pmpro_card_actions.pmpro-plan-button {
    border: none !important;
    text-align: center;
}

body.pmpro-login #content.site-content .pmpro_section .pmpro_card_actions {
    border: none;
    padding: 0px;
    text-align: center;
}

body.pmpro-login #content.site-content .pmpro_section .pmpro_card .pmpro_card_content {
    padding-bottom: 25px;
}

body .pmpro_form_input,
body.pmpro-login #content.site-content .pmpro_section .pmpro_card #loginform .input,
body.pmpro-login #content.site-content .pmpro_section .pmpro_card .pmpro_form_input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding-left: 0px;
    outline: none !important;
}

body.pmpro-login #content.site-content .pmpro_section .pmpro_card #loginform .input:focus,
body.pmpro-login #content.site-content .pmpro_section .pmpro_card .pmpro_form_input:focus {
    box-shadow: none;
}

body .pmpro_form_field-password-toggle button {
    font-size: 13px !important;
}

body section#pmpro_login {
    padding: 20px;
    width: 500px;
}

input.pmpro_btn.pmpro_btn-submit {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #F8F8FF;
    color: #1B1B1B;
}

.pmpro .pmpro_card_title {
    padding-left: 0px;
}

.pmpro .pmpro_card_title {
    text-align: center;
    padding-right: 0px;
}

input.pmpro_btn.pmpro_btn-submit:hover {
    color: #1B1B1B;
    background: #F8F8FF;
    color: #1B1B1B;
    box-shadow: 0px 0px 30px 5px rgba(88, 221, 163, 0.8);
}

.profile-header .header-bottom .nav li.nav-item.nav-shop,
li.nav-item.nav-subscriptions,
.update-nember,
.jws-premium {
    display: none !important;
}

.jws_account>a {
    align-items: center;
}

@media (max-width: 767px) {
    body.pmpro-checkout #content.site-content .pmpro_section .pmpro_card .pmpro_card_content{
        width: 100%;
    }
}
@media (max-width: 1499px) {
    .locked-message {
        position: relative;
        left: auto;
        transform: none;
    }
}
