/*
Theme Name: Radio Podcasting Shows
Theme URI: https://www.ovationthemes.com/products/radio-podcasting-shows
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Radio Podcasting Shows Theme is designed for websites that publish audio programs, podcast episodes, interviews, and related media content. Its layout provides sections for presenting show information, episode listings, featured content, and supporting text. A homepage can be organized with banners, content blocks, navigation menus, and links to important pages. The theme supports responsive layouts, allowing website content to adapt to different screen sizes. Podcast-related pages can include episode titles, descriptions, publication details, and audio player elements, depending on the website setup and connected tools. Content sections can also be arranged to display categories, recent episodes, featured shows, or additional resources. Navigation and page layouts are structured to help visitors move between the homepage, individual episodes, archives, and other site sections. The design can be customized through available theme settings, including colors, typography, menus, widgets, and page content. It can also be used with content management features for publishing posts and media. Overall, the structure is intended for organizing recurring audio content in a clear, accessible format. Additional sections may be used for announcements, schedules, contact details, or external listening links.
Requires at least: 6.1
Tested up to: 7.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: radio-podcasting-shows
Template: radio-shows
Tags: entertainment, portfolio, blog, one-column, two-columns, custom-colors, custom-menu, custom-logo, sticky-post, threaded-comments, right-sidebar, left-sidebar, grid-layout, custom-background, rtl-language-support, featured-images, wide-blocks, editor-style, full-site-editing, block-patterns, block-styles, style-variations, template-editing, footer-widgets, custom-header, translation-ready

Radio Podcasting Shows Theme, Copyright 2026 pewilliams
Radio Podcasting Shows is distributed under the terms of the GNU GPL

*/

/* Music Section */
.music-section .music-counter-box .music-in-box{
	min-width: 160px;
}
.music-section .music-img img{
	object-fit: cover;
	width: 100% !important;
}
.music-section .music-img .wp-block-image{
	width: 100%;
}
.live-show-box .player-panel .player-panel-row textarea{
	height: 60px;
    overflow-y: auto; 
	line-height: 24px;
}
.live-show-box .castos-player .player{
	height: 180px;
}
.live-show-box .castos-player .close-btn{
	padding: 0;
    height: 30px;
    width: 30px;
}
.live-show-box .castos-player .close-btn span{
	left: 8px;
    top: 14px;
}
@media screen and (max-width: 767px){
	.music-section .music-info .music-info-title{
		font-size: 30px !important;
	}
	.music-section .music-info{
		text-align: center;
	}
	.music-section .music-counter-box{
		justify-content: center;
	}
	.music-section .music-img img{
		height: 300px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.music-section .music-boxes{
		flex-wrap: nowrap !important;
	}
	.music-section .music-info .music-info-title{
		font-size: 30px !important;
	}
	.music-section .music-counter-box .music-in-box {
    	min-width: 120px;
	}
}