/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.soundupnow-player-container {
  background-color: transparent !important; }

.su-w2-row {
  display: none !important;
  border: none;
  max-width: 1600px;
  /* width: 99.9%; */
  /* height: 120px; */
  background-color: transparent; }

.su-w2-trackbox {
  display: none !important;
  margin-top: 5px;
  border: none;
  padding: 5px;
  height: 150px;
  overflow: scroll; }

.su-w2-progress-volume {
  display: none !important;
  width: 25%;
  vertical-align: middle;
  background-color: transparent; }

.su-w2-ticker-title {
  display: none !important;
  padding-left: 100%;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 7s;
  animation-duration: 7s; }

.su-w2-small-text {
  display: none !important;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: bold; }

@media (max-width: 767px) {
  .soundupnow-player-container {
    background-color: transparent !important;
    border: none;
    margin: -24px auto !important;
    color: #000; }

  .audiojs .play-pause {
    height: 40px;
    padding: 4px 6px;
    margin: 0px;
    float: left;
    overflow: hidden;
    background: #48a4bc;
    margin-left: 0px; }

  .audiojs .scrubber {
    position: relative;
    float: left;
    width: 280px !important;
    background: #5a5a5a;
    height: 14px;
    margin: 10px;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden; }

  .header {
    line-height: 0;
    position: relative;
    padding: 0px 0;
    background: white;
    margin-top: 101px; } }
