/* @override 
	http://n.lightfm.com.au/wp-content/plugins/lightmelb-news/lightnews.css?ver=4.4.2
	http://n.lightfm.com.au/wp-content/plugins/lightmelb-news/lightnews.css?ver=4.5 */
.lightmelb-lightNews-player {
    background-color: #ACC941;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2em;
}

.lightnews-player {
    position: relative;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
}

.lightnews-player .news-title {
    position: absolute;
    left: 80px;
    top: 15px;
    font-size: 30px;
    z-index: 9;
    cursor: pointer;
}
.lightnews-player .news-title small{
    font-size: 14px;
}

.lightnews-player .mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px
}

.lightnews-player .mejs-container {
    position: relative;
    background: none;
    font-family: Roboto, Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.lightnews-player .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lightnews-player .mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: none;
}

.lightnews-player .mejs-container .mejs-controls div {
    list-style-type: none;
    background: none no-repeat;
    float: left;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    line-height: 1.3rem;
    font-family: Roboto, Helvetica, Arial;
    border: 0;

}

.lightnews-player .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 0px;
    padding: 0;
    position: absolute;
    height: 36px;
    width: 36px;
    border: 0;
    background: transparent;
}

.lightnews-player .no-svg .mejs-controls .mejs-button button {
    background: transparent;
}

.lightnews-player .mejs-button button {
    background: transparent !important;

}

.lightnews-player .mejs-play, .lightnews-player .mejs-pause {
    background-color: transparent !important;
    background-size: cover !important;
    margin: 7px 0 10px 30px !important;
}
.lightnews-player .mejs-play{
    background-image: url('img/news.png') !important;
}

.lightnews-player .mejs-pause {
    background-image: url('img/pause.png') !important;
}

.lightnews-player button {
    border: none;
}

.lightnews-player .mejs-play button, .lightnews-player .mejs-pause button {
    height: 24px;
    width: 24px;
}

.lightnews-player .mejs-audio {
    width: 300px !important;
    padding: 10px 15px;
}

.lightnews-player .mejs-inner {
    width: 100%;
    box-sizing: border-box;

}

.lightnews-player .mejs-mute, .lightnews-player .mejs-unmute {
    width: 24px !important;
    height: 24px !important;
}

.lightnews-player .mejs-mute {
    background: url('img/volup24.png') transparent !important;

}

.lightnews-player .mejs-unmute {
    background: url('img/volmute24.png') transparent !important;

}


.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}


.lightnews-player .mejs-container:focus {
    outline: 0
}

.lightnews-player .mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 285px !important;
    padding-top: 5px;
    position: absolute;
    top: -9px;
}

.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-slider {
    width: 285px !important;
}

.lightnews-player .mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 285px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: none;
    width: 300px;
}

.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);

    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255, 255, 255, 0.2);

    width: 0
}

.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-current {
    background: rgba(255, 255, 255, 0.8);

    width: 0
}


.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center
}


.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 36px;
    height: 17px;
    top: 7px;
    z-index: 30;
    margin-left: -18px;
    text-align: center;
    color: #fff;
    font-family: Roboto, "Montserrat", Avenir, "Open Sans", sans-serif;
    font-size: 8pt;
}

.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.lightnews-player .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: 30;

    line-height: 0;
    border: solid 5px #000;
    border-color: transparent transparent rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -9px;
    left: 13px
}

.lightnews-player .mejs-horizontal-volume-current {
    background: #373907;
    height: 10px
}

.lightnews-player .mejs-controls .mejs-volume-button {
    position: relative;

}

.lightnews-player .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    width: 50px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.lightnews-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 14px;
    width: 2px;
    height: 10px;
    background: #fff;
    margin: 0
}

.lightnews-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 14px;
    width: 2px;
    height: 100px;
    background: green;

    margin: 0
}

.lightnews-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: 3px;
    width: 16px;
    height: 6px;
    background: green;
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0
}


.lightnews-player .mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: absolute;
    display: block;
    right: 0;
    top: 14px;
    vertical-align: middle
}


.lightnews-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 8px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(254, 255, 255, 0.8);
}

.lightnews-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: static;
    left: 30px;
    top: 8px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #373907;
}

.lightnews-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}


.lightnews-player div.mejs-button.mejs-volume-button.mejs-mute, .lightnews-player div.mejs-button.mejs-volume-button.mejs-unmute {
    display: none;
}

.lightnews-player .mejs-controls .mejs-mute {
    display: block !important;
    position: absolute;
    right: 65px;
    top: 14px;
    outline: none;
}

.headlinesHead {
    font-family: "Montserrat", Avenir, "Open Sans", sans-serif;

    color: #0084CB;
    background: url(img/lightmelb-news-headlines.png) no-repeat;
    margin: 0px;
    padding: 7px 10px 5px;
    font-size: 12pt;
}

.headlinesBox {
    border-top: 5px solid #fff;
    color: #fff;
    background-color: #0084CB;
    padding: 0 0 10px;
    height: 165px;
}

.headlinesRow {
    padding: 5px 5px;
    margin: 0 10px;
    border-bottom: 2px solid #fff;
    font-family: Roboto, "Open Sans", sans-serif;
    font-size: 10pt;
}
