/* PODCAST */
.featured-podcast {
    margin-bottom: 25px;
    width: 320px;
    margin: 0 auto;
}
.featured-podcast img {
    max-width: 100%;
}
.featured-podcast svg {
    fill: #fff;
    transition: all 0.2s;
}
.featured-podcast svg:hover {
    transform: scale(1.1);
}
.featured-podcast .abril-player-podcast {
    width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.featured-podcast .abril-player-podcast .bg-img {
    filter: blur(30px);
    -webkit-filter: blur(30px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
.featured-podcast .abril-player-podcast .bg-color {
    position: relative;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 12px;
    float: left;
}
.featured-podcast .abril-player-podcast .player-metadata {
    position: relative;
}
.featured-podcast .abril-player-podcast .player-metadata .thumb {
    width: 77px;
    height: 77px;
    float: left;
    margin: 0 8px 0 0;
}
.featured-podcast .abril-player-podcast .player-metadata #article-category {
    float: left;
    width: calc(100% - 85px);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
}
.featured-podcast .abril-player-podcast .player-metadata .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    float: left;
    width: calc(100% - 85px);
    margin-bottom: 4px;
}
.featured-podcast .abril-player-podcast .player-metadata .artist {
    font-size: 11px;
}
.featured-podcast .abril-player-podcast .player-metadata .artist b {
    font-weight: 600;
}
.featured-podcast .abril-player-podcast .player-controls {
    position: relative;
    width: 100%;
    margin-top: 16px;
    float: left;
    text-align: center;
    height: 100px;
}
.featured-podcast .abril-player-podcast .player-controls a {
    color: #fff;
    display: block;
}
.featured-podcast .abril-player-podcast .player-controls #current-time {
    font-size: 11px;
    left: 0;
    top: 23px;
    position: absolute;
}
.featured-podcast .abril-player-podcast .player-controls #total-time {
    font-size: 11px;
    right: 0;
    top: 23px;
    position: absolute;
}
.featured-podcast .abril-player-podcast .player-controls .progress-bar-container {
    position: relative;
}
.featured-podcast .abril-player-podcast .player-controls .progress-bar-container #progress-bar {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    outline: 0;
    transition: opacity 0.2s;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}
.featured-podcast .abril-player-podcast .player-controls .progress-bar-container #progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.featured-podcast .abril-player-podcast .player-controls .progress-bar-container #progress-bar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.featured-podcast .abril-player-podcast .player-controls .progress-bar-container #total-played {
    height: 6px;
    background: #fff;
    width: 1%;
    border-radius: 10px;
    position: relative;
    top: -34px;
    z-index: 0;
}
.featured-podcast .abril-player-podcast .player-controls #mute-unmute {
    display: none;
}
.featured-podcast .abril-player-podcast .player-controls #mute-unmute #Volume_OFF {
    display: none;
}
.featured-podcast .abril-player-podcast .player-controls #mute-unmute.muted #Volume_OFF {
    display: block;
}
.featured-podcast .abril-player-podcast .player-controls #mute-unmute.muted #Volume_ON {
    display: none;
}
.featured-podcast .abril-player-podcast .player-controls #goback-10 {
    display: inline-block;
    vertical-align: middle;
}
.featured-podcast .abril-player-podcast .player-controls #skip-10 {
    display: inline-block;
    vertical-align: middle;
}
.featured-podcast .abril-player-podcast .player-controls #pause,
.featured-podcast .abril-player-podcast .player-controls #play {
    width: 48px;
    text-align: center;
    line-height: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    vertical-align: middle;
}
.featured-podcast .abril-player-podcast .player-controls #pause {
    display: none;
}
.featured-podcast .podcasts_buttons {
    margin-bottom: 10px;
}
.featured-podcast .podcasts_buttons a img {
    width: 130px;
}

@media (min-width: 991px) {
    .featured-podcast {
        width: 100% !important;
        margin: 0 auto;
    }
    .featured-podcast .abril-player-podcast {
        margin-bottom: 40px;
    }
    .featured-podcast .abril-player-podcast .player-metadata .thumb {
        width: 189px;
        height: 189px;
        margin: 0 16px 0 0;
    }
    .featured-podcast .abril-player-podcast .player-metadata #article-category {
        width: calc(100% - 205px);
        font-size: 14px;
    }
    .featured-podcast .abril-player-podcast .player-metadata .title {
        width: calc(100% - 205px);
        font-size: 20px;
        line-height: 28px;
        max-height: 58px;
    }
    .featured-podcast .abril-player-podcast .player-metadata .artist {
        font-size: 10px;
        width: calc(100% - 205px);
    }
    .featured-podcast .abril-player-podcast .player-controls {
        width: calc(100% - 205px);
        margin-top: 8px;
        height: 50px;
    }
    .featured-podcast .abril-player-podcast .player-controls #pause,
    .featured-podcast .abril-player-podcast .player-controls #play {
        position: absolute;
        left: 0;
        top: 42px;
        margin: 0;
    }
    .featured-podcast .abril-player-podcast .player-controls #mute-unmute {
        display: block !important;
        position: absolute;
        right: 0;
        top: 55px;
    }
    .featured-podcast .abril-player-podcast .player-controls #mute-unmute.muted {
        color: red;
    }
    .featured-podcast .abril-player-podcast .player-controls #goback-10 {
        line-height: 45px;
        width: 45px;
        height: 45px;
        top: 50px;
        left: 48px;
        position: absolute;
    }
    .featured-podcast .abril-player-podcast .player-controls #skip-10 {
        line-height: 45px;
        width: 45px;
        height: 45px;
        top: 50px;
        left: 85px;
        position: absolute;
    }
    .featured-podcast .podcasts_buttons {
        margin-bottom: 30px;
    }
}
