/*
Theme Name: 15 A DAY Vayvo Progression Child
Theme URI: https://progressionstudios.com/
Description: 15 A DAY custom  based on for Vayvo Progression
Author: Klassic Studios
Author URI: https://15aday.com.au/
Template: vayvo-progression
Version: 1.0
*/

/* Login button styling */
#vayvo-header-user-profile-login a,
#vayvo-landing-login-logout-header a,
#vayvo-landing-mobile-login-logout-header a {
    color: #000000 !important;
    border: 1px solid #ffffff !important;
    background-color: #81d742 !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    vertical-align: middle;
    margin-top:15px;
}

#vayvo-header-user-profile-login a:hover,
#vayvo-landing-login-logout-header a:hover,
#vayvo-landing-mobile-login-logout-header a:hover {
    color: #3a3a3a !important;
    background-color: #6cc232 !important;
    border-color: #22bfe6 !important;
}

/* Remove gradient overlay from video index items */
.progression-video-index-content {
    background: none !important;
}

/* Remove gradient overlay from episode list images */
.progression-episode-list-image-container:before {
    display: none !important;
}

/* If there's another overlay for sliders specifically */
.slider-background-overlay-color {
    display: none !important;
}

/* Hide the video header section completely */
#video-page-title-pro {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Hide the gradient overlay */
#video-page-title-gradient-base {
    display: none !important;
}

/* Remove the negative margin and adjust spacing for content area */
body.single-episodes_skrn #content-pro.site-content-video-post,
body.single-video_skrn #content-pro.site-content-video-post {
    margin-top: 0 !important;
    padding-top: 80px !important; /* Adjust this value as needed */
}

