/* Responsive Masthead  ------------------------------- */

@media only screen
and ( max-width: 960px ) {

#header-background-image {
	display: none;
}

#leader-board, #leader-board-footer, #tinynav2 {
	display: none;
}


/* Subsection:  On-Air Now (widget area one) ----------- */

#header-widget-area {
	display: none;
}

#header-widget-area .widget {
	display: none;
}

#header-widget-area .widget:last-child {
	display: none;
}

/* Subsection:  Listen (widget area two) ----------- */

#header-widget-area2 {
	float: none;
	width: auto;
	clear: both;
	margin-top: 0;
	width: auto;
	display: none;
}

#header-widget-area2 .widget {
	float: none;
	display: none;
}

#header-widget-area2 .widget:last-child {
	margin-bottom: 2.5em;
	display: none;
}

}





/* Responsive Promotional Slider  ------------------------------- */

@media only screen
and ( max-width: 960px ) {

.flexslider .category-label-wrapper {
	display: none;
}

.featured-slider.flexslider {
	margin-bottom: 1em;
}

.flexslider .slide-overlay .slide-title {
	font-size: 10px;
}

.flexslider .slide-overlay {
background: #222;
background: rgba(0,0,0,0.8);
bottom: 0;
left: 0;
right: 0;
color: #aaa;
padding: 2px;
position: absolute;
}
}


/* Responsive Widgetized Homepage (phone screen)  ------------------------------- */

@media only screen
and ( max-width: 480px ) {

.layout-module .column.last {
	margin-right: 0;
/*	display: none; */
}

.layout-module .column {
	float: left;
	margin-right: 4%;
	width: 96%;
}
}


/* Remove Win Prizes Menu on Mobile (phone screen)  ------------------------------- */

.select.tinynav2 {display: none;}
.select.tinynav3 {display: none;}