 :root{
    --primary-color: #0055a5;
    --contrast-color: #fff;
} 
p[data-v-1d6b97ab] {
    display: none;
}

/* color for navigation underline in header*/
:root {
    --save-area-padding: 4%;
    --primary-color: #0055a5; /* edit only this*/
    --contrast-color: #fff;
    scrollbar-width: thin;
    scrollbar-color: var(--color-muted-foreground) var(--primary-foreground);
}

/*color for "WHAT TO WATCH" Button */
 .btn-primary {
    background-color: #0055a5;
    color: var(--contrast-color);
    border: 2px solid #0055a5;
    cursor: pointer;
} 


/*comment back in if client has subs/ppv */


/* color for big SUBS/PPV button */

/*.bg-theme-primary { 
    background-color: #e09e0b;
}*/
img.main-logo {
    width: 100px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
}

/*for banner type 3 description */
/* p[data-v-77ccee0c] {
    display: block;
} */


/* color for "Login Here" text underneath the big SUBS/PPV Button  */

/*.text-theme-primary { 
    color: #e09e0b;
}*/



/* click on "Buy Now" - > color for Subscription Products buttons "Login Here" and "BUY"*/

/*.btn-primary { 
    background-color: #e09e0b; 
    color: var(--contrast-color);
    border: 2px solid #e09e0b;
    cursor: pointer;
}*/



/* click "Login Here" -> "Subscriber Login" text color */

/*.main_head, .comp_cont h1, .td_rightmenu a.menulink, .signup_link a.menulink, a.gn_txt, .td_rightmenu a.menulink:hover, .signup_link a.menulink:hover, a.gn_txt:hover, .main_head, .comp_cont h1 {
    color: #e09e0b !important;
}*/



/* click "Login Here" -> "Subscriber Login"color for "Sign in Button " */

/*.button {
    border-color: #e09e0b !important;
    background: #e09e0b !important;
}*/