.panel-page.podcast-theme {
	background: var(--red);
}

.podcast-theme .core-hero-image .img-cont .waves {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 67px;
	background: url(/includes/public/assets/shared/hero-image-wave-sm-red.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	pointer-events: none;
}

@media (min-width: 40em) {
	.podcast-theme .core-hero-image .img-cont .waves {
		height: 75px;
		background: url(/includes/public/assets/shared/hero-image-wave-red.svg);

		background-size: 180% 250%;
		background-repeat: no-repeat;
		background-position: right top;
	}
}

@media (min-width: 64em) {
	.podcast-theme .core-hero-image .img-cont .waves {
		left: 50%;
		transform: translatex(-50%);
		width: 200vw;
		height: 105px;
		background-size: 90% 385%;
		background-position: 30px top;
	}
}

.podcast-theme body,
.podcast-theme h1,
.podcast-theme h2,
.podcast-theme h3,
.podcast-theme h4,
.podcast-theme h5,
.podcast-theme h6,
.podcast-theme p,
.podcast-theme button,
.podcast-theme input, 
.podcast-theme select {
	color: var(--white);
}

/* search */
.podcast-theme .headerbox-search-form input[type='search'] {
	color: var(--body-text);
}

/* social highlight  */
.podcast-theme .panel-header .social-headline {
	color: var(--body-text);
}

/* social share */
.podcast-theme button.sv-share-trigger {
	color: var(--white);
}

.podcast-theme  button.sv-share-trigger i {
	color: var(--white);
}

.podcast-theme .panel-navigation-share {
	margin-bottom: 0;
}

.podcast-theme  .panel-social ul.social-links a {
	color: var(--white);
	border-color: var(--white);
}

.podcast-theme .social-container {
	padding-top: 30px;
}

/* core_textbox */
.podcast-theme .contentRender_name_plugins_core_textbox {
	padding-top: var(--space-2);
	padding-bottom: 0;
}

.podcast-theme .contentRender_name_plugins_core_textbox h1 {
	color: var(--white);
	font-family: var(--font-body);
	margin-bottom: 6px;
}

/* breadcrumbs  */
.podcast-theme .interior-nav li a {
	color: var(--white);
}

