/* ------------------------------------------------------------ *\
	Podcast Widget
\* ------------------------------------------------------------ */

.podcasts-widget {
	margin: 50px 0;
	padding: 20px 40px;
	background-color: #FFA500;
	border: 1px solid #dadada;
	border-radius: 5px;
}

.podcasts-widget .podcasts-widget__inner {
	max-width: 400px;
}

.podcasts-widget .podcast-widget__title h4 {
	color: #fff;
}

.podcasts-widget .podcast-widget__feed ul {
	list-style-type: decimal;
	color: #fff;
	margin: 0 0 0 20px;
}

.podcasts-widget .podcast-widget__feed li a {
	color: #fff;
}

.podcasts-widget .podcast-widget__feed li a:hover {
    color: #bae0f7;
}

.podcast-widget__actions {
	margin-top: 20px;
	text-align: center;
}

@media screen and ( max-width: 1024px ) {
	.podcasts-widget {
		max-width: 400px;
		margin: 30 auto;
	}
}
