/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.navbar a.elementor-sub-item:hover {
    border: 1px solid #ed0565;
}

/* sticky bar */

.playerNowPlaying.no-image:before {
    content: "";
    background-size: 60px;
    background-repeat: no-repeat;
    padding-left: 70px;
    background-image: url(https://dev-radio-begum.pantheonsite.io/wp-content/uploads/2025/09/stickyplayer-image.svg);
    z-index: 20;
    height: 60px;
}

.sticky-live-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e91e63;
    color: #222 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 50px;
    margin: auto;
}

.sticky-live-btn:hover {
    background: #d81b60;
    /* darker on hover */
    color: #fff;
    /* make text white on hover */
}

.sticky-live-btn::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.sticky-live-btn .srp-pause-button-label:last-child {
    display: none;
}

#sonaar-player .volume.control--item {
    order: 1;
}

#sonaar-player .store,
#sonaar-player .time.timing_totalTime {
    display: none;
}

#sonaar-player .player-row {
    background-color: #292929;
}

#sonaar-player .volume.control--item {
    margin-right: 0 !important;
}

.player.no-list,
#sonaar-player .player div.mobilePanel{
    border-color: #292929 !important;
}

.close.btn-player.sricon-down-arrow.enable {
    display: none !important;
}

#sonaar-player .player {
    border-color: #292929 !important;
}

@media (min-width: 1024px) {

    #sonaar-player .player .player-row {
        padding: 0px 200px !important;
    }

    .mobilePanel {
        display: none;
    }


    footer span.e-n-menu-title-text {
        color: #fff !important;
    }

}

@media (max-width: 767px) {

    .navbar .elementor-item:hover {
        border: 1px solid #ed0565;
    }

	.learn span.icon {
    display: none;
	}
	
    .player-row {
        padding: 0 20px;
    }


    .playerNowPlaying.no-image:before {
        background-size: 40px !important;
        /* smaller image */
        padding-left: 50px !important;
        /* adjust spacing */
        height: 40px !important;
        /* match image size */
    }

    #sonaar-player .mobilePanel,
    #sonaar-player .player .player-row:before {
        background-color: rgb(41 41 41) !important;
    }

    .mobileProgress {
        display: none;
    }

    .sticky-live-btn {
        height: 40px !important;
    }

    .previous.control--item.sricon-back {
        display: none !important;
    }
	
	.srp-play-button.play.srp-play-button-label-container.srp-elementor-animation.elementor-animation-.sricon-play.sticky-live-btn.audio-playing {
    display: none !important;
}

}


