/*
 Theme Name:   MH Magazine Lite Child
 Theme URI:    https://wordpress.org/themes/mh-magazine-lite/
 Description:  Child theme for MH Magazine Lite
 Author:       Raymond Butler
 Author URI:   https://redberryradio.com
 Template:     mh-magazine-lite
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../mh-magazine-lite/style.css");

/* Add your child theme custom styles below */

/*
.grecaptcha-badge {
    visibility: hidden !important;
} 
*/

/* Chat Room Page */
.page-id-520 .grecaptcha-badge {
    visibility: hidden !important;
}        
         
/* Meet The Team Page */
.page-id-103 .grecaptcha-badge {
    visibility: hidden !important;
}                                  
                                   
/* Presenters Page */              
.page-id-36 .grecaptcha-badge {    
    visibility: hidden !important; 
}                                  
                                   
#radio-station-player-bar.top {    
    position: fixed; !important; /* Makes the player bar stick to the viewport */
    top: 0; !important;          /* Positions it at the very top of the viewport */
    left: 0; !important;         /* Positions it at the very left of the viewport */
    width: 98%; !important;     /* Makes it span the full width of the viewport */
    z-index: 9999; !important;   /* Ensures it stays on top of other content */
    background-color: #666666; !important; /* Example: #333 or white */
    box-sizing: border-box; /* Ensures padding doesn't add to the width */
    padding-left: 23px; !important; /* Keep your existing padding if needed */
    padding-right: 2px; !important; /* Keep your existing padding if needed */
}

/* Add padding to the body to prevent content from going under the player */
body {
    padding-top: 32px; !important; /* Adjust this value to match the height of your player */
}

#radio_container_0.now-playing .rp-now-playing-item, #radio-station-player-bar .rp-now-playing div {
    flex-shrink: 1;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}
