/*
Theme Name: MJK Starter
Theme URI: http://www.mjkretsinger.com/
Author: MJ Kretsinger
Author URI: http://mjkretsinger.com
Description: A starter framework for WordPress themes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mjk
Tags:

The CSS and HTML are released under the GPL:
http://www.opensource.org/licenses/gpl-3.0.html
*/

body.single-post .px-2 p:first-child{ color:#6d747c; font-size: 14px; text-align: center; }
body.single-post .px-2 figure figcaption  { color:#6d747c; font-size: 14px; text-align: center; }
body.single-post .px-2 blockquote p{ color:#212529 !important; font-size: 1.125rem !important; text-align:left !important;}


@media (min-width: 1100px) {
	.navbar-nav .dropdown-menu__wrap {
		flex-direction: column;
		gap: 21px;
	}
}



