





	

	:root
	{
		--websites-header-link: #ff3b27;
		--websites-header-link_hover: #f23825;
		--theme-tag_font: 255, 59, 39;
	}
	
	
	
	
	
	#elUserNav > li.cUserNav_icon > a:hover i.fa
	{
		color: var(--websites-header-link) !important;
	}
	
	@media screen and (max-width: 979px)
	{
		#elMobileBreadcrumb:before
		{
			color: var(--websites-header-link) !important;
		}
	
		#elMobileBreadcrumb a span
		{
			color: var(--websites-header-link) !important;
		}
		
		body[data-pageapp="podcastics"][data-pagemodule="websites"] .ipsMobileHamburger
		{
			color: var(--websites-header-link) !important;
		}
	}
	
	.ipsDrawer_close
	{
		background: var(--websites-header-link) !important;
	}
	
	
		.ipsDrawer_close
		{
			color: #000000 !important;
		}
	
	
	a[data-mentionid]
	{
		color: var(--websites-header-link) !important;
	}
		
		a[data-mentionid]:hover
		{
			color: var(--websites-header-link_hover) !important;
		}



	
	

	:root
	{
		--theme-brand_primary: 255, 59, 39;
		--theme-text_dark: var(--theme-brand_primary);
		--theme-link: var(--theme-brand_primary);
		--theme-link_hover: 242, 56, 37;
		--theme-link_button: var(--theme-brand_primary);
		--theme-active_input_border: var(--theme-brand_primary);

		
		--theme-selected: 255, 249, 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: 255, 249, 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: #ffffff !important;
	}

		.ipsApp .websitePodcast .ipsButton.ipsButton_primary:hover,
		.ipsApp .websitePodcast .ipsButton.ipsButton_primary a:not(.ipsCommentCount):hover
		{
			color: #f2f2f2 !important;
		}



