/* Override the theme */

/* Prevent the footer columns from going to full width at medium/small screen sizes */
@media screen and (max-width: 1200px) {
	#footerPage .sflb_row.sflb_6_6 .sflb_section {
		width: 48.7179%;
	}
}

/* Home page VOTD widget */
.widget_dz_biblegateway_votd {
	color: white;
	font-size: 16pt;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.widget.widget_dz_biblegateway_votd a {
	color: #aaaaaa !important;
}
.widget_dz_biblegateway_votd .votd_reference {
	font-size: 12pt;
}
.widget_dz_biblegateway_votd .votd_copyright {
	padding-top: 20px;
	font-size: 8pt;
}

/* Hide the redundant featured image when viewing blog posts for "songs" (which have the thumbnail automatically set from the youtube video) */
body.single-post .category-songs img.wp-post-image {
	display: none;
}
/* Also hide when listing all posts for the songs category */
body.archive .category-songs img.wp-post-image {
	display: none;
}

/* Protected download link */
.sflb_section .sdm_download_link input {
	padding: 1em 1em;
}
.sdm_download_link .sdm-download-button a.sdm_download {
	font: inherit;
	background: #00b9b3;
	border: none;
	border-radius: unset;
	color: #ffffff !important;
	padding: 1em;
	line-height: 1em;
	text-shadow: none;
}


