/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
/*.ai-wrap .ai-track-info{ 
	display:none;
}*/
.ai-wrap .ai-track-no-thumb {
    display: none !important; 
}
.ai-btn:hover {
    background-color: black;
}
.ai-wrap .ai-audio-control svg {
    fill: #000;
	    height: 35px;
 
}
.ai-wrap .ai-audio-control:hover .ai-wrap .ai-audio-control svg{
   background-color: white;
	}
.ai-wrap .ai-audio-control {
   background-color: white;
	width: 100px;
    height: 100px;
	}

.ai-wrap .ai-audio-control:hover{
   background-color: white;
	filter: invert(100%);
	}
.ai-wrap {
    
    background-color: black;
  
}
.ai-wrap .ai-track {

    background-color: black;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background-color: white;
}
.ai-wrap .ai-volume-bar {
    
    background-color: black;
    
    border-right: 1px solid black;
}
.ai-wrap .ai-track-progress-bar {
    
    background-color: black;
}
.ai-wrap .ai-btn {
    
    background-color: black;
    color: #fff;
    
}
.ai-with-typography {
    font-family: 'real'; 
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
    background-color: black;
    color: #fff;
}
.ai-wrap .ai-scroll-wrap>div:last-child {
    top: 0 !important;
    bottom: 0 !important;
    background-color: black;
}
.ai-with-typography .ai-track-title {
    font-size: 1.5em;
}
.ai-wrap .ai-track-time {
    
    font-size: 1em;
    opacity: 1;
    
}
.ai-wrap .ai-track-name {
    
    font-size: 1em;
   
}
.ai-wrap .ai-scroll-wrap>div:last-child div {
    background-color: white !important;
}
.ai-wrap .ai-track-control {
  
    border-left: 0px solid black;
}
.audioigniter-root{width: 80%}