body {
    font-family: sans-serif !important;
}
.radio-player {
	background-color:#FFCA1B !important;
} 
.track-title {
	color: black !important; 
	visibility: hidden;
}
.track-title:after {
  	visibility: visible;
    content: "Local News, Culture, and NPR";
}

@media (min-width: 1024px) {
    .mysticky-welcomebar-btn{
        position: relative;
        left: 30%;
    }
    .mysticky-welcomebar-content{
        position:relative;
        right:25%
    }
    .site-logo {
        margin-bottom: 20px; 
    }
    .main-navigation {
        margin-top: -50px;
    }
    .site-branding.branding-logo img {
        height:150px;
    }
    .site-info {
        color: black;
    }
    .widget ul li {
        border-bottom: none;
    }
}
@media (max-width: 1023px) {
	.site-logo {
        margin-bottom: 0px; 
    }
	.main-navigation {
	    margin-top: -50px;
	}
	.site-branding.branding-logo img {
		height:120px;
	}
	.banner-widget-wrapper{
		display:none;
	}
	.widget ul li {
      border-bottom: none;
    }
}

/* added by bigflannel */
body {
    background-color: #ffffff !important;
}
.single .comments-area p.form-submit input, .page .comments-area p.form-submit input {
    color: #ffffff;
}
#block-99 iframe {
	border-bottom: 5px solid #FFCA1B;
}
.swidgets-wrap {
    padding: 10px 20px;
}
.elementor-widget-sidebar .fbox {
	margin-bottom: 0px;
}
.mailing-list-signup {
	padding: 1em 1em 1em 1em;
}
.fenwick {
	font-family: "fenwick", Sans-serif;
}
#secondary .wp-block-image {
	margin: 0 0 0 0;
}

/* footer */
.site-footer {
    padding: 20px 0 20px 20px !important;
    background-color: #ffffff;
    color: #000000;
    border-top: 35px solid #FFCA1B !important;
}
.footer-column-three {
    padding: 0 0 0 0 !important;
}
.footer-column-three p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
}
.footer-column-three a {
    color: #333333 !important;
    text-decoration: none !important;
}
.footer-column-three a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}
.footer-column-three figure {
    margin: 0 0 0 0 !important;
}
.footer-column-three .widget {
    margin-bottom: 10px !important;
}