/* podcast + blog */

.single-podcast h1.page-title,
.single-blog h1.page-title,
.post-type-archive-podcast h1.page-title,
.post-type-archive-blog h1.page-title,
.tax-podcast-category h1.page-title,
.tax-blog-category h1.page-title {
	display:none;
}	
.pretitle {
	font-family:"Poppins",sans-serif;
	font-weight:bold;
	font-size:1.9em;
}
.pmeta > .column > * {
	padding-left:15px;
}
.pmeta .featured-image > img {
	padding:0;
}
h1.page-title-new {
	font-size:1.6em;
	margin:0px 0 10px 0;
}
.post-date {
	font-size:0.8em;
}
.single-podcast h2,
.single-blog h2 {
	color:#d31e60;
	font-size:1.2em;
}
.content-new {
	padding:40px 0;
}
.pside h3 {
	font-size:1.2em;
	margin-bottom:20px;
}
.pside ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:40px;
}
.pdate {
	color:#999;
	font-size:0.7em;
	margin-top:7px;
}
.precent > li {
	margin-bottom:22px;	
}
.precent > li > a {
	font-weight:bold;
	font-family:"Poppins",sans-serif;
	color:#000;
}
.terms {
	margin:10px 0 50px 0;
	font-size:0.7em;
}
article.newpost {
	background:#fff;
	border:1px solid #ccc;	
	margin-bottom:30px;
}
.newpost .deets {
	padding:0px 20px;
}
.newpost h2 {
	font-size:1.0em;
	line-height:1.4em;
	margin-bottom:15px;
}
.newpost h2 a {
	color:#000;
}
.newpost h2 a:hover {
	color:#d31e60;
}
.newpost .cro_postimageholder {
	margin-bottom:20px;
    transition: all .5s ease-in-out;
}
.newpost .cro_postimageholder a:hover {
	opacity:0.7;
}
.newpost .entry-summary p {
	font-size:0.9em;
}
.single-podcast .nav-previous,
.single-blog .nav-previous,
.single-podcast .nav-next,
.single-blog .nav-next {	
	display:none;
}

/*.post-type-archive .content-new .archive-inner .column:nth-child(odd) {
	border:1px solid #ff0000;
	clear:both;
}
*/

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

}
@media screen and (max-width:767px){
	.pmeta {
		padding:0 0.9375em;
	}
	.pmeta > .column {

	}
	.pmeta > .column > * {
		padding-left:0px;
	}
	h1.page-title-new {
		margin-top:40px;
	}
	.pside {
		padding:0 7%;
	}
}
