/*
Theme Name: WAQY
Author: Saga Communications
Author URI: http://sagacom.com/
Description: The child theme for WAQY.
Template: classicrock
Version: 1.0
*/

@import url("../classicrock/style.css");

/* Colors and Images */

.listenlive {
	text-align: right;
	overflow: hidden;
}

.listenlive a {
	display: block;
	float: right;
	width: 300px;
	height: 120px;
	background-size: 300px 120px;
	background: transparent url(img/listen-live.png) no-repeat 0 0 !important;
	background-image: -webkit-image-set(url(img/listen-live.png) 1x,
         url(img/listen-live@2x.png) 2x) !important;
  background-image: -o-image-set(url(img/listen-live.png) 1x,
         url(img/listen-live@2x.png) 2x) !important;
  background-image: -ms-image-set(url(img/listen-live.png) 1x,
         url(img/listen-live@2x.png) 2x) !important;
}

/* Site-specfic */

h2.archive-page-title.sppol {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    color: #00f;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#page{
    padding-bottom:0px;
}

#content-home {
    padding: 0;
}

#footerads {
    margin:20px 0 20px 0;
}

.onlineoutlet {
	width: 300px;
	height: 130px;
	background-size: 300px 130px;
	background: transparent url(https://wrsi.com/wp-content/themes/wrsi/img/Shop30_600x260.png) no-repeat 0 0;
	@media (max-width: 767px) {
        width: 100%;
        background-position: center;
        margin-top: 10px;
    }
}

.onlineoutlet a {
	display: block;
	width: 300px;
	height: 130px;
}

.sponsor {
	border-bottom: 1px none #e6e6e6;
	padding-top: 5px;
	line-height: 40px;
	margin-bottom: -5px;
}


.featuregroup.taxonomy .tax {
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.featuregroup.taxonomy .tax:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.featuregroup.taxonomy .tax p {
	font-size: 13px;
	line-height: 1.6em;
	margin-left: 0;
	margin-bottom: 0;
}
.featuregroup.taxonomy .tax p.cat {
	float: left;
	text-align: left;
}
.featuregroup.taxonomy .tax p.cat span.count {
	font-size: 10px;
	line-height: 1em;
	text-transform: uppercase;
	color: #999;
	display: block;
}
.featuregroup.taxonomy .tax p.feed {
	float: right;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}