/*
 * Keep the sticky/scrolled header visually aligned with the static header.
 * GrandNews hides the top strip and shrinks the logo when .top_bar.scroll is set.
 *
 * Top strip (.above_top_bar: date + “Top Menu” + socials) is hidden site-wide.
 * Strong selector beats theme rules; !important beats jQuery .show() inline display.
 */
body #wrapper .header_style_wrapper > .above_top_bar {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

#footer_mailchimp_subscription{
display:none !important;
}

@media only screen and (max-width: 1280px) {
	body {
		overflow-x: hidden;
	}

	.header_style_wrapper {
		position: fixed;
		width: 100%;
	}

	.header_style_wrapper .top_bar {
		float: none;
		min-height: 88px;
	}

	.header_style_wrapper .top_bar > .standard_wrapper {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 88px !important;
		padding: 14px 28px !important;
		box-sizing: border-box !important;
	}

	#logo_wrapper {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 60px !important;
		padding: 0 !important;
		text-align: left !important;
		overflow: visible !important;
		float: none !important;
	}

	.logo_container,
	.logo_align,
	.logo_wrapper {
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		float: none !important;
	}

	.logo_wrapper img {
		display: block !important;
		width: auto !important;
		max-width: 150px !important;
		max-height: 62px !important;
		height: auto !important;
	}

	#menu_wrapper {
		flex: 1 0 auto !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		width: auto !important;
		margin: 0 0 0 auto !important;
		float: none !important;
	}

	#nav_wrapper,
	#menu_border_wrapper {
		display: none !important;
	}

	#logo_right_button {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		flex-direction: row !important;
		gap: 18px !important;
		float: none !important;
		line-height: 1 !important;
	}

	#search_icon {
		order: 1 !important;
	}

	#mobile_nav_icon {
		order: 2 !important;
	}

	#search_icon,
	#page_share,
	#mobile_nav_icon {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 44px !important;
		height: 44px !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
		color: inherit !important;
	}

	#search_icon i,
	#logo_right_button #search_icon i {
		font-size: 20px;
		line-height: 1;
	}

	#mobile_nav_icon {
		top: auto !important;
		position: relative !important;
		width: 44px !important;
		height: 44px !important;
		border: 0 !important;
	}

	#mobile_nav_icon::before,
	#mobile_nav_icon::after {
		content: "";
		position: absolute;
		left: 10px;
		width: 24px;
		height: 2px;
		background: currentColor;
		border-radius: 2px;
	}

	#mobile_nav_icon::before {
		top: 15px;
		box-shadow: 0 7px 0 currentColor;
	}

	#mobile_nav_icon::after {
		top: 29px;
	}

	#wrapper {
		padding-top: 91px !important;
	}

	.top_bar.scroll #logo_wrapper {
		height: auto !important;
		padding: 0 !important;
	}

	.top_bar.scroll .logo_container {
		display: block !important;
	}

	.top_bar.scroll #logo_right_button {
		float: none !important;
		padding: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.header_style_wrapper .top_bar {
		min-height: 78px;
	}

	.header_style_wrapper .top_bar > .standard_wrapper {
		min-height: 78px !important;
		padding: 12px 14px !important;
	}

	#logo_wrapper {
		min-height: 54px !important;
	}

	.logo_wrapper img {
		max-width: 118px !important;
		max-height: 50px !important;
	}

	#logo_right_button {
		gap: 8px !important;
	}

	#search_icon,
	#page_share,
	#mobile_nav_icon {
		width: 42px !important;
		height: 42px !important;
	}

	#wrapper {
		padding-top: 65px !important;
	}

	.mobile_menu_wrapper {
		width: min(360px, 88vw) !important;
		padding-left: 28px !important;
		padding-right: 28px !important;
		-webkit-transform: translate(100%, 0) !important;
		-ms-transform: translate(100%, 0) !important;
		transform: translate(100%, 0) !important;
		-o-transform: translate(100%, 0) !important;
	}

	body.js_nav .mobile_menu_wrapper {
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
	}

	body:not(.js_nav) #close_mobile_menu {
		z-index: -1 !important;
		pointer-events: none !important;
	}

	body:not(.js_nav) .mobile_menu_wrapper {
		pointer-events: none !important;
	}

	body.js_nav .mobile_menu_wrapper {
		pointer-events: auto !important;
	}
}

@media only screen and (min-width: 1281px) {
	.top_bar.scroll #logo_wrapper {
		display: flex !important;
		align-items: center !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 18px 0 !important;
		overflow: visible !important;
	}

	.top_bar.scroll .logo_container {
		display: table !important;
		float: none !important;
	}

	.top_bar.scroll #logo_wrapper #custom_logo img,
	.top_bar.scroll .logo_wrapper img,
	.woocommerce .top_bar.scroll .logo_wrapper img,
	.woocommerce-page .top_bar.scroll .logo_wrapper img {
		width: auto !important;
		max-width: 150px !important;
		max-height: 66px !important;
		height: auto !important;
	}

	.top_bar.scroll #menu_wrapper {
		margin-top: 13.5px !important;
	}

	.top_bar.scroll #nav_wrapper {
		border-top: 1px solid #000000 !important;
		border-bottom: 1px solid #000000 !important;
	}

	#mobile_nav_icon {
		display: none;
	}

	#logo_right_button {
		float: right !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 1 !important;
	}

	#search_icon,
	#page_share {
		margin-top: 0 !important;
		vertical-align: middle !important;
	}

	#logo_right_button #search_icon i {
		line-height: 1 !important;
		vertical-align: middle !important;
	}

	#menu_wrapper .nav ul li a,
	#menu_wrapper div .nav li > a {
		padding-left: 11px;
		padding-right: 11px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1399px) {
	#menu_wrapper .nav ul li a,
	#menu_wrapper div .nav li > a {
		font-size: 15px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
	}

	.logo_wrapper img {
		max-width: 90px !important;
		height: auto !important;
	}

	#search_icon,
	#page_share {
		margin-left: 6px !important;
	}
}