/* ==========================
TRCoA Music Player - 2019
========================== */
/*@import url("font-awesome.min.css");*/
/* @import url('animations.css');*/
@import url("magnific-popup.css");
body {
  margin: 0;
  padding: 0 0 50px !important;
}

.mp-wrapper {
  font-size: 14px !important;
  font-family: inherit;
  text-align: center;
  background: #fff;
}

.mp-wrapper * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mp-filters {
  margin: 30px auto;
}

.mp-filters__item {
  display: inline-block;
  margin: 0 2px;
}

.mp-filters__item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 15px;
  height: 30px;
  line-height: 28px;
  background: #eee;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.mp-filters__item a:hover {
  background: #ccc;
}

.mp-filters__item.active a {
  background: #ccc;
}

.mp-artists--nomenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.mp-artists__item {
  width: 25%;
}

.mp-artists__item-container {
  position: relative;
}

.mp-artists__item-container img {
  display: block;
  width: 100%;
}

.mp-artists__item-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}

.mp-artists__item-credits {
  padding: 10px;
  line-height: 1.4em;
}

.mp-artists__item-credits-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: inherit;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}

.mp-artists__item-credits-links a:hover {
  color: #fff;
  background: #333;
}

.mp-artists__item-credits-links a .fa {
  margin-left: 2px;
}

.mp-artists__item-credits-genre {
  padding: 10px;
  font-size: 16px;
}

.mp-artists__item:hover .mp-artists__item-overlay {
  opacity: 1;
}

.mp-play__footer {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  text-align: center;
  line-height: 1.2em;
  padding: 8px 0 12px;
}

.mp-play__footer b {
  display: block;
}

.mp-play__footer small {
  font-size: 100%;
  font-weight: 300;
}

.mp-play__footer--visible.fa-volume-up {
  position: absolute;
  right: 10px;
  bottom: 18px;
  color: #999;
}

.mp-play__footer--active {
  background: #eee;
}

.mp-controls__container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  background: #222;
  z-index: 9999;
}

.mp-controls .fa {
  margin: 0 6px;
  cursor: pointer;
}

.mp-controls__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mp-controls__progress {
  min-width: 150px;
  margin-left: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.mp-controls__progress .elapsed {
  height: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #a00;
}

.mp-controls__progress-wrapper {
  height: 10px;
  width: 150px;
  display: block;
  margin-right: 5px;
  border-radius: 2px;
}

.mp-hide {
  display: none !important;
}

@media (max-width: 768px) {
  .mp-filters {
    margin: 20px;
  }
  .mp-filters__item {
    margin: 5px 2px;
  }
  .mp-artists__item {
    width: 50%;
  }
}
/*# sourceMappingURL=styles.css.map */