br.thbr {display: none;}

/* desktop/larger than ipad */
@media only screen and (min-device-width:769px) {
	br.thbr.desktop { display: inline; }
}

/* iPhone */
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	br.thbr.iphone { display: inline; }
}

/* iPad */
@media only screen and (min-device-width:481px) and (max-device-width:768px) {
	br.thbr.ipad { display: inline; }
}


@media screen and (max-device-width: 769px){
    .podcasts #main .hero-section h2 { margin-top: 20px; }
    .podcasts #main .download p { margin-top: -6px; line-height: 1.4em; }
}


#discover .discover-content h2, 
#podcastspecs .specs-content h2, 
#fanfaq .creator-faq-content h2,
#creatorfaq .creator-faq-content h2  { font-family: 'sukhumvit_setmedium'; }


.podcasts #main .download .icon { top: 20px; }
#podcastspecs .hero img.hero-label { margin-left: 0px; }

/****** new global elements fixes ********/
/* Font correction */
#ac-localnav h2, #ac-localnav h3, #ac-localnav h4
 { font-family:"Sukhumvit Set","Helvetica Neue","Helvetica","Arial";}
 
#ac-globalfooter h2, #ac-globalfooter h3, #ac-globalfooter h4
 { font-family:"Sukhumvit Set","Helvetica Neue","Helvetica","Arial";}