.soulart_player_plugin{
    line-height:1.0 !important;
    position: relative;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.soulart_search_content{
    max-width: 950px;
}
.soulart_player_wp{
    display: flex;
    justify-content: center;
    align-items: center;
}
#soulart_search_title{
    min-width: 300px;
    border-radius: 15px;
    font-size: 16px;
}
.soulart_playlist_and_image{
    margin-top: 5px;
    position: relative;
    max-height: 600px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_playlist_slicer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.flex_center{
    max-width: 950px;
}

.soulart_playlist{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.in_play_sort{
    max-width: 900px;
    height: auto;
    overflow-x: auto;
    border-radius: 10px 10px 0px 0px;
  }
  .in_play_sort div{
    display: flex;
    flex-direction: row;
    cursor: pointer;
    column-gap: 15px;
    font-size: 20px;
    font-weight: 700;
  }
  .in_play{
    width: auto;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
  }
  .soulart_image{
    max-width: 450px;
    object-fit: scale-down;
  }
  .playList_element{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    gap: 5px;
    /*margin-bottom: 8px;*/
    outline: 1.5px dashed rgba(5, 42, 156,.6);
    background-color: rgba(125, 189, 133, 0.2);
  }
  .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }
.soulart_tracks_controller{
    display:none;
    padding: 10px;
}  

.soulart_waveform{
    display:none;
    width: 100%;
}
.soulart_tags_controller div{
    display: inline-block;
    margin-right: 5px;
    padding: 0px !important;
	justify-content:center;
	align-items:baseline;
}
.soulart_input_search{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.soulart_tags_controller div select{
    background-color: transparent;
    border-radius: 5px;
}

.seek_slider{
    width:100%;
    -webkit-appearance: revert !important;
}
.seek_slider_mini{
    width: 100%;
    padding:0px !important;
    -webkit-appearance: revert !important;
}

.time_div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1000px){
	.soulart_waveform_sec{
		display:none;	
	}
    .image_playlist_slicer{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .soulart_tracklist{
        max-width: 100%;
    }
    .in_play div{
        max-width: 100%;
    }
    .playList_element{
        scale: 0.9;
        display: grid;
        grid-template-columns: 11% 70% 15%;
        outline: 1.5px dashed rgba(5, 42, 156,.6);
        background-color: rgba(125, 189, 133, 0.2);
      }
      .slider_container_sound{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      .grid_span{
          font-size:12px;
      }
      .pl_list_title{
          font-size:12px;
      }
      .pl_list_date{
          font-size:12px;
      }
}
@media only screen and (max-width: 500px){
    .site__row.auto-width
    {
        margin-top: 40px !important;
    }

    .eael-advanced-search-widget .eael-advanced-search-form .eael-advanced-search-wrap .icon+.eael-advanced-search
    {
        padding-left: 13px !important;
    }
    .element_inline
    {
        display: inline-flex;
    }
    .\37 th_element
    {
        display: none;
    }
    .soulart_search_content{
        max-width: 377px !important;
    }
    #Seminar
    {
        max-width: 200px;
    }
    #series
    {
        max-width: 200px;
    }
    .playList_element{
        scale: 1;
        display: block !important;
        grid-template-columns: 11% 70% 15%;
        outline: 1.5px dashed rgba(5, 42, 156,.6);
        background-color: rgba(125, 189, 133, 0.2);
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    .gtranslate_wrapper
        {
        display: none;
        }
    .in_play
    {
            scale: 1 !important;
            overflow: scroll !important;
    }
    .in_play div 
    {
        width: 100% !important;
    }
    .soluart_tracklist
    {
        overflow: scroll !important;
    }
    .soulart_playlist_and_image {
        width: 100% !important;
        scale: 1 !important;
    }
    .close_mini_player_but{
        font-size: 30px !important;
        bottom: 84px !important;
    }
}


    .soulart_tracks_controller_mini{
        line-height:1 !important;
        display: none;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        background: white;
        left:0;
        height: 120px !important;
    }
    .soulart_waveform_mini{
        width: 80%;
        margin-left: 10%;
        margin-bottom: -15px;
    }
    
    .volume_slider{
        padding:0px !important;
        width:50% !important;
        -webkit-appearance: auto !important;
    }
    .soulart_sound_property{
        width:100%;
        display:flex;
        flex-direction:row;
        gap:10px;
    }
    .extra_detail{
        display:none;
    }
    .close_mini_player_but{
        position: absolute;
        right: 20px;
        bottom: 30px;
        transform: rotate(45deg);
        font-size: 40px;
        font-family: initial;
        cursor: pointer;
        background:transparent;
    }
    .last_ten_up_head{
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-size: 15px;
    font-weight: bolder;
    color: gray;
    opacity: 0.8;
    cursor: pointer;
}

.last_body_single{
    width: 100%;
    display: flex;
    word-wrap: normal;
    flex-direction: column;
    margin-bottom:20px;
}
.last_body_single_audio{

    display: flex;
    flex-direction: row;

    align-items: center;
}

.last_kirtana_body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.last_up_title{
    color:#BE9A4F;
    margin-right: 11px;
}
     
audio::-webkit-media-controls-panel{
background-color:white !important;
}

.main-nav-control .container-control
{
    display: flex !important;
    justify-content: center;
}

ul {
    list-style-type: circle !important;
  }

#Seminar
{
    width: 400px;
}
#series
{
    width: 400px;
}
#baguetteBox-overlay #next-button
{
    right: 0;
    position: absolute;
}
#baguetteBox-overlay #previous-button
{
    left: 0;
    position: absolute;
}
#baguetteBox-overlay #close-button
{
    left: 0;
    position: absolute;
}
#baguetteBox-overlay #photonic-social
{
    margin-left: 10rem !important;
}
.custom-select {
    position: relative;
    display: inline-block;
  }
  
  .select-box {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
  
  .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    width: 300px;
  }
  
  .options label {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
  }
  
  .options label:hover {
    background-color: #f0f0f0;
  }
  
.typecheckbox
{
    margin-right: 10px;
}
.square
{
    width: 250px !important;
}
#audio-details
{
    overflow: auto !important;
}
.elementor-element-c081557
{
    overflow: auto;
}


  .ui-autocomplete {
    max-height: 300px;
    max-width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  * html .ui-autocomplete {
    height: 100px;
  }
.ui-menu-item
{
    max-height: 100px;
    overflow: hidden;
}
.search_bar
{
    display: inline-block;
    float: right;
    margin-top: 4%;
}
#tags
{
    height: 45px;
    width: 300px;
    background-color: white !important;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #be9a4f !important;
}
.ui-widget
{
    display: inline-flex;
}
.fa-search
{
    font-size: 25px;
    padding-top: 8px;
    background-color: #be9a4f;
    color: white;
    border: 2px solid #be9a4f;
    margin-right: 3px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
.fa-facebook-f
{
    background: #1877F2;
    padding: 8px;
    padding-bottom: 4px;
    border-radius: 33px;
    color: white;
    margin-left: 15%;
    margin-bottom: 10px;
}
.yt-icon
{
    color: #ff0000;
    margin-left: 5px;
    margin-bottom: 7px;
}
.media-link
{
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
}
.media-link:hover
{
    text-decoration: none;
}
.eael-advanced-search-button
{
    display: none;
}

@media only screen and (max-width: 760px){
    .pdf-desktop
    {
        display: none;
    }
    .eael-advanced-search-form
    {
        display: block !important;
    }
    .eael-advanced-search-wrap
    {
        height: 100% !important;
        width: 100% !important;
    }
    .eael-advanced-search-wrap .icon
    {
      display: none;
    }
    .eael-adv-search-wrapper
    {
        width: 100% !important;
        margin:0 !important;
    }
    .eael-adv-search-cate
    {
        font-size: 12px !important;
    }
    .eael-advanced-search-wrap input
    {
        font-size: 12px !important;
    }
    .dlcount
    {
        display: none;
    }
}

@media only screen and (min-width: 760px){
    .pdf-mobile
    {
        display: none;
    }
    .fa-envelope-o
    {
        font-size: 20px !important;
    }
    .newsletter-contents
    {
        margin-top: -2px;
    }
    #mc-embedded-subscribe
    {
    margin-top: 4.3px;
    }
}

.top-nav-control
{
    display: none;
}
.fa-play
{
    cursor: pointer;
}
.fa-share-alt
{
    cursor: pointer;
}
.watch-later-elm
{
    display: none;
}
.newsletter
{
    display: inline-block;
    height: 45px;
    width: 320px;
    margin-right: 15px;
    background-color: white !important;
    border-radius: 2px 0px 0px 0px;
    border: 1px solid #be9a4f !important;
    font-weight: bold;
    color: dimgrey;
    font-size: 15px;
}
.newsletter-contents
{
    display: flex;
    align-items: center;
    margin-left: 10px;
    height: 100%;
    cursor: pointer;
}

@media only screen and (max-width: 760px){
.newsletter
{
    display: inline-block;
    margin-right: 5px !important;
    height: 35px;
    width: 190px;
    background-color: #be9a4f !important;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid white !important;
    font-weight: bold;
    color: white;
    font-size: 13px;
}
.last_body_single
{
    overflow-x: scroll;
}
#mce-EMAIL::placeholder
{
    color:white;
}
#mc-embedded-subscribe
{
    padding: 6px;
}
.fa-envelope-o
{
    margin-bottom:2px;
}
.nav-mobile-menu
{
    padding-left: 0px !important;
}
.top-search-box-mobile
{
    padding-left: 0px !important;
 margin-right: 5px !important;   
}
#mc-embedded-subscribe
{
font-size: 10px !important;
margin-top: 2px !important;
padding-left: 0px !important;
padding-right: 0px !important;
min-width: unset !important;
width: 115px !important;
margin-right: 2px !important;
}
.elementor-widget-container h1
{
    font-size: 20px !important;
}
.fa-2x
{
    font-size: 1.4em !important;
}
.elementor-heading-title img
{
    width: 1.6em !important;
    height: 1.6em !important;
}
.elementor-widget-container p
{
    line-height: 1.2;
}
.downloadBtn
{
    display: none !important;
}
}

#mc-embedded-subscribe
{
margin-top: 4.3px;
padding-left: 0px;
padding-right: 0px;
min-width: unset;
width: 115px;
margin-right: 2px;
}
.downloadBtn
{
    text-align: center;
    display: inline-grid;
}