/*
Theme Name: Hestia Pro child
Theme URI: https://www.themeisle.com/
Description: This is a child theme with a few small modifications for the St. Louis Media History Foundation.
Author: Josh Renaud
URI: https://www.themeisle.com/
Template: hestia-pro
Version: 0.1
*/



/*
========================
Keep HOF image sizes consistent
------------------------
Added by: Josh Renaud
Date:     2023-07-21
*/

.category-radio-hof .ninja_clmn_nm_postcontent img {
	max-width: 250px;
	max-height: 300px;
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 0 0;
	min-width: 250px;
	margin-bottom: 20px !important;
	margin-left: 0px !important;
	margin-top: 0px;
	margin-right: 20px !important;
}

/*
end remove related posts
========================
*/


/*
========================
Add text shadow to improve legibility of post titles
------------------------
Added by: Josh Renaud
Date:     2023-09-04
*/

.boxed-layout-header h1,
.boxed-layout-header h4 {
	text-shadow: 0px 0px 1.5rem black, 1px 1px 2px black;
}

.header-filter:before,.has-header-overlay-color-background-color[class*="has-background"] {
	background-color: rgba(0,0,0,0.6) !important; 
}

/*
end add text shadow
========================
*/
