/* Global Styles
================================================== */

html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #242424;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.618;
  padding: 1rem 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Setup
================================================== */

.container {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.column {
  width: inherit;
}

/* Typography / Links
================================================== */

p {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0 0 2px;
}

a,
a:visited {
  color: #8cc3e6;
  outline: 0;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #bbdef5;
}
p a,
p a:visited {
  line-height: inherit;
}

/* Misc.
================================================== */

.add-bottom {
  margin-bottom: 2rem !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.hidden {
  display: none;
}

.no-support {
  margin: 2rem auto;
  text-align: center;
  width: 90%;
}

/* Audio Player Styles
================================================== */

audio {
  display: none;
}

#audiowrap,
#plwrap {
  margin: 0 auto;
}

#tracks {
  font-size: 0;
  position: relative;
  text-align: center;
}

#nowPlay {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#nowPlay #audio_tit {
  width: calc(100% - 120px);
}

#nowPlay #audio_logo {
  width: 100%;
  max-width: 100px;
}

#nowPlay #audio_logo img {
  width: 100%;
  max-width: 100px;
  height: auto;
}


#nowPlay span {
  display: inline-block;
  font-size: 1.05rem;
  vertical-align: top;
}

#nowPlay span#npTitle {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

#nowPlay span#npSommario {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;

}

#plList {
  padding-inline-start: 0;
}


#plList li {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 7px 0;
  height: 40px;
}

#plList li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.plItem {
  position: relative;
}

.plTitle {
  left: 5px;
  overflow: hidden;
  position: absolute;
  right: 85px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.plNum {
  padding-left: 21px;
  width: 25px;
  display: none;
}

.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  opacity: 0.3;
}

.plSel,
.plSel:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: default !important;
}

#tracks {
  display: none;
}

#tracks a {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2.3rem;
  height: 35px;
  line-height: 0.175;
  margin: 0 5px 30px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#tracks a:last-child {
  margin-left: 0;
}

#tracks a:hover,
#tracks a:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#tracks a::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
  background-color: transparent;
  border: none;
  color: #fff;
  /* padding: 20px 20px 20px 13px; */
  padding: 20px 0;
  width: 100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
  background-color: rgba(0, 0, 0, 0.1);
}

.plyr__progress--played,
.plyr__volume--display {
  color: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(0, 0, 0, 0.1);
}

.plyr--full-ui input[type=range] {
  color: #fff;
}

/* Media Queries
================================================== */

@media only screen and (max-width: 768px) {

  #nowPlay #audio_tit {
    padding-top: 10px;
  }
  
  #nowPlay span#npAction {
    display: none;
  }

  #nowPlay span#npTitle {
    text-align: left;
    width: 100%;
  }

  .plTitle {
    font-size: 18px;
  }

  .plLength {
    font-size: 18px;
  }


}
