/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729537123
Updated: 2024-10-21 18:58:43

*/

.podcast-item {
    background: transparent !important;
    border: 2px solid #000 !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
    transition: all 0.3s ease-in-out;
}
.podcast-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.27);
}
.podcast-item h1 {
    line-height: 0px;
    margin-bottom: 10px !important;
}
.podcast-list a {
    color: #000 !important;
}
.podcast-item img {
	max-width: 150px !important;
    border-radius: 8px !important;
    object-fit: cover;
    background-position: center;
}

p.podcast-time {
    margin-bottom: 30px!important;
    color: #000 !important;
}
p.duration-times {
    margin-bottom: 0!important;
    color: #000 !important;
}
ul.podcast-tags li a {
    color: #fff !important;
}
.podcast-content img {
    object-fit: cover;
    max-width: 150px !important;
}
.podcast-thumbnail {
    width: 20%;
}
.podcast-thumbnail img {
    width: 100%;
	max-width: 200px;
}

.podcast-content {
    width: 100%;
}

.podcast-content {
    width: 100%;
}
.podcast-transcriptions {
    padding-top: 20px;
	display: none;
}
h2.podcast-title {
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
}

.podcast-content audio {
    width: 300px;
    border: 2px solid #6b22ee;
    border-radius: 8px;
    background-color: #f8f8f8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    outline: none;
}
body.post-type-archive-podcast .podcast-list h1 a {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Roboto';
    margin-bottom: 0;
}