.player-podcast {
  height: 190px;
  width: 100%;
  margin: 0 auto;
}
.player-podcast h1 {
  font-size: 13pt;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  cursor: default;
}
.player-podcast h4 {
  font-size: 8pt;
  font-weight: 400;
  cursor: default;
}
.player-podcast h2 {
  font-size: 13pt;
  font-weight: 300;
  color: white;
  cursor: default;
}
.player-podcast .player {
  padding-top: 20px;
  height: 190px;
  width: 100%;
  background-color: #1E2125;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.player-podcast .player ul {
  list-style: none;
}
.player-podcast .player ul li {
  display: inline-block;
}
.player-podcast .cover {
  position: absolute;
  top: 0;
  left: 0;
}
.player-podcast .cover img {
  height: 190px;
  width: 190px;
}
.player-podcast .info {
  width: 90%;
}
.player-podcast .info h1 {
  margin-top: 15px;
  margin-left: 180px;
  margin-bottom: 10px;
  line-height: 0;
}
.player-podcast .info h4 {
  margin-left: 180px;
  line-height: 20px;
  color: #636367;
  margin-bottom: 10px;
}
.player-podcast .info h2 {
  margin-left: 180px;
}
.player-podcast .button-items {
  margin-left: 180px;
}
.player-podcast #slider {
  width: 100%;
  height: 15px;
  background: #151518;
  border-radius: 2px;
  position: relative;
}
.player-podcast #slider div {
  width: 4px;
  height: 15px;
  margin-top: 3px;
  background: #0B73F6;
  border-radius: 2px;
}
.player-podcast #slider #timer {
  color: #494B4E;
  line-height: 0;
  font-size: 0.7rem;
  font-family: Arial, Sans-Serif;
  position: absolute;
  top: 8px;
  right: 0;
}
.player-podcast .controls {
  margin-top: 20px;
}
.player-podcast .controls svg:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}
.player-podcast #play {
  padding: 0 3px;
  width: 40px;
  height: 40px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
}
.player-podcast #play g {
  stroke: #FEFEFE;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
.player-podcast #play g path {
  fill: #FEFEFE;
}
.player-podcast #play:hover {
  cursor: pointer;
}
.player-podcast #play:hover g {
  stroke: #0B73F6;
  cursor: pointer;
}
.player-podcast #play:hover g path {
  fill: #0B73F6;
  cursor: pointer;
}
.player-podcast .step-backward {
  width: 25px;
  height: 25px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 5px;
}
.player-podcast .step-backward g polygon {
  fill: #FEFEFE;
}
.player-podcast .step-foreward {
  width: 25px;
  height: 25px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 5px;
}
.player-podcast .step-foreward g polygon {
  fill: #FEFEFE;
}
.player-podcast #pause {
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: -38px;
  cursor: pointer;
}
.player-podcast #pause rect {
  fill: white;
}
.player-podcast #pause:hover rect {
  fill: #8F4DA9;
}
.player-podcast .step-backward g polygon:hover, .player-podcast .step-foreward g polygon:hover {
  fill: #EF6DBC;
  cursor: pointer;
}
.player-podcast .social {
  text-align: center;
}
.player-podcast .twitter {
  color: #BDBDBD;
  font-family: sans-serif;
  text-decoration: none;
}
.player-podcast .twitter:hover {
  color: #ecf0f1;
}
.player-podcast .github {
  color: #BDBDBD;
  font-family: sans-serif;
  text-decoration: none;
}
.player-podcast .github:hover {
  color: #ecf0f1;
}
.player-podcast p {
  color: #BDBDBD;
}
.player-podcast #skip {
  float: right;
  margin-top: 10px;
}
.player-podcast #skip p {
  color: #2980b9;
}
.player-podcast #skip p:hover {
  color: #e74c3c;
  cursor: pointer;
}
.player-podcast .expend {
  padding: 0.5px;
  cursor: pointer;
}
.player-podcast .expend svg:hover g polygon {
  fill: #EF6DBC;
}/*# sourceMappingURL=player.css.map */