/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.3.1

All css files are placed in /css/ folder
*/

.post-type-archive-podcast.if-zoom #Content .image_frame .image_wrapper img.wp-post-image {
	width: 100%;
    height: 240px;
    object-fit: cover;
}
.post-type-archive-podcast .posts_group {
	display: flex;
	flex-wrap: wrap;
}
.post-type-archive-podcast .post-item {
	width: calc(33.333% - 20px);
	margin-right: 30px;
}
.post-type-archive-podcast .post-desc {
	padding-left: 0;
}
.post-type-archive-podcast .post-item:nth-child(3n) {
	margin-right: 0;
}
.post-type-archive-podcast .image_frame {
	width: 100%;
}
.post-type-archive-podcast .post-desc-wrapper {
	width: 100%;
}
.post-type-archive-podcast .post-item:nth-child(n) {
	border-bottom: 1px solid #5d8bd5;
}
.single-podcast h1 {
	font-size: 40px;
	line-height: 48px;
}

@media only screen and (max-width: 1240px) {
	.post-type-archive-podcast.if-zoom #Content .image_frame .image_wrapper img {
		height: 170px;
	}
}
@media only screen and (max-width: 959px) {
	.post-type-archive-podcast .post-item:nth-child(n) {
		width: calc(50% - 15px);
		margin-right: 30px;
	}
	.post-type-archive-podcast .post-item:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.post-type-archive-podcast .post-item:nth-child(n) {
		width: 100%;
		margin-right: 0px;
	}
}