/* 
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 */


.elementor-nav-menu--main a.elementor-sub-item {
    border-bottom: 1px solid #3f444b;
}

.post:last-child .elementor-element.e-parent.e-lazyloaded {
    border-bottom: 0;
}

@media (min-width: 1024px) {

#sonaar-player .player .player-row {
    padding: 0px 200px !important;
}
	
}
@media (max-width: 767px) {
.player-row {
    padding: 0 20px !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;
}

.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;
}
	
}


/* 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: #00BFF6;
    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: #00BFF6; /* 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);
}

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

#sonaar-player .store,
#sonaar-player .time.timing_totalTime,
.sticky-live-btn .srp-pause-button-label:last-child{
    display: none;
}

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

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

#sonaar-player .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;
}
