.elementor-kit-5716{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-15a4058:#4054B2;--e-global-color-93262be:#23A455;--e-global-color-4f3c4875:#000;--e-global-color-2a370830:#FFF;}.elementor-kit-5716 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body:before {
    content: ' ';
    position: fixed;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}



.page-title-section .aux-left {
    display: none !important;
}

.aux-col-wrapper, .aux-row, .aux-col2, .aux-col3, .aux-col4, .aux-col5, .aux-col6, .aux-col7, .aux-col8, .aux-col9, .aux-col10, .aux-col11, .aux-col12 {
     margin-left: 0px; 
     margin-right: 0px; 
}

.elementor-widget:not(:last-child) {
    margin-bottom: var(--kit-widget-spacing, 20px);
    width: 98%;
    margin: auto;
    margin-top:30px;
}

.section_header{
    font-weight: bold;
    text-transform: uppercase;
}

.profile_menu{
    width:40px;
}

.highlight {
    color: red;
    font-weight: bold;
}

.new_tag{
    color:red;
    padding: 0px 10px;
    border: 1px solid red;
    width: fit-content;
    font-size: .7rem;
    margin-top: 10px
}

div.sharedaddy{
    display: none
}

.premium_tab{
    border: 2px solid black;
    padding: 15px 10px;
    font-weight: bold;
    transition: .3s;
}


.premium_tab:hover{
    background: black;
    color: white;
}

.aux-header-elements > [class*="-box"].aux-end {
    margin-left: 15px;
    display: grid;
    place-items: center;
}

.menu-item-10334{
    display: none;
}

.aux-media-frame.aux-media-image img {
    margin: 0 !important;
}

.video_holder{
   color: white;
    
}

.aux-hd .elementor-section.elementor-section-boxed>.elementor-container{
    max-width: 100% !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
     padding: 0px; 
}

iframe, .youtube-video {
    pointer-events: auto;
    z-index: 1;
}

.blocking-overlay {
    pointer-events: none;
}

.entry-title a{
   
    font-size: clamp(.9rem,1vw,1rem);
    line-height: 1.3;
}



/*body{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background-color: black;*/
/*}*/

.container{
    background-color: black;
    width: 100%;
    max-width: 100%;
    /*height: 100dvh;*/
    color: white;
    /*display: flex;*/
    flex-direction: column;
}

.reg_container{
    display: flex;
    flex-direction: row;
}

.sign_contain{
    background-color: black !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 100%;
}

.sign_in_container{
    width: 100%;
    
}

.elementor-container{
    max-width: 100% !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
     padding: 0px; 
}


.sign_container{
    width: 85%;
    flex-grow: 2;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.logo_header{
    width: 100%
    height: max(100px,10%);
    overflow: hidden;
    
    padding-top: 30px;
}



.main_section{
    flex-grow: 10;
    display: grid;
    place-items: center
    
    /*background-color: red*/
}

.main_page{
    
    width: 90%;
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 100px;
    
}
.sign_in{
    width: 40%;
    
}
.registration{
    width:50%;
    height: inherit;
    /*border-left: 1px solid gray;*/
    padding-left: 50px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
   
}

.message{
    text-align: center;
}

/*button{*/
/*    width:40%;*/
/*    background-color: white;*/
/*    border-radius: 10px;*/
/*    color: black;*/
/*    margin-top: 10%;*/
    
    
/*}*/

.color_footer{
    display: flex;
    width: 100%;
    height: 10px;
    flex-grow: .005;
}
.first_color{
    width: 60%;
    background-color: red;
    
}
.second_color{
    width:25%;
    background-color: yellow;
}
.third_color{
    width:15%;
    background-color: green;
}


.logo_header img{
    width: 10%;
    height: 100%;
    object-fit: cover;
    filter: invert(0);
    
}


.rcp_form fieldset {
    width: 100%;
    color: white;
}

.rcp_form label {
    color: white;
}

.rcp_form input[type=email], .rcp_form input[type=password], .rcp_form input[type=text] {
    border: none;
    border-bottom: 1px solid grey;
}

input[type=submit] {
    all: unset;
    background: white;
    color: black;
     border-radius: 5px;
     margin-top: 20px;
     padding: 10px 45px;
     font-weight: bold;
}

input[type=submit]:hover{
    background: #EFEFEF;
}

p.rcp_error {
    width: 80%;
}

.registration a {
    width: 100%;
    display: grid;
    place-items: center;
}

.rcp_form input.required {
    color: white !important;
}


/*.content,.content1,.content2{*/
/*    border: 1px solid gray !important;*/
/*}*/

.profile{
    background: url('https://ineverknewtv.com/wp-content/uploads/2024/12/profile-user.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: max(40px,10%);
    height: 100px;
    
}


.aux-media-frame.aux-media-image img {
    margin: 0 !important;
    width: 100%;
}

.sign_in h1{
    font-weight: bolder;
}


    

.registration h2{
    font-weight: bold;
}

.registration button{
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
}

#rcp_login_submit{
    text-transform: uppercase;
    font-weight: bold;

}

.back{
    /*display: none;*/
}

.rcp_form .rcp_user_fieldset input:not([type=checkbox]):not([type=submit])
 {
    width: 100%;
    max-width: 100% !important;
    border-radius: 0px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea {
    padding: 1.1em;
    max-width: 100%;
    width: 100%;
    transition: border-color 300ms;
    border-radius: 0;
}

.row{
    margin: 0 !important;
}

table.rcp-table {
    width: 100% !important;
}

.rcp_registration_total_details tr {
    width: 100% !important;
}


/*Phone Querie begin here...*/

@media screen and (max-width:500px){
    
    .container{
        width:100% !important;
    }
    
    .container .content{
        width:85% !important;
        
        height: max(500px, 75dvh) !important;
    }
    
    .elementor-wrapper iframe{
        height:35dvh !important;
    }
    
    /*.shopify-buy-frame iframe {*/
    /*    height:auto !important;    */
    /*}*/
    
    .banner iframe{
        position: relative !important;
    }
    
    .preview{
        /*display:none;*/
    }
    
    .credits{
        display:block !important;
    }
    
    .logo_header{
        display: grid;
        place-items: center;
    }
     
    .logo_header img{
         width:30%;
        }
        
      .sign_in_container{
          height:auto;
      }      
    
    .registration button{
        color:black;
        margin-top:40px;
        border-radius:5px;
    }
    
    .main_page{
    width:100%;
    flex-direction:column;
            
    }
            
    .sign_in{
    width:100%;
    }
    
            
        
    .rcp_form fieldset{
    width:100%;
    }
            
    
    .registration{
    width:100%;
    border-left:none;
    padding-left:0;
    text-align: left;
    align-items:flex-start;
    margin-top:60px;
    }
            
         
            
         
    .message{
     text-align: -webkit-left;
      
    }
            
    h2{
     margin-top: 30px;
    }

        
   center{
    text-align: -webkit-left;
   }
   
   .registration a {
       display:block;
   }
   
   .categories_container{
       display:none !important;
   }
   
   .reg1,.reg2,.reg3{
       width:100% !important;
   }
   
   .podcast-video-header iframe{
   height: 100% !important;
}
         
}/* End custom CSS */