/* Podcasts */

.podcast-loop-column
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

	.custom-slider-bio-row .podcast-loop-column
	{
		margin-top: 20px;
	}
	
.podcast-title
{
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}


.podcast-loop-column iframe
{
	height: 161px!important;
	width: 100%;
}

@media (max-width: 980px)
{
	.podcasts-loop iframe
	{
		height: 100px!important;
	}
}
.podcast-listen-on-container
{
	display: inline-block;
	float: right;
	margin-top: 5px;
	text-align: right;
}

	.podcast-listen-on-text
	{
		color: #7DB22D;
	    line-height: 40px;
	    vertical-align: top;
	    font-size: 18px;
	}
	.podcast-listen-on-text.rss
	{
		margin-left: 20px;
	}
	
	.podcast-image
	{
		float: left;
		margin-top: 10px;
		margin-right: 10px;
	}

		@media (max-width: 761px)
		{
			.podcast-image
			{
				width: 40%;
			}
		}

		@media (max-width: 400px)
		{
			.podcast-image
			{
				float: none;
				margin: 0;
				width: 100%;
			}
				.podcast-image img
				{
					width: 100%;
				}
		}
	
	.podcast-excerpt
	{
		margin-top: 10px;
		margin-bottom: 20px;
    	line-height: 1.4em;
    	font-size: 18px;
	}
	.podcast-link
	{
		margin: 10px 0 10px 10px;
		color: black;
		font-size: 1.6em;
	}

	.rss-podcast-link-copied
	{
		line-height: 12px;
		text-align: right;
		font-size: 12px;
		height: 16px;
	    margin-left: 20px;
	}	
		.rss-podcast-link-copied span.copy
		{
			display: none;
			opacity: 1;
		}
		.rss-podcast-link-copied span.copied
		{
			display: none;
			opacity: 0;
		}

	@media (max-width: 980px)
	{
		.podcast-listen-on-text
		{
			font-size: 14px;
		}
		.podcast-listen-on-container
		{
			float: left;
			text-align: left;
		}
	}	