/*
Theme Name:Hello Elementor : Noalevylive
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor For Noalevylive
Author: Your Name
Author URI: https://www.noalevylive.com/
Template: hello-elementor
Version: 1.1
Text Domain: hello-elementor-child
*/
.noa-story h3 {
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 400;
}
.noa-story p strong,
.noa-story h3 strong {
    font-weight: 900;
}
@media (max-width: 767px)  {
    .noa-story h3 {
    font-size: 20px;
        
    }
}
@media (max-width: 767px) {

    .popup-menu.elementor-popup-modal .dialog-close-button {
        margin-top: 20px;
        font-size: 24px;
        width: 30px;
        height: 30px;
        z-index: 999;
        left: 20px;
    }
    .list-item-popup .elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 0.7em;
    width: 0.7em;
}
}

/* Music*/
    .audio-player {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(90deg, #0f0f0f, #1a1a1a);
  padding: 16px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.audio-player .play-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.audio-player .audio-main {
  flex: 1;
}

.audio-player .audio-title {
  font-size: 14px;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.audio-player .audio-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #bbb;
}

.audio-player .progress-bar {
  flex: 1;
  height: 4px;
  background: #333;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.audio-player .progress {
  height: 100%;
  width: 0%;
  background: #fff;
}
/* Music*/
