/* HEADER RADIO WIDGET STYLES - SEPT 2014 */
#radio-widget {
    float: right;
    margin: 2px 2% 0 0;
    position: relative;
    width: 29%;
    min-width: 380px;
    z-index: 2;
}
#socialmedia_container {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}
#radio-widget .radio-heading {
    color: #fc0507;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
#radio-widget .radio-subheading {
	font-family: "AkzidenzGroteskBECnRegular","Trebuchet MS",Arial,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	margin: -4px 0 0 0;
	padding: 0;
	color: white;
}
#radio-widget .radio-subheading strong {
	font-weight: bold;
	font-size: 29px;
	line-height: 34px;
}
#radio-widget .radio-content {
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	margin: -3px 0 0 0;
}	
#radio-widget .radio-content img {
	width: 29%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border: 0 !important;
}
#radio-widget .radio-content-right {
	width: 67%;
	height: auto;
	float: right;
	padding: 4px 2% 0 0;
	margin: 0;
}
#radio-widget h4 {
	color: #fc0507;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 2px 0 2px 0;
	padding: 0;
}
#radio-widget h4 a {
	color: #fc0507;
	text-decoration: none;
}
#radio-widget .radio-excerpt {
	color: white;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	max-height: 45px;
	overflow: hidden;
}
#radio-widget .bottom {
	clear: both !important;
	float: none !important;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#radio-widget .radio-buttons {
	margin: -2px 5px 0 0 !important;
	padding: 0 !important;
}
#radio-widget .radio-buttons a.button {
	display: inline-block;
	width: auto;
	height: 13px;
	padding: 2px 16px 2px 6px;
	margin: 5px 10px 0 0;
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 2px 2px 2px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #05090c;
	text-transform: uppercase;
	background: white url('/strombo/content/img/radio-widget-button-arrow.png') right 6% center no-repeat;
}

 @media screen and (max-width:920px) {
	#socialmedia_container {
		margin-top: 20px !important;
	} 	
 	#radio-widget {
 		min-width: 340px;
 	}
 	#radio-widget h4 {
 		font-size: 13px;
 		line-height: 16px;
 	}
	#radio-widget .radio-excerpt {
		font-size: 11px;
		line-height: 14px;
	}
	#radio-widget .radio-buttons {	
		margin-top: -5px !important;
	}
	#radio-widget .radio-buttons a.button {
		font-size: 11px;
		line-height: 12px;
		height: 12px;
	}
 }
 @media screen and (max-width:600px) {
 	#header_container {
 		height: auto !important;
 		background:url('/strombo/content/img/GST-Header-mobile-360-IMG.jpg') no-repeat !important;
 		background-size: 100% auto !important;
 		background-position: top right !important;
 		background-color: #35353f !important;
 	}
 	#radio-widget {
 		display: block !important;
 		position: relative !important;
 		clear: both !important;
 		float: none !important
 		margin-left: 2% !important;
 		margin-top: 10px !important;
 		margin-bottom: 10px !important;
 		width: 96% !important;
 		min-width: 96% !important;
 		max-width: 390px !important;
 		height: auto !important;
 	}
 }
