/* Desktop Listen Live Button ------------------------------- */

.listenLiveWrapper .listenButton a span.callToAction {
	display:block;
	padding: 0px;
	font-size:20px !important;
	line-height:30px;
}

.listenLiveWrapper .playButton {
	height:30px;
	width: 30px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.35);
	float:left;
	background: -moz-linear-gradient(#FFFFFF, #dee8e4); /* FF 3.6+ */
	background: -ms-linear-gradient(#FFFFFF, #dee8e4); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dee8e4)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#FFFFFF, #dee8e4); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#FFFFFF, #dee8e4); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dee8e4'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dee8e4')"; /* IE8+ */
	background: linear-gradient(#FFFFFF, #dee8e4); /* the standard */
}

.listenLiveWrapper {
	text-align: center;
	padding: 23px 0px;
}

.listenLiveWrapper .listenButton a {
	color: #fff !important;
}

.listenLiveWrapper .playButton a {
	display: block;
	line-height:30px;
	background: url('//cms.vipology.com/wp-content/uploads/play_icon.png') 60% 55% no-repeat transparent;
}



/* Responsive Listen Live Button ------------------------------- */

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

.mobile-listen {
	display: none;
}

}

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

.mobile-listen {
	display: block;
	margin: 0px;
	padding: 0px;	
}

.widget {
	margin-bottom: 0px;
}

.logo-image-enabled #branding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.listenLiveWrapper .listenButton a span.callToAction {
	display:block;
	padding: 0px;
	font-size:20px !important;
	line-height:30px;
}

.listenLiveWrapper .playButton {
	height:30px;
	width: 30px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.35);
	float:left;
	background: -moz-linear-gradient(#FFFFFF, #dee8e4); /* FF 3.6+ */
	background: -ms-linear-gradient(#FFFFFF, #dee8e4); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dee8e4)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#FFFFFF, #dee8e4); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#FFFFFF, #dee8e4); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dee8e4'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dee8e4')"; /* IE8+ */
	background: linear-gradient(#FFFFFF, #dee8e4); /* the standard */
}

.listenLiveWrapper {
	text-align: center;
	padding: 0px 0px;
}

.listenLiveWrapper .listenButton a {
	color: #fff !important;
}

.listenLiveWrapper .playButton a {
	display: block;
	line-height:30px;
	background: url('//cms.vipology.com/wp-content/uploads/play_icon.png') 60% 55% no-repeat transparent;
}

}
	

