.africbase-div{
  display:block; 
  cursor: pointer; 
  width: 50px; 
  height:50px; 
  background-color:#000000;
}

#africbaseplay, .africbaseplay{
  cursor: pointer; 
  font-family:Tahoma; 
  font-weight: bold;
  font-size:14px; 
  background-color:#00ffff;
  color:white;
  padding: 10px 6px;
  border:none;
  margin-top:3px;
}



.africbase-progress, #africbase-progress {
  width: 1px;
  height: 20px;
  background-image: linear-gradient(to right, #242170 , #242170, black, white);
  transition: width .1s linear;
}
.africbase-con {
  widthh: 80%;
  background: #fff;
  marginn: calc(50vh - 30px) auto;
  text-alignb: center;
  padding: 10px;
  border:2px solid #242170;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  -o-transition:all 0.5s linear;
  transition:all 0.5s linear;
  position:relative;
  font-family: Times New Roman;
  
}

.downloadmp3 {
   font-family:Tahoma; 
   font-weight: bold;
   font-size:14px; 
   background-color:#00ffff;
   color:white;
   padding: 10px 6px;
   border:none;
   margin-top:3px;
   margin-left:3px;
   }
   .downloadmp3 a {
   color:#fff;
   }
   .song-name {
   font-weight:bold;
   font-size:19px;
   }
   .audio-flex { 
   display: flex; 
   width:320px;
   }
   .art-img {
   flex:1;
   border:none;
   box-shadow:none;
   display:block;
   padding-rightt:5px;
   background-image: 
   text-align: center;
   color: #242170;
   margin-right:2px;
   }
   .art-img1 {
   width3:40px;
   height3:50px;
   border:none:!important;
   box-shadow:none:important;
   display:block!important;
   padding-right3:10px!important;
   }
   .art-mp3 {
   flex:3;
   }
   
   .africbase {
   margin-bottom: 1px;
   }
   .africbase::after 
   {
   content: "";
   background-image: url("africbase.png");
   height: 20px;
   width: 100px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: absolute;
   display: inline-block; 
   margin-left: 2px!important;
   bottom:20px;
   right:5px;
   }
   
   .art-img1::after {
   content: "";
   background-image: url(<?php the_post_thumbnail_url(); ?>);
   height: 100px;
   width: 100px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   display: inline-block; 
   margin-right: 3px;
   }
   .aline {
   display: inline-flex; 
   }