.social-block{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.social-block a{
	color: black;
}

.social-block a:hover {
    text-decoration: none;
    color: #a91317 !important;
}

.wpcf7-form.form{
	width: 100%;
    max-width: 768px;
}

.otherinfo{
	 margin: 3px 0;
    font-size: 12px;
}


.above960{
	display:block;	
}

.below960{
	display:none;	
}


@media only screen and (max-width: 960px) {
	.article-header.with-thumb.podcast-header{
		padding-left: 0px;
		height: auto;
		min-height: 0px;
	}
	
	.above960{
		display:none;	
	}

	.below960{
		display:block;	
	}
}