/* ==========================
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;
    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;
      transition: all ease .3s; }
      .mp-filters__item a:hover {
        background: #ccc; }
    .mp-filters__item.active a {
      background: #ccc; }

.mp-artists--nomenu {
  display: flex;
  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: flex;
    flex-flow: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    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;
      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: flex;
  flex-flow: row;
  justify-content: 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%; } }
