/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1786885257
Updated: 2026-08-16 13:00:57

*/
.search-results div#jah-dsk-menu{
	background: #000;
}
.jah-music-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  background: #343434;
  padding: 0 30px;
}
.jah-music-btns{
  display: flex;
  align-items: center;
  width: 43%;
}
.jah-music-btns button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #000;
  cursor: pointer;
  background: transparent;
  outline: 0;
  border-radius: 0;
}
.jah-music-btns button img{
  width: 18px;
}
.jah-music-btns button:first-child{
  border-left: 1px solid #000;
}
.jah-music-btns button:last-child{
  border-right: 0;
}
.jah-music-btns button.pause-btn{
  display: none;
}
.jah-music-info{
  display: flex;
  gap: 10px;
  align-items: center;
  width: 53%;
}
.jah-music-info .jah-music-thumb{
  width: 27%;
  display: flex;
  align-items: center;
}
.jah-music-info .jah-music-thumb img{
  width: 100%;
}
.jah-music-info .jas-musc-content{
  width: 65%;
}
.jah-music-info .jas-musc-content h3{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.jah-music-info .jas-musc-content h4{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  color: #288b80;
  margin-bottom: 5px;
}
.jah-music-info .jas-musc-content h5{
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

@media(max-width: 576px){
    .jah-music-wrap {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }
    .jah-music-info {
        width: 100%;
    }
    .jah-music-btns {
        width: 100%;
        order: 2;
        border-top: 1px solid #000;
    }
  .jah-music-info .jah-music-thumb{
    width: 20%;
  }
  .jah-music-info .jas-musc-content{
    width: 60%;
  }
  .jah-music-btns button{
    padding: 30px;
    width: 33.33%;
  }
  .jah-music-info .jas-musc-content h3 {
      margin: 0;
      font-size: 15px;
  }
  .jah-music-info .jas-musc-content h4 {
      margin: 0 0 3px 0;
      font-size: 13px;
  }
  .jah-music-info .jas-musc-content h5 {
      margin: 0;
  }
}

