/*
Theme Name:   Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/

.podcast-hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 65% center;
	min-height: 570px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.image-box-wrapper {
	display: flex;
	column-gap: 10px;
}

.podcast-hero * {
	color: #fff;
}

.podcast-hero .podcast-page-sub-title {
	font-family: "PT Serif", Bangla224, sans-serif;
	font-size: 26px;
	line-height: 1rem;
	background: #cb2026;
	display: inline-block;
	padding: 17px 28px;
	margin-bottom: 15px;
}

.podcast-hero .podcast-page-title {
	font-size: 130px;
	text-transform: uppercase;
	font-family: Anton, Bangla658, sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.podcast-hero .icon-box {
	text-align: center;
}

.podcast-hero .icon-box h3 {
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	text-align: center;
	margin-top: -20px;
}

@media only screen and (max-width: 992px){
	.podcast-hero {
		min-height: unset;
		padding: 50px 0;
	}
	.podcast-hero .podcast-page-sub-title {
		font-size: 20px;
	}
	.podcast-hero .podcast-page-title {
		font-size: 80px;
	}
}

@media only screen and (max-width: 530px){
	.podcast-hero {
		min-height: 515px;
		align-items: flex-end;
	}
	.podcast-hero .podcast-page-title {
		font-size: 60px;
		
	}
}

