.clear {
	float: none;
	clear: both;
}

.header-image .site-title a {
	max-width: 1068px;
	min-height: 650px;
	margin: 0 auto;
	background-size: contain !important;
	background-position: center center !important;
}

.nav-secondary {
	text-align: center;
}

h4.widget-title {
	color: #d1232a;
	font-size: 20px;
}

h3 {
	color: #d1232a;
}

strong.emphasize {
	color: #d1232a;
	font-size: 1.25em;
}

.fb-like {
	bottom: 2px;
	margin-right: 5px;
}

.featured-content .entry-content {
	color: #696969;
}

.featured-content .entry {
	margin-bottom: 30px;
}

#custom_html-2 .custom-html-widget,
#text-33 .textwidget,
#text-5 .textwidget {
	text-align: center;
}

.home-bottom .featured-content .entry-title {
	margin: 0 0 8px 0;
}

.wp-caption {
	margin-bottom: 1em;
}

figure.alignnone {
	margin: 1em 0;
}

@media only screen and (max-width: 1140px) {
	.header-image .site-title a {
		min-height: 280px;
	}
}

@media only screen and (max-width: 1024px) {
	.header-image .site-title a {
		min-height: 210px;
	}
}

@media only screen and (max-width: 767px) {
	.header-image .site-title a {
		min-height: 175px;
	}
}

#pre-content-banner {
	width: 100%;
	text-align: center;
	background: #d1232a;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 1em 0.5em;
	margin: 0.5em 0;
	font-size: 14px;
}

.tip-instory-ad {
	border-top: 5px solid #dadada;
	border-bottom: 5px solid #dadada;
	margin: 1em 0;
	clear: both;
}

@media print {
	#pre-content-banner,
	.sidebar,
	.tip-instory-ad,
	.footer-widgets,
	.backstretch,
	.addtoany_share_save_container,
	.nav-primary,
	.nav-secondary {
		display: none !important;
	}

	.content {
		width: 100%;
		float: none;
	}

	.site-container-wrap {
		padding: 0;
		xxmargin: 0 auto;
	}
}

body.post-category-election-2020 #tip-ad-39444 {
	display: none;
}

body.postid-36498 #tip-ad-39444 {
	display: block;
}

/* Social Media Widget */

#text-36 {
	text-align: center;
}

#text-36 h3.instagram {
	text-align: center;
	margin: 1.5em 0 0.5em 0;
	background: none;
	padding: 0;
}

#text-36 iframe.instagram {
	border: none;
	width: 330px;
	/* 3 posts height: 1000px; */
	height: 350px;
	padding: 0;
	overflow: hidden;
}

body b,
body strong {
	font-weight: bold;
}

/* Search Form in Nav */

/* Expanding search form */
.expanded-search-form {
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	padding: 20px;
	width: 80%;
	max-width: 500px;
	border-top: 3px solid #c03; /* Metro Pro orange accent – change if you use a different color */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
	z-index: 9999;
}

.expanded-search-form.active {
	opacity: 1;
	visibility: visible;
}

.expanded-search-form .search-field {
	width: 100%;
	padding: 12px 15px;
	font-size: 16px;
	border: 2px solid #eee;
	border-radius: 4px;
}

/* Optional: hide the submit button (search works with Enter) */
.expanded-search-form .search-submit {
	display: none;
}

/* Dark overlay when open */
.search-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

.search-overlay.active {
	display: block;
}

.search-text {
	display: none;
}

.genesis-nav-menu .menu-item {
	vertical-align: middle;
}

.genesis-nav-menu .search-icon-svg {
	line-height: 0;
}

.genesis-nav-menu .search-icon-svg svg {
	display: block;       /* prevents SVG baseline issues */
	vertical-align: middle;
	line-height: 0;
}

.genesis-nav-menu a.search-toggle {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.search-icon-svg {
		display: none;
	}

	.search-text {
		display: block;
	}
}

@media only screen and (min-width: 767px) {
	.genesis-nav-menu a.search-toggle {
		line-height: 0;
	}

	.genesis-nav-menu a.search-toggle {
		padding: 0;
	}
}
