

	

	:root
	{
		--websites-header-background: #3b7179;
	}

	.websitePodcastHeader .websitePodcastHeaderLinksWrapper
	{
		background: #58868d78 !important;
	}
	
	body[data-pageApp='podcastics'][data-pageModule='websites'] #elUserNav > li > a#elRegisterButton
	{
		background: #58868d !important;
	}
		
		body[data-pageApp='podcastics'][data-pageModule='websites'] #elUserNav > li > a#elRegisterButton:hover
		{
			background: #628d94 !important;
		}
		
	
		.ipsType_richText.ipsContained ul li:before
		{
			color: var(--websites-header-background) !important;
		}
	
	
	.websiteEpisodeTeamMemberMessage a.ipsBadge_neutral
	{
		background: var(--websites-header-background) !important;
	}
	
	.websitePodcastHeader .websitePodcastHeaderPlayButton
	{
		
			
		
		color: #3b7179 !important;
	}
	
		.websitePodcastHeader .websitePodcastHeaderPlayButton:hover
		{
			color: #3b7179 !important;
		}
		
	.ipsDrawer_close
	{
		color: var(--websites-header-background) !important;
	}
	
	.ipsApp .websitePodcast .ipsButton.ipsButton_primary,
	.ipsApp .websitePodcast .ipsButton[data-role="followButton"]
	{
		border: none !important;
		
		
			box-shadow: inset 0 0 7px #3b7179 !important;
			background: #3b7179 linear-gradient(100deg, #3b7179, #769ca2, #3b7179) !important;
		

		text-shadow: none !important;
	}
		
		.ipsApp .websitePodcast .ipsButton.ipsButton_primary:hover,
		.ipsApp .websitePodcast .ipsButton[data-role="followButton"]:hover
		{
			border: none !important;
			
			
				box-shadow: inset 0 0 10px #3b7179 !important;
				background: #3b7179 linear-gradient(100deg, #3b7179, #769ca2, #3b7179) !important;
			
		}

	
		.websitePodcastHeader img.episodeArtwork
		{
			box-shadow: 0 0 30px rgba(0, 0, 0, 0.15) !important;
		}
			
			.entrySubmit .websitePodcastHeader img.episodeArtwork
			{
				box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
			}

			.websitePodcastHeader .noShadow img.episodeArtwork,
			.entrySubmit .websitePodcastHeader .noShadow img.episodeArtwork
			{
				box-shadow: none !important;
			}
	
	
	.websiteFooterGradient1
	{
		background-color: #c5d5d7 !important;
	}
	
	
	
	.websitePodcastTrailer
	{
		
			background: var(--websites-header-background) linear-gradient(110deg, var(--websites-header-background), #769ca2, var(--websites-header-background)) !important;
			box-shadow: inset 0 0 20px 0 var(--websites-header-background) !important;
		
	}
	
	.websitePodcastTrailerLabel
	{
		background-color: #89aaaf55 !important;
		box-shadow: 0 0 20px 0 #3b717999 !important;
		text-shadow: 0 1px 0 var(--websites-header-background) !important;
	}
	
	.websitePodcastTrailerContentPlayer
	{
		
	
		box-shadow: 0 0 20px 0 var(--websites-header-background) !important;
	}
	
	.websitePodcastEntrySeason,
	div[data-controller="podcastics.websites.subscribeButton"],
	.contactButton
	{
		
			background: var(--websites-header-background) linear-gradient(110deg, var(--websites-header-background), #769ca2 40px, var(--websites-header-background)) !important;
			box-shadow: inset 0 0 10px 0 var(--websites-header-background);
		
		
		
			text-shadow: 0 1px 0 var(--websites-header-background) !important;
		
	}
	
	.websitePodcastEntrySeason
	{
		
			box-shadow: inset 0 0 10px 0 var(--websites-header-background), 0 5px 20px rgba(0, 0, 0, 0.2) !important;
		
	}
	
		div[data-controller="podcastics.websites.subscribeButton"] .subscribeButton,
		.contactButton
		{
			
				text-shadow: 0 1px 0 var(--websites-header-background) !important;
			
		}
		
		
	
	.websiteEpisodeTags .ipsTags .ipsTag,
	.websiteEntryTags .ipsTags .ipsTag
	{
		
			background: var(--websites-header-background) linear-gradient(110deg, var(--websites-header-background), #769ca2, var(--websites-header-background)) !important;
			box-shadow: inset 0 0 10px 0 var(--websites-header-background) !important;
		
	}
	
		.websiteEpisodeTags .ipsTags a.ipsTag:hover,
		.websiteEntryTags .ipsTags a.ipsTag:hover
		{
			
				background: var(--websites-header-background) !important;
				box-shadow: 0 0 25px rgba(0, 0, 0, 0.2) !important;
			
		}
	
		html[dir="ltr"] .websiteEpisodeTags .ipsTags .ipsTag:before,
		html[dir="ltr"] .websiteEntryTags .ipsTags .ipsTag:before,
		html[dir="rtl"] .websiteEpisodeTags .ipsTags .ipsTag:before,
		html[dir="rtl"] .websiteEntryTags .ipsTags .ipsTag:before,
		html[dir="ltr"] .websiteEpisodeTags .ipsTags a.ipsTag:hover:before,
		html[dir="ltr"] .websiteEntryTags .ipsTags a.ipsTag:hover:before,
		html[dir="rtl"] .websiteEpisodeTags .ipsTags a.ipsTag:hover:before,
		html[dir="rtl"] .websiteEntryTags .ipsTags a.ipsTag:hover:before
		{
			
				border-color: transparent transparent var(--websites-header-background) var(--websites-header-background) !important;
			
		}
		
	a[data-mentionid]
	{
		
			background: var(--websites-header-background) !important;
		
	}
		
		a[data-mentionid]:hover
		{
			background: #769ca2 !important;
		}







	
	

	:root
	{
		--theme-brand_primary: 225, 131, 47;
		--theme-text_dark: var(--theme-brand_primary);
		--theme-link: var(--theme-brand_primary);
		--theme-link_hover: 214, 124, 45;
		--theme-link_button: var(--theme-brand_primary);
		--theme-active_input_border: var(--theme-brand_primary);

		
		--theme-selected: 254, 251, 248;

		--theme-selected_border: var(--theme-brand_primary);
		--theme-pagination_active: var(--theme-brand_primary);

		--theme-post_highlight_border: var(--theme-brand_primary);
		--theme-post_highlight: 254, 251, 248;
	}
	
	.websitePodcastEntryContentTitle a
	{
		color: rgb(var(--theme-link)) !important;
	}
		
		.websitePodcastEntryContentTitle a:hover
		{
			color: rgb(var(--theme-link_hover)) !important;
		}
		
	blockquote.ipsQuote
	{
		border-left-color: rgb(var(--theme-brand_primary)) !important;
	}
	
		blockquote.ipsQuote:before
		{
			color: rgb(var(--theme-brand_primary)) !important;
		}

		blockquote.ipsQuote:after
		{
			color: rgb(var(--theme-brand_primary)) !important;
		}




	.ipsApp .websitePodcast .ipsButton.ipsButton_primary,
	.ipsApp .websitePodcast .ipsButton.ipsButton_primary a:not(.ipsCommentCount)
	{
		color: var(--link-ondark) !important;
	}
	
		.ipsApp .websitePodcast .ipsButton.ipsButton_primary:hover,
		.ipsApp .websitePodcast .ipsButton.ipsButton_primary a:not(.ipsCommentCount):hover
		{
			color: rgb(var(--theme-brand_primary)) !important;
		}



