.pw-podcaster-col-group:before,
.pw-podcaster-col-group:after {
	display: table;
    content: " ";
}
.pw-podcaster-col-group:after {
	clear: both;
}
.pw-podcaster-col {
	float: left;
    min-height: 1px;
}
.pw-podcaster-col-2 {
	width: 50%;
}
.pw-podcaster-col-3 {
	width: 33.33%;
}
.pw-podcaster-col-4 {
	width: 25%;
}
.pw-podcaster-col-5 {
	width: 20%;
}
.pw-podcaster-col-6 {
	width: 16.65%;
}
.pw-podcaster-content {
	text-align: center;
	padding: 20px;
	width: 100%;
}
.pw-podcaster-filter {
	text-align: center;
}
.pw-podcaster-filter .pw-cat-selected {
	font-weight: 700;
}
.pw-podcaster-content .podcast-image {
	margin-bottom: 10px;
}

@media only screen and (min-width : 768px) {
	.pw-podcaster-col-group {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.pw-podcaster-col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (max-width : 767px) {
	.pw-podcaster-col-2,
	.pw-podcaster-col-3,
	.pw-podcaster-col-4,
	.pw-podcaster-col-5,
	.pw-podcaster-col-6 {
		width: 100%;
	}
}