#main-nav a {
  font-weight:600;
}
/* Logo position Fix
-------------------------------------- */
/* Full width player fix */
#full-player-wrap { clear: both; }
/* Logo position Fix
-------------------------------------- */
#header { position: relative; }
#logo {
     position: absolute;
     padding: 0 !important; 
     margin:0;
       /* Set left margin here */
     left:0px;
       /* Set top margin here */
     top:7px;
}
/* Mobile devices */
@media only screen and (max-width: 767px) {
       #header { overflow: auto; }
    #logo {
         position:relative;
          /* Set top margin here */
          margin-top:7px;
            /* Set bottom margin here */
          margin-bottom:0px;
       }
}
.playable .ui.progress, .playable .ui.progress .loading, .playable .ui.progress .position {
    height: 40px !important;
    cursor: pointer;
}