﻿.gather-hd-wrapper {
  background: url(../image/gather-hd.jpg) no-repeat center 0;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 180px;
}

.gather-hd-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.gather-hd-con {
  width: 100%;
}
.gather-hd-con .breadcrumb {
  background-color: transparent;
}

.gather-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gather-widget {
  background: #171717;
  padding: 20px;
}

.gathers-wrap .filter-list {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.gather-item {
  height: 80px;
  line-height: 80px;
  margin-bottom: 2px;
  padding-left: 220px;
  padding-right: 252px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #111111;
}
.gather-item > * {
  float: left;
}
.gather-item-head {
  border-bottom: 1px solid #30343d;
  margin-bottom: 20px;
}
.gather-item__cover {
  width: 80px;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.gather-item__number {
  color: #fff;
  font-family: "Signika", sans-serif;
  font-size: 20px;
  text-align: center;
  width: 60px;
  position: absolute;
  top: 0;
  left: 80px;
}
.gather-item__listen {
  text-align: center;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  top: 0;
  left: 140px;
  line-height: 80px;
}
.gather-item__listen .play, .gather-item__listen .pause {
  margin-top: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.gather-item__listen .play svg, .gather-item__listen .pause svg {
  display: inline-block;
  vertical-align: top;
}
.gather-item__title {
  color: #fff;
  font-family: "Signika", sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  width: 100%;
  padding-top: 5px;
}
.gather-item__title .text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.gather-item__title .text .positioned {
  display: inline-block;
  color: #ee0000;
  vertical-align: middle;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
.gather-item__title .has-pos {
  padding-right: 20px;
}
.gather-item__title .bottom .line {
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gather-item__title .bottom .line:last-child {
  margin-right: 0;
}
.gather-item__title .bottom .cat {
  color: #39c1de;
  width: 70px;
}
.gather-item__title .bottom .author {
  color: #626262;
  width: 110px;
}
.gather-item__title .bottom .date {
  color: #797979;
}
.gather-item__title .bottom .number {
  color: #797979;
}
.gather-item__actions {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
  width: 252px;
  text-align: right;
}
.gather-item__actions .btn-show-tracks,
.gather-item__actions .btn-down-gather,
.gather-item__actions .btn-add-gather-favorites {
  border: 1px solid #525252;
  border-radius: 0;
}
.gather-item__actions .btn-show-tracks:hover,
.gather-item__actions .btn-down-gather:hover,
.gather-item__actions .btn-add-gather-favorites:hover {
  background-color: rgba(232, 58, 100, 0.8);
  color: #fff;
  border-color: rgba(232, 58, 100, 0.8);
}
.gather-item__actions .btn-down-gather {
  width: 96px;
}
.gather-item-head {
  height: 40px;
  line-height: 40px;
  color: #999;
  font-weight: bold;
}
.gather-item-head .gather-item__listen {
  height: 40px;
  line-height: 40px;
}
.gather-item-head .gather-item__title {
  color: #999;
}
.gather-item-head .gather-item__actions {
  text-align: center;
}
.gather-item .gather-progress {
  display: none;
}

.active-player .bottom {
  display: none;
}
.active-player .gather-progress {
  display: block;
  position: relative;
  padding-right: 150px;
  height: 30px;
  padding-top: 15px;
}
.active-player .gather-progress .jp-time {
  position: absolute;
  top: 0;
  right: 20px;
  color: #797979;
}
.active-player .gather-progress .jp-seek-bar {
  height: 5px;
  background-color: #464647;
  cursor: pointer;
}
.active-player .gather-progress .jp-play-bar {
  height: 100%;
  width: 0;
  background-color: #22c38b;
}
.active-player .gather-item__title .text {
  color: #22c38b;
}

.gather-dt {
  padding-left: 230px;
  position: relative;
}
.gather-dt__cover {
  margin-left: -230px;
  width: 230px;
  height: 230px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  float: left;
}
.gather-dt__info {
  width: 100%;
  padding-left: 15px;
}
.gather-dt__info h1 {
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 0;
}
.gather-dt__info p {
  color: #797979;
}
.gather-dt__b {
  font-weight: bold;
  color: #39c1de;
}
.gather-dt__y {
  font-weight: bold;
  color: #ffd800;
}
.gather-dt__down, .gather-dt__favorite {
  border-radius: 50px;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3ca5af), to(#3cb46e));
  background-image: linear-gradient(to right, #3ca5af, #3cb46e);
}
.gather-dt__down:hover, .gather-dt__favorite:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#f25098), to(#5f3cae));
  background-image: linear-gradient(to right, #f25098, #5f3cae);
}
.gather-dt__favorite {
  background-image: -webkit-gradient(linear, left top, right top, from(#2f2e2e), to(#3f3e3e));
  background-image: linear-gradient(to right, #2f2e2e, #3f3e3e);
}

.gather-tracks-item {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gather-grids-hd {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}
.gather-grids .row {
  margin-right: -10px;
  margin-left: -10px;
}
.gather-grids .col {
  padding-right: 10px;
  padding-left: 10px;
}
.gather-grids .grid-item__cover {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.gather-grids .grid-item__tit {
  color: #fff;
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.gather-grids .grid-item__cat {
  font-size: 14px;
  font-weight: bold;
}

.gather-play-content {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding-top: 70px;
}
.gather-play-content .jp-audio {
  height: auto;
}
.gather-play-content .toggle-model {
  display: none !important;
}
.gather-play-content .jp-interface {
  position: relative;
}
.gather-play-content .player-progress {
  position: absolute;
  top: 10px;
  left: 160px;
  right: 120px;
}
.gather-play-content .jp-controls-holder {
  height: 60px;
  line-height: 60px;
}