/*
Theme Name: Jouw Streekstad
Description: Jouw Streekstad.
Version: 1.0
Author: Multi Action
Author URI: http://www.multi-action.nl
Template: enfold
*/

.avia-section { min-height: 70px; }

.container_wrap {
    border-top: none;
}

/*Add your own styles here:*/
div .av_one_half {
    margin-left: 18px;
    width: calc( 50% - 9px );
}

.artikel-container .column-bottom-margin {
    margin-bottom: 12px;
}

.agenda-wrapper {
    margin-top: 30px;
}

.agenda-wrapper .post-title h4 {
    font-size: 13px;
}

.agenda-container .av_one_third {
    margin-left: 1%;
    width: 32.654%;
}

.agenda-container .av_one_third:first-child {
    margin-left: 0;
}

#nowplaying {
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    min-height: 300px;
}

#nowplaying .track-heading {
    color: #a200f7;
    margin-top: -29px;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

#nowplaying .track-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}

#nowplaying .track-title {
    flex: 0 0 80%;
}

#nowplaying .track-status {
    color: #a200f7;
    position: relative;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: bold;
}

#nowplaying .track-status::before {
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #a200f7;
    position: absolute;
    top: 7px;
    left: 0;
}

#nowplaying .track-image {
    align-items: center;
    aspect-ratio : 1 / 1;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width:100%;
}

#nowplaying .track-image img {
    border-radius: 6px;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

#nowplaying .track-play-button {
    width: 30px;
    height: 30px;
    background: #a200f7;
    position: absolute;
    bottom: 20px;
    left: 10px;
    border-radius: 50%;
}

#nowplaying .track-button_pause {
    display: none;
}

.content .iron_widget_radio {
    background: rgba(0, 0, 0, .3);
    border-radius: 6px;
    box-shadow: 4px 5px 5px #ccc;
}

div.podcast-wrapper .first.av_one_third {
    margin-left: 0 !important;
}

div.podcast-wrapper .av_one_third {
    margin-left: 1% !important;
    width: 32.6% !important;
}

.banner-widget-wrapper {
    border-radius: 6px;
    margin-top: 10px;
}

.banner-widget-wrapper img {
    border-radius: 6px;
}

.inner_sidebar .radioplayer {
    display: flex;
    justify-content: space-between;
}

.inner_sidebar .radioplayer > article {
    display: flex;
    flex: 1 1 20% !important;
    vertical-align: middle;
    align-items: center;
}

.inner_sidebar .iron-audioplayer .playlist .sr-playlist-item-flex {
    display: inline-block;
}

.inner_sidebar .radioplayer > img {
    flex: 1 1 20% !important;
    max-width: 95%;
}

.iron-audioplayer .playlist .srp_track_description {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .inner_sidebar .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .playlist ul {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.sidebar .inner_sidebar .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"]:not(.srp_tracklist_grid) .playlist {
    padding: 0 !important;
}

.sidebar .inner_sidebar .iron-audioplayer .playlist .track-number {
    display: flex;
    padding-left: 0;
}

.sidebar .inner_sidebar .srp_audio_trigger .sricon-play {
    display: inline-block;
    position: relative !important;
    background-image: url('/wp-content/uploads/2024/01/PlayButton-80x80.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    top: unset;
    left: unset;
    transform: unset;
}

#regionieuwsbg .srp_audio_trigger .sricon-play.state-playing,
#landelijknieuwsbg .srp_audio_trigger .sricon-play.state-playing,
.sidebar .inner_sidebar .srp_audio_trigger .sricon-play.state-playing {
    background-image: url('/wp-content/uploads/2024/01/PauzeButton-80x80.png');
}

#luisteren {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#luisteren .dp-icon {
    background: url('/wp-content/themes/jouwstreekstad/images/button_play.svg') no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

#luisteren.state-playing .dp-icon {
    background-image: url('/wp-content/themes/jouwstreekstad/images/button_pause.svg');
    background-size: 115%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    div#regionieuwsbg.av_one_half,
    div#landelijknieuwsbg.av_one_half {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .content, .sidebar {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .js-live {
       font-size: 16px;
    }
}
