/**********************************************************
// Block >> Example
**********************************************************/
.Podcast-Links {
	
	}


.Podcast-Links a:hover { color: var(--Alt); }
.Podcast-Links a {
	display: block;
	font-family: "Oswald", sans-serif; font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	color: var(--Links);
	margin: 15px 0 25px;
	display: flex;
	align-items: center;
}

.Podcast-Links a:hover svg { fill: var(--Alt); }
.Podcast-Links svg {
	width: 40px;
	height: 40px;
	fill: var(--Links);
	margin-right: 7px;
}

.Podcast-Links span { line-height: 1.2em; }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	
}
