/*
Theme Name: Resonator Child
Theme URI: https://resonator.qodeinteractive.com
Description: A child theme of Resonator
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: resonator
Template: resonator
*/


.qodef-podcast-hosts, .qodef-podcast-transcript, .qodef-podcast-navigation {
	display: none !important;
}

.qodef-podcast-single-related-items {
	margin-top: 0 !important;
}

.qodef-header-logo .qodef-header-logo-link {
	height: 100px !important;
}

#custom_html-3 .qodef-widget-title {
	color: #fff;
}

#text-4 .textwidget p:first-of-type {
	margin: -20px 0 0 -20px;
}

#custom_html-3 .qodef-widget-title {
	font-size: 27px;
	color: #fff !important;
}

#custom_html-4 .qodef-widget-title {
	color: #fff !important;
	font-size: 27px;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
	height: 60px !important;
}

/* .podcast__episode__content {
	display: flex;
	gap: 6rem;
	justify-content: space-between;
} */
/* 
.podcast__episode__description {
	width: 75%;
}

.podcast__episode__listen-on {
	display: flex;
	flex-direction: column;
	width: 25%;
	padding-left: 3rem;
}
 */
/* .qodef-podcast-single-item .qodef-grid-item.qodef-col--9 {
	width: 100% !important;
}

.qodef-podcast-single-item .qodef-grid-item.qodef-col--3 {
	display: none !important;
}
 */

.podcast-item .custom-links {
	margin-left: 3rem;
}

.podcast__episode__listen-on__title {
	font-weight: 700;
	font-size: 18px;
	margin: 122px 0 18px;
}

.podcast__episode__link {
	font-size: 15px;
	line-height: 2em;
	font-weight: 700;
	list-style: none;
	font-family: Lato,sans-serif;
}

.podcast-item .qodef-e-media-icon {
	display: none;
}

.qodef-header--standard #qodef-page-header {
    background-color: rgba(94, 94, 94, 0);
}

/* .postid-5211 .custom-links {
	display: none !important;
} */

@media only screen and (max-width: 680px) {
    .qodef-podcast-single .qodef-podcast-content-holder.qodef-grid-inner {
        margin-bottom: 0;
    }
	
	.podcast-item .custom-links {
		margin-left: 0;
	}

	.podcast__episode__listen-on__title {
		margin: 3rem 0 1rem;
	}
}