/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

.on-air-now-widget {
    min-width: 280px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #dcdcdc;
}

.widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
}

.one_cms_now_playing_widget{
    margin-top:15px!important;
}

.now-playing-cover-art {
    width: 65px;
    margin-right: 10px;
}

.now-playing-cover-art img {
    width: 65px;
}

.metadata {
    display: flex;
    flex-direction: column;
}

.station-meta-data {
    /*color: #4B4B4B;*/
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin: 0px 0 3px;
    display: block;
}

.meta-data.song-name{
    margin-bottom: 5px;
    color: #4B4B4B;
}

.meta-data.artist-name{
    color: #4B4B4B;
}

.now-playing-song-name {
    font-size: 16px;
    line-height: 20px;
    color: #292929;
    font-weight: 700;
}

.now-playing-artist {
    font-size: 14px;
    font-weight: 700;
}

.now-playing-album {
 font-size: 14px;
}