header.header nav, header.header nav ul li:hover ul {
    background: #c60815;
}

header.header .listen-live a {
    background: #c60815;
}

footer,.home footer .container{
    background: #c60815;
}

.widget h1, .widget h3.widget-title {
    background: #c60815;
}

footer .legal{
    color:white;
}

html {
    background-color: #950610;
}

body.site {

    /* background: url(bg.png) repeat-x center top fixed,url(bg2.png) repeat-x center bottom fixed; */
    background: url(bg.png) repeat-x center -50px fixed,url(bg2.png) repeat-x center bottom fixed;
    background-size: 567px 425px;

}

@media screen and (min-width: 992px) {
    body.site {

        /* background: url(bg.png) repeat-x center -10px fixed,url(bg2.png) repeat-x center bottom fixed; */
        background: url(bg.png) repeat-x center -50px fixed,url(bg2.png) repeat-x center bottom fixed;
        background-size: 567px 425px;

    }

    .visual-wrapper {
        background: #ffffff;
    }

}

.header .header-banner, .page-wrap, .visual-wrapper {
    box-shadow: 0 0 50px #c60815;
}

.single article .entry-header .entry-title span, .page article .entry-header .entry-title span {
    background: none;
    color: #c60815;
}

.header-banner {
    margin-top: 40px;
}

.stationbar {
    /* position: fixed; */
    background: #c60815;
    z-index: 9999;
    height: 40px;
}

@media screen and (min-width: 992px) {
    .stationbar {
        height: 50px;
    }
}
