/*
  @include grid-setup((
    count: 12,
    gutter: 40px,
    column: 70px,
    width: 98%
  ));
*/
.data-audio.podcast .audio-player .audio-player__links a:before {
  content: "\e90d"; }

.data-audio.podcast {
  border-radius: 24px;
  padding: 5px;
  background-color: #ffffff;
  box-sizing: border-box; }
  .data-audio.podcast:after {
    content: "";
    display: table;
    clear: both; }
  .data-audio.podcast.has-description {
    border-bottom-right-radius: 0; }
    @media (max-width: 600px) {
      .data-audio.podcast.has-description {
        border-bottom-left-radius: 0; } }
  .data-audio.podcast .audio-player {
    background-color: transparent;
    margin-bottom: 0;
    min-height: 0;
    height: 40px;
    width: 100%; }
    .data-audio.podcast .audio-player.player-active .progress-container {
      width: calc(100% - 140px);
      transition: width 0.25s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .data-audio.podcast .audio-player.player-active .info .cur-duration {
      opacity: 1;
      transition: opacity 0.15s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .data-audio.podcast .audio-player .progress-container {
      position: absolute;
      width: calc(100% - 100px);
      left: 55px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 100;
      height: 10px;
      background-color: #b51412;
      border-radius: 8px;
      overflow: hidden;
      transition: width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .data-audio.podcast .audio-player .progress-bar,
    .data-audio.podcast .audio-player .progress-full,
    .data-audio.podcast .audio-player .seek {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #b51412; }
    .data-audio.podcast .audio-player .progress-full {
      background: #e2e3e4; }
    .data-audio.podcast .audio-player .content {
      min-height: 40px; }
      .data-audio.podcast .audio-player .content .cntrls {
        padding: 0;
        border-right: 0;
        width: 55px; }
        .data-audio.podcast .audio-player .content .cntrls .audio-button.play:before {
          background-color: #9e9978; }
          .hub-progressinmind .data-audio.podcast .audio-player .content .cntrls .audio-button.play:before {
            background-color: #9e9978; }
          .lic .data-audio.podcast .audio-player .content .cntrls .audio-button.play:before {
            background-color: #b51412; }
          .hub-linf .data-audio.podcast .audio-player .content .cntrls .audio-button.play:before {
            background-color: #b51412; }
          .hub-thinc .data-audio.podcast .audio-player .content .cntrls .audio-button.play:before {
            background-color: #D14330; }
          .hub-rethink .data-audio.podcast .audio-player .content .cntrls .audio-button.play:before {
            background-color: #942621; }
          .hub-focus .data-audio.podcast .audio-player .content .cntrls .audio-button.play:before {
            background-color: #6d6e71; }
        .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:before {
          background-color: #606164; }
          .hub-progressinmind .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:before {
            background-color: #606164; }
          .lic .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:before {
            background-color: #606164; }
          .hub-linf .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:before {
            background-color: #606164; }
          .hub-thinc .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:before {
            background-color: #122036; }
          .hub-rethink .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:before {
            background-color: #192343; }
          .hub-focus .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:before {
            background-color: #938d6a; }
        .data-audio.podcast .audio-player .content .cntrls .audio-button.play:hover:after {
          color: #ffffff; }
        .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:before {
          background-color: #9e9978; }
          .hub-progressinmind .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:before {
            background-color: #9e9978; }
          .lic .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:before {
            background-color: #b51412; }
          .hub-linf .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:before {
            background-color: #b51412; }
          .hub-thinc .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:before {
            background-color: #D14330; }
          .hub-rethink .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:before {
            background-color: #942621; }
          .hub-focus .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:before {
            background-color: #6d6e71; }
        .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:before {
          background-color: #606164; }
          .hub-progressinmind .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:before {
            background-color: #606164; }
          .lic .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:before {
            background-color: #606164; }
          .hub-linf .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:before {
            background-color: #606164; }
          .hub-thinc .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:before {
            background-color: #122036; }
          .hub-rethink .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:before {
            background-color: #192343; }
          .hub-focus .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:before {
            background-color: #938d6a; }
        .data-audio.podcast .audio-player .content .cntrls .audio-button.pause:hover:after {
          color: #ffffff; }
    .data-audio.podcast .audio-player .info {
      font-size: 12px;
      line-height: 19px;
      width: auto;
      position: absolute;
      right: 5px;
      top: 9px;
      padding: 0; }
      .hub-greece .data-audio.podcast .audio-player .info, .data-audio.podcast .audio-player .info.hub-greece {
        font-family: Arial;
        text-transform: none; }
      .data-audio.podcast .audio-player .info .duration-container > div {
        float: right; }
      .data-audio.podcast .audio-player .info .duration {
        color: #a3a5a8;
        padding: 0; }
      .data-audio.podcast .audio-player .info .cur-duration {
        color: #a3a5a8;
        opacity: 0;
        display: block;
        transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .data-audio.podcast .audio-player .info .duration-seperate {
        color: #a3a5a8;
        padding: 0 3px; }
    .data-audio.podcast .audio-player .audio-player__links {
      position: absolute;
      width: calc(100% - 140px);
      left: 55px;
      bottom: -3px;
      display: block; }
      .data-audio.podcast .audio-player .audio-player__links a {
        position: relative;
        width: 27px;
        height: 27px;
        padding-left: 11px;
        font-size: 12px;
        line-height: 19px;
        line-height: 12px;
        color: #a3a5a8; }
        .data-audio.podcast .audio-player .audio-player__links a:before {
          -webkit-transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -moz-transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          font-family: 'icomoon';
          font-size: 27px;
          color: #a3a5a8;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          height: 27px;
          width: 27px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .data-audio.podcast .audio-player .audio-player__links a:hover:before {
          -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          color: #9e9978; }
          .hub-progressinmind .data-audio.podcast .audio-player .audio-player__links a:hover:before {
            color: #9e9978; }
          .lic .data-audio.podcast .audio-player .audio-player__links a:hover:before {
            color: #b51412; }
          .hub-linf .data-audio.podcast .audio-player .audio-player__links a:hover:before {
            color: #b51412; }
          .hub-thinc .data-audio.podcast .audio-player .audio-player__links a:hover:before {
            color: #D14330; }
          .hub-rethink .data-audio.podcast .audio-player .audio-player__links a:hover:before {
            color: #942621; }
          .hub-focus .data-audio.podcast .audio-player .audio-player__links a:hover:before {
            color: #6d6e71; }
        .hub-greece .data-audio.podcast .audio-player .audio-player__links a, .data-audio.podcast .audio-player .audio-player__links a.hub-greece {
          font-family: Arial;
          text-transform: none; }
        .data-audio.podcast .audio-player .audio-player__links a::before {
          left: -10px;
          top: -5px; }

.audio-player__description {
  clear: both;
  background-color: #ffffff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  font-size: 12px;
  line-height: 19px;
  box-sizing: border-box;
  margin-left: 50px;
  padding: 10px 10px 16px 10px;
  box-shadow: inset 0px 4px 3px -3px rgba(0, 0, 0, 0.1); }
  .hub-greece .audio-player__description, .audio-player__description.hub-greece {
    font-family: Arial;
    text-transform: none; }
  @media (max-width: 600px) {
    .audio-player__description {
      margin-left: 0; } }

/*# sourceMappingURL=podcast-audio-player.css.map */
