@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.podpub_player_circle {
  position: fixed;
  z-index: 1000;
  top: 130px;
  right: 50px;
  width: 88px;
  line-height: 1.5; }
  .podpub_player_circle .pp_player_progress {
    transform: rotate(-90deg); }
  .podpub_player_circle .progress__meter, .podpub_player_circle .progress__value {
    fill: none; }
  .podpub_player_circle .progress__meter {
    stroke: rgba(230, 230, 230, 0.44); }
  .podpub_player_circle .progress__value {
    stroke: #2d7ad0;
    stroke-linecap: round; }
  .podpub_player_circle .o-play-btn {
    position: absolute;
    background-color: #1a1a1a;
    transition: background-color 0.3s ease-out;
    border: none;
    outline: none;
    overflow: hidden;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    top: 12px;
    left: 12px;
    z-index: 2; }
    .podpub_player_circle .o-play-btn__icon {
      height: 30px;
      width: 30px;
      line-height: 30px;
      position: absolute;
      top: 17px;
      left: 21px;
      z-index: 0;
      box-sizing: border-box;
      display: inline-block;
      overflow: visible;
      transition: left 0.3s ease-out; }
      .podpub_player_circle .o-play-btn__icon:before, .podpub_player_circle .o-play-btn__icon:after {
        content: "";
        position: absolute;
        transition: 0.3s;
        background: #FFF;
        height: 100%;
        width: 50%;
        top: 0; }
      .podpub_player_circle .o-play-btn__icon:before {
        left: 0; }
      .podpub_player_circle .o-play-btn__icon:after {
        right: 0; }
    .podpub_player_circle .o-play-btn__mask {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block; }
      .podpub_player_circle .o-play-btn__mask:before, .podpub_player_circle .o-play-btn__mask:after {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 150%;
        background-color: #1a1a1a;
        transition: all 0.3s ease-out; }
      .podpub_player_circle .o-play-btn__mask:before {
        top: -100%;
        transform-origin: 0% 100%;
        transform: rotate(26.5deg); }
      .podpub_player_circle .o-play-btn__mask:after {
        transform-origin: 0% 0%;
        transform: rotate(-26.5deg);
        top: 100%; }
    .podpub_player_circle .o-play-btn:hover {
      background-color: #2d7ad0; }
      .podpub_player_circle .o-play-btn:hover .o-play-btn__mask:before, .podpub_player_circle .o-play-btn:hover .o-play-btn__mask:after {
        background-color: #2d7ad0; }
  .podpub_player_circle.playing .o-play-btn__icon {
    left: 17px; }
    .podpub_player_circle.playing .o-play-btn__icon:before {
      width: 35%; }
    .podpub_player_circle.playing .o-play-btn__icon:after {
      width: 35%; }
  .podpub_player_circle.playing .o-play-btn__mask:before, .podpub_player_circle.playing .o-play-btn__mask:after {
    transform: rotate(0); }
  .podpub_player_circle .hoverinfo {
    position: absolute;
    top: 0;
    left: -330px;
    height: 220px;
    width: 420px;
    right: 0;
    z-index: 1;
    opacity: 0;
    display: none; }
    .podpub_player_circle .hoverinfo a {
      outline: none; }
    .podpub_player_circle .hoverinfo .hoverinfo__tracks aaudio_control_track_prev.disabled, .podpub_player_circle .hoverinfo .hoverinfo__tracks a.audio_control_track_next.disabled {
      opacity: .3; }
      .podpub_player_circle .hoverinfo .hoverinfo__tracks aaudio_control_track_prev.disabled:hover, .podpub_player_circle .hoverinfo .hoverinfo__tracks aaudio_control_track_prev.disabled:hover:before, .podpub_player_circle .hoverinfo .hoverinfo__tracks a.audio_control_track_next.disabled:hover, .podpub_player_circle .hoverinfo .hoverinfo__tracks a.audio_control_track_next.disabled:hover:before {
        color: #a6a6a6; }
    .podpub_player_circle .hoverinfo .hoverinfo__tracktext {
      left: 0;
      top: 0;
      position: absolute;
      width: 300px;
      background: #1a1a1a;
      color: #a6a6a6;
      padding: 10px;
      border-radius: 10px; }
      .podpub_player_circle .hoverinfo .hoverinfo__tracktext .title {
        font-size: 13px;
        margin-bottom: 5px; }
        .podpub_player_circle .hoverinfo .hoverinfo__tracktext .title span.nowplaying__title {
          font-weight: bold; }
      .podpub_player_circle .hoverinfo .hoverinfo__tracktext .description {
        color: #FFF; }
    .podpub_player_circle .hoverinfo .hoverinfo__buttons {
      width: 88px;
      position: absolute;
      right: 0; }
    .podpub_player_circle .hoverinfo .hoverinfo__skips, .podpub_player_circle .hoverinfo .hoverinfo__tracks, .podpub_player_circle .hoverinfo .hoverinfo__more {
      margin-top: 100px;
      background: #1a1a1a;
      border-radius: 18px;
      height: 36px;
      text-align: center;
      position: relative; }
      .podpub_player_circle .hoverinfo .hoverinfo__skips a, .podpub_player_circle .hoverinfo .hoverinfo__tracks a, .podpub_player_circle .hoverinfo .hoverinfo__more a {
        color: #a6a6a6;
        position: absolute;
        top: 1px;
        left: 5px;
        font-size: 0;
        overflow: hidden;
        height: 32px;
        width: 32px;
        display: inline-block; }
        .podpub_player_circle .hoverinfo .hoverinfo__skips a:hover, .podpub_player_circle .hoverinfo .hoverinfo__skips a:hover:before, .podpub_player_circle .hoverinfo .hoverinfo__skips a:hover:after, .podpub_player_circle .hoverinfo .hoverinfo__tracks a:hover, .podpub_player_circle .hoverinfo .hoverinfo__tracks a:hover:before, .podpub_player_circle .hoverinfo .hoverinfo__tracks a:hover:after, .podpub_player_circle .hoverinfo .hoverinfo__more a:hover, .podpub_player_circle .hoverinfo .hoverinfo__more a:hover:before, .podpub_player_circle .hoverinfo .hoverinfo__more a:hover:after {
          color: #fff; }
        .podpub_player_circle .hoverinfo .hoverinfo__skips a:before, .podpub_player_circle .hoverinfo .hoverinfo__tracks a:before, .podpub_player_circle .hoverinfo .hoverinfo__more a:before {
          position: absolute;
          height: 32px;
          display: block;
          text-align: center;
          width: 32px;
          content: "\f048";
          font-size: 22px;
          top: 5px;
          font-family: "Font Awesome 5 Free", FontAwesome; }
    .podpub_player_circle .hoverinfo .hoverinfo__skips a:after {
      content: '';
      display: inline-block;
      font-family: sans-serif;
      font-size: 10px;
      font-weight: 700;
      position: absolute;
      top: 50%;
      left: 50%; }
    .podpub_player_circle .hoverinfo .hoverinfo__skips a.audio_control_skip_back:before {
      content: "\f0e2";
      transform: rotate(50deg);
      font-size: 26px;
      left: -1px;
      top: 3px;
      font-family: "Font Awesome 5 Free", FontAwesome; }
    .podpub_player_circle .hoverinfo .hoverinfo__skips a.audio_control_skip_back:after {
      content: '10';
      -moz-transform: translate(-45%, -34%);
      -webkit-transform: translate(-45%, -34%);
      transform: translate(-45%, -34%); }
    .podpub_player_circle .hoverinfo .hoverinfo__skips a.audio_control_skip_forward {
      right: 5px;
      left: auto; }
      .podpub_player_circle .hoverinfo .hoverinfo__skips a.audio_control_skip_forward:before {
        content: "\f01e";
        transform: rotate(-50deg);
        font-size: 26px;
        right: -1px;
        top: 3px;
        font-family: "Font Awesome 5 Free", FontAwesome; }
      .podpub_player_circle .hoverinfo .hoverinfo__skips a.audio_control_skip_forward:after {
        content: '60';
        -moz-transform: translate(-60%, -34%);
        -webkit-transform: translate(-60%, -34%);
        transform: translate(-60%, -34%); }
    .podpub_player_circle .hoverinfo .hoverinfo__tracks {
      margin-top: 10px; }
      .podpub_player_circle .hoverinfo .hoverinfo__tracks a.audio_control_track_next {
        right: 5px;
        left: auto; }
        .podpub_player_circle .hoverinfo .hoverinfo__tracks a.audio_control_track_next:before {
          content: "\f051"; }
    .podpub_player_circle .hoverinfo .hoverinfo__more {
      text-align: center;
      margin-top: 10px;
      background: transparent !important; }
      .podpub_player_circle .hoverinfo .hoverinfo__more a {
        position: relative;
        width: 36px;
        height: 36px;
        display: inline-block;
        top: auto;
        left: auto;
        right: auto; }
        .podpub_player_circle .hoverinfo .hoverinfo__more a:before {
          width: 36px;
          height: 36px;
          line-height: 36px;
          border-radius: 18px;
          background: #1a1a1a;
          content: "\f142";
          top: 0; }
  .podpub_player_circle.hover-in .hoverinfo {
    display: block;
    opacity: 1;
    animation: fadein 0.5s; }
  .podpub_player_circle.hover-out .hoverinfo {
    display: block;
    opacity: 0;
    animation: fadeout 0.5s; }

.podub-player {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  height: 100vh;
  line-height: 1.5;
  background: #212121;
  overflow-y: auto;
  z-index: 999991;
  width: 350px;
  max-width: 100%;
  color: #FFF;
  box-shadow: 4px 0px 44px 11px rgba(0, 0, 0, 0.65);
  transform: translateX(100%);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  font-family: "Roboto", sans-serif; }
  .podub-player::-webkit-scrollbar {
    display: none; }
  .podub-player button,
  .podub-player p,
  .podub-player a,
  .podub-player h1,
  .podub-player h2,
  .podub-player h3,
  .podub-player h4,
  .podub-player h5,
  .podub-player ul {
    font-family: "Roboto", sans-serif; }
  .podpub-sidebar .podub-player {
    opacity: 1;
    transform: translateX(0); }
  .podub-player .jp-interface > div {
    padding: 0 20px; }
  .podub-player button {
    background: transparent;
    border: 0 !important;
    outline: none !important;
    color: #ccc;
    padding: 0;
    box-shadow: none; }
    .podub-player button:focus {
      outline: none !important; }
  .podub-player .jp-navoptions {
    border-bottom: 1px solid #424242; }
    .podub-player .jp-navoptions .jp-actions {
      display: table;
      width: 100%;
      height: 53px; }
      .podub-player .jp-navoptions .jp-actions > div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        text-align: right; }
        .podub-player .jp-navoptions .jp-actions > div .jp-dropdown {
          display: none;
          position: absolute;
          padding: 4px;
          background: #212121;
          border: 1px solid #424242;
          top: 0;
          right: 0;
          left: 0; }
        .podub-player .jp-navoptions .jp-actions > div:hover .jp-dropdown {
          display: block; }
        .podub-player .jp-navoptions .jp-actions > div.jph-close {
          text-align: left; }
        .podub-player .jp-navoptions .jp-actions > div .jp-close {
          display: inline-block;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #FFF;
          background: transparent !important; }
          .podub-player .jp-navoptions .jp-actions > div .jp-close:before {
            font-family: "Font Awesome 5 Free", FontAwesome;
            content: "\f00d";
            font-size: 20px;
            padding-right: 7px;
            position: relative;
            top: 2px; }
        .podub-player .jp-navoptions .jp-actions > div .jp-share {
          display: inline-block;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #7a7a7a;
          font-size: 0; }
          .podub-player .jp-navoptions .jp-actions > div .jp-share:before {
            font-family: FontAwesome;
            content: "\f1e0";
            font-size: 20px; }
        .podub-player .jp-navoptions .jp-actions > div .jp-download {
          display: inline-block;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #7a7a7a;
          font-size: 0;
          background: transparent !important; }
          .podub-player .jp-navoptions .jp-actions > div .jp-download:before {
            font-family: "Font Awesome 5 Free", FontAwesome;
            content: "\f019";
            font-size: 20px;
            position: relative;
            top: 2px; }
        .podub-player .jp-navoptions .jp-actions > div.jph-share {
          display: none; }
        .podub-player .jp-navoptions .jp-actions > div.jph-volume-controls {
          display: none; }
        .podub-player .jp-navoptions .jp-actions > div.jph-repeat-controls {
          display: none; }
        .podub-player .jp-navoptions .jp-actions > div.jph-playbackspeed {
          display: none; }
  .podub-player .jp-time-holder {
    padding: 0 !important;
    display: table;
    width: 100%;
    color: #a6a6a6;
    font-size: 13px; }
    .podub-player .jp-time-holder > div {
      display: table-cell;
      padding: 10px 7px 0; }
      .podub-player .jp-time-holder > div.jp-current-time {
        text-align: left; }
      .podub-player .jp-time-holder > div.jp-duration {
        text-align: right; }
  .podub-player .jp-controls {
    display: table;
    width: 100%;
    height: 70px;
    margin: 15px 0 0; }
    .podub-player .jp-controls > div {
      display: table-cell;
      position: relative;
      vertical-align: middle; }
      .podub-player .jp-controls > div.jph-play {
        width: 64px; }
      .podub-player .jp-controls > div.jph-rewrind, .podub-player .jp-controls > div.jph-fastforward {
        width: 71px;
        text-align: center; }
      .podub-player .jp-controls > div.jph-previous {
        text-align: right; }
      .podub-player .jp-controls > div.jph-next {
        text-align: left; }
    .podub-player .jp-controls button {
      font-size: 0;
      background-color: transparent;
      padding: 0;
      color: #7a7a7a; }
      .podub-player .jp-controls button:hover {
        color: #fff; }
      .podub-player .jp-controls button:focus {
        outline: none !important; }
      .podub-player .jp-controls button.jp-rewrind, .podub-player .jp-controls button.jp-fastforward, .podub-player .jp-controls button.jp-previous, .podub-player .jp-controls button.jp-next {
        display: inline-block;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0;
        transition: all 0.3s ease-out; }
        .podub-player .jp-controls button.jp-rewrind:before, .podub-player .jp-controls button.jp-fastforward:before, .podub-player .jp-controls button.jp-previous:before, .podub-player .jp-controls button.jp-next:before {
          font-size: 25px;
          color: #7a7a7a;
          transition: all 0.3s ease-out; }
        .podub-player .jp-controls button.jp-rewrind:after, .podub-player .jp-controls button.jp-fastforward:after, .podub-player .jp-controls button.jp-previous:after, .podub-player .jp-controls button.jp-next:after {
          transition: all 0.3s ease-out; }
        .podub-player .jp-controls button.jp-rewrind:hover:after, .podub-player .jp-controls button.jp-rewrind:hover:before, .podub-player .jp-controls button.jp-fastforward:hover:after, .podub-player .jp-controls button.jp-fastforward:hover:before, .podub-player .jp-controls button.jp-previous:hover:after, .podub-player .jp-controls button.jp-previous:hover:before, .podub-player .jp-controls button.jp-next:hover:after, .podub-player .jp-controls button.jp-next:hover:before {
          color: #fff; }
        .podub-player .jp-controls button.jp-rewrind.disabled, .podub-player .jp-controls button.jp-fastforward.disabled, .podub-player .jp-controls button.jp-previous.disabled, .podub-player .jp-controls button.jp-next.disabled {
          opacity: .3; }
          .podub-player .jp-controls button.jp-rewrind.disabled:hover:before, .podub-player .jp-controls button.jp-fastforward.disabled:hover:before, .podub-player .jp-controls button.jp-previous.disabled:hover:before, .podub-player .jp-controls button.jp-next.disabled:hover:before {
            color: #7a7a7a; }
      .podub-player .jp-controls button.jp-previous:before {
        content: "\f048"; 
        font-family: "Font Awesome 5 Free", FontAwesome; }
      .podub-player .jp-controls button.jp-next:before {
        content: "\f051";
        font-family: "Font Awesome 5 Free", FontAwesome; }
      .podub-player .jp-controls button.jp-rewrind:before, .podub-player .jp-controls button.jp-fastforward:before {
        font-size: 42px; }
      .podub-player .jp-controls button.jp-rewrind:after, .podub-player .jp-controls button.jp-fastforward:after {
        color: #7a7a7a;
        content: '';
        display: inline-block;
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%; }
      .podub-player .jp-controls button.jp-rewrind {
        transform: rotate(50deg); }
        .podub-player .jp-controls button.jp-rewrind:before {
          content: "\f0e2";
          font-family: "Font Awesome 5 Free", FontAwesome; }
        .podub-player .jp-controls button.jp-rewrind:after {
          content: '10';
          -moz-transform: translate(-40%, -40%) rotate(-50deg);
          -webkit-transform: translate(-40%, -40%) rotate(-50deg);
          transform: translate(-40%, -40%) rotate(-50deg); }
      .podub-player .jp-controls button.jp-fastforward {
        transform: rotate(-50deg); }
        .podub-player .jp-controls button.jp-fastforward:before {
          content: "\f01e";
          font-family: "Font Awesome 5 Free", FontAwesome; }
        .podub-player .jp-controls button.jp-fastforward:after {
          content: '60';
          -moz-transform: translate(-60%, -40%) rotate(50deg);
          -webkit-transform: translate(-60%, -40%) rotate(50deg);
          transform: translate(-60%, -40%) rotate(50deg); }
    .podub-player .jp-controls .o-play-btn {
      background-color: #FFF;
      transition: background-color 0.3s ease-out;
      border: none;
      outline: none;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      z-index: 2; }
      .podub-player .jp-controls .o-play-btn__icon {
        height: 30px;
        width: 30px;
        line-height: 30px;
        position: absolute;
        top: 17px;
        left: 21px;
        z-index: 0;
        box-sizing: border-box;
        display: inline-block;
        overflow: hidden;
        transition: left 0.3s ease-out; }
        .podub-player .jp-controls .o-play-btn__icon:before, .podub-player .jp-controls .o-play-btn__icon:after {
          content: "";
          position: absolute;
          transition: 0.3s;
          background: #212121;
          height: 100%;
          width: 50%;
          top: 0; }
        .podub-player .jp-controls .o-play-btn__icon:before {
          left: 0; }
        .podub-player .jp-controls .o-play-btn__icon:after {
          right: 0; }
      .podub-player .jp-controls .o-play-btn__mask {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block; }
        .podub-player .jp-controls .o-play-btn__mask:before, .podub-player .jp-controls .o-play-btn__mask:after {
          content: "";
          position: absolute;
          left: 0;
          height: 100%;
          width: 150%;
          background-color: #FFF;
          transition: all 0.3s ease-out; }
        .podub-player .jp-controls .o-play-btn__mask:before {
          top: -100%;
          transform-origin: 0% 100%;
          transform: rotate(26.5deg); }
        .podub-player .jp-controls .o-play-btn__mask:after {
          transform-origin: 0% 0%;
          transform: rotate(-26.5deg);
          top: 100%; }
      .podub-player .jp-controls .o-play-btn:hover {
        background-color: #2d7ad0; }
        .podub-player .jp-controls .o-play-btn:hover .o-play-btn__mask:before, .podub-player .jp-controls .o-play-btn:hover .o-play-btn__mask:after {
          background-color: #2d7ad0; }
  .podub-player.playing .o-play-btn__icon {
    left: 17px; }
    .podub-player.playing .o-play-btn__icon:before {
      transform: translateX(-25%); }
    .podub-player.playing .o-play-btn__icon:after {
      transform: translateX(25%); }
  .podub-player.playing .o-play-btn__mask:before, .podub-player.playing .o-play-btn__mask:after {
    transform: rotate(0); }
  .podub-player .jp-progress {
    height: 20px;
    padding: 0 !important; }
    .podub-player .jp-progress .jp-seek-bar {
      width: 0;
      height: 20px;
      cursor: pointer;
      position: relative;
      overflow: visible !important; }
      .podub-player .jp-progress .jp-seek-bar:before {
        background-color: #4d4d4d;
        content: "";
        left: 0;
        top: 5px;
        position: absolute;
        right: 0;
        height: 5px;
        display: block; }
      .podub-player .jp-progress .jp-seek-bar .jp-play-bar {
        background: #2d7ad0;
        width: 0;
        overflow: visible !important;
        height: 5px;
        top: 5px;
        position: relative; }
        .podub-player .jp-progress .jp-seek-bar .jp-play-bar:after {
          position: absolute;
          content: "";
          display: block;
          background: #2d7ad0;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          right: -11px;
          top: -4px; }
  .podub-player .jp-nowplaying h4, .podub-player .jp-playlist h4 {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .podub-player .jp-nowplaying .jp-nowplaying-title {
    color: #FFF;
    font-weight: bold;
    font-size: 18px; }
  .podub-player .jp-nowplaying .jp-nowplaying-footer {
    color: #7a7a7a;
    font-size: 14px;
    overflow: hidden;
    width: 330px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .podub-player .jp-playlist-item {
    outline: none; }
  .podub-player .jp-playlist {
    border-top: 1px solid rgba(143, 144, 153, 0.11);
    padding: 5px 20px 20px;
    margin-top: 15px; }
    .podub-player .jp-playlist ul {
      margin: 0;
      padding: 0; }
      .podub-player .jp-playlist ul li {
        margin: 0;
        padding: 0 0 8px;
        list-style: none; }
        .podub-player .jp-playlist ul li a {
          color: #FFF;
          display: block; }
          .podub-player .jp-playlist ul li a .podpub-playlist-footer {
            display: block;
            color: #7a7a7a;
            font-size: 14px; }
  .podub-player .jp-no-solution {
    padding: 20px; }

.subscribe-icons > a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-right: 10px; }
  .subscribe-icons > a.subscribe-google {
    background-image: url("../subscribe/google.png"); }
  .subscribe-icons > a.subscribe-itunes {
    background-image: url("../subscribe/itunes.png"); }
  .subscribe-icons > a.subscribe-rss {
    background-image: url("../subscribe/rss.png"); }
  .subscribe-icons > a.subscribe-stitcher {
    background-image: url("../subscribe/stitcher.png"); }
  .subscribe-icons > a.subscribe-youtube {
    background-image: url("../subscribe/youtube.png"); }
  .subscribe-icons > a.subscribe-soundcloud {
    background-image: url("../subscribe/soundcloud.png"); }

/**
 * For small screens we move the player to the bottom
 */
@media all and (max-width: 799px) {
  body,
  .site .site__body {
    padding-bottom: 85px; }

  .podpub_player_circle .o-play-btn {
    transform: scale(0.75); }

  .podpub_player_circle .pp_player_progress {
    transform: scale(0.75) rotate(-90deg); }

  .podpub_player_circle {
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    height: 85px;
    background: #1a1a1a;
    padding: 0 10px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif; }

  .podpub_player_circle .o-play-btn {
    top: 12px;
    left: 22px; }

  .podpub_player_circle .hoverinfo, .podpub_player_circle.hover-in .hoverinfo, .podpub_player_circle.hover-out .hoverinfo {
    opacity: 1;
    display: block;
    left: 90px;
    top: 10px;
    height: 65px;
    animation: none; }

  .podpub_player_circle .hoverinfo .hoverinfo__tracktext {
    left: 0;
    width: 100%;
    padding-right: 25px; }

  .podpub_player_circle .hoverinfo .hoverinfo__tracktext .title {
    font-size: 12px;
    margin-bottom: 0; }

  .podpub_player_circle .hoverinfo .hoverinfo__tracktext .description {
    font-size: 14px;
    line-height: 1.429;
    height: 2.9em;
    overflow: hidden; }

  .podpub_player_circle .hoverinfo .hoverinfo__skips, .podpub_player_circle .hoverinfo .hoverinfo__tracks {
    display: none; }

  .podpub_player_circle .hoverinfo .hoverinfo__more a {
    right: -15px;
    left: auto;
    top: 2px; } }

/*# sourceMappingURL=podpub-player.css.map */
