/* WVMX */
/* Media Queries */

/* Smartphones and portrait tablets */
@media only screen 
and (min-width : 320px) 
and (max-width : 479px) {
	
	.featuregroup.taxonomy .tax p.cat {
		padding-left: 10px;
	}
	
	.featuregroup.taxonomy .tax:last-child {
		padding-bottom: 4px;
	}

}

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


}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	.page {
		margin-bottom: 50px;
	}
	.footer-ad,
	footer .adwidget {
	  border-top: none;
	  -webkit-box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 0.3);
	  box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 0.3);
	}
}

@media only screen and (max-width: 800px) {
	#masthead .logo {
		display: block;
		margin: 0 auto;
		width: 220px;
		height: 120px;
		background-size: 220px 120px;
		background: transparent url(img/centered-logo.png) no-repeat 0 0;
		background-image: -webkit-image-set(url(img/centered-logo.png) 1x,
	         url(img/centered-logo@2x.png) 2x);
	  background-image: -o-image-set(url(img/centered-logo.png) 1x,
	         url(img/centered-logo@2x.png) 2x);
	  background-image: -ms-image-set(url(img/centered-logo.png) 1x,
	         url(img/centered-logo@2x.png) 2x);
		color: #ffffff;
	}
	
	#masthead .logo img {
		display: none;
	}
	
	#featuredshow {
		color: #ffffff;
		min-height: 210px;
		background: #cccccc url(img/hf-bg.jpg) repeat-y 0 0;
		background-size: 980px 120px;
		background-image: -webkit-image-set(url(img/hf-bg.jpg) 1x,
	         url(img/hf-bg@2x.jpg) 2x);
	  background-image: -o-image-set(url(img/hf-bg.jpg) 1x,
	         url(img/hf-bg@2x.jpg) 2x);
	  background-image: -ms-image-set(url(img/hf-bg.jpg) 1x,
	         url(img/hf-bg@2x.jpg) 2x);
	}
	
	#featuredshow .widget h1 span {
		margin: 0;
		padding: 0;
		display: inline !important;
	}
}