/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 16:53:49 */
:root {
  --grey: #ada7a1;
  --off-white: #fbf3ee;
  --white: #faf5f5;
  --black: #191919;
  --dark-blue: #1e069d;
  --royal-blue: #007af4;
  --yellow: #ffb000;
	--teal: #00DFBA;
	--dark-red: #8e0033;
	
	--font-reg: 'trade-gothic-next', 'Helvetica', sans-serif;
	--font-condensed: 'trade-gothic-next-compressed', 'Helvetica', sans-serif;
}

/* Custom Sticky Nav */
/* Sticky Nav */
.tf-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	
	background: var(--off-white);
	border-bottom: 1px solid var(--black);
	
	padding: 4px 0;
	
	opacity: 1;
	
	transition: all 250ms ease;
}

body.newspack-brand-oklahoma-eagle .tf-sticky-header {
	background: var(--white);
}

.tf-sticky-header__inner {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}


@media only screen and (min-width:600px) {
	.admin-bar .tf-sticky-header {
		top: 46px;
	}
}

@media only screen and (min-width:782px) {
	.admin-bar .tf-sticky-header {
		top: 32px;
	}
}

.tf-sticky-header.hidden {
	transform: translatey(-67px);
	opacity: 0;
}

.tf-sticky-header .desktop-menu-toggle,
.tf-sticky-header .mobile-menu-toggle {
	position: absolute;
	top: 50%;
	left: 15px;
	
	transform: translateY(-50%);
}

.tf-sticky-header .desktop-menu-toggle {
	display: none;
}

@media only screen and (min-width:782px) {
	.tf-sticky-header .mobile-menu-toggle {
		display: none;
	}
	
	.tf-sticky-header .desktop-menu-toggle {
		display: block;
	}
}

.tf-sticky-header .custom-logo-link {
	display: block;
	max-width: 150px;
	margin: 0 auto;
	
	position:relative;
	z-index: 10;
}


.tf-sticky-header .custom-logo-link.oe {
	max-width: 250px;
	padding: 6px 0 6px 0;
}

@media only screen and (min-width:600px) {
	
	.tf-sticky-header .custom-logo-link.oe {
		max-width: 340px;
		padding: 6px 0;
	}
}

.tf-sticky-header .custom-logo-link.oe,
body.newspack-brand-oklahoma-eagle .tf-sticky-header .custom-logo-link.tf {
	display: none;
}

body.newspack-brand-oklahoma-eagle .tf-sticky-header .custom-logo-link.oe {
	display: block;
}


.tf-sticky-header__side-menu {
	position: absolute;
	
	top: 50%;
	right: 15px;
	
	width: 100%;
	max-width: 320px;
	
	transform: translateY(-50%);
}

.tf-sticky-header .secondary-menu ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.tf-sticky-header .secondary-menu ul li {
	margin-right: 1rem;
	height: 26px !important;
}

.tf-sticky-header .secondary-menu ul li:last-child {
	margin-right:0;
}


.tf-sticky-header .secondary-menu a {
	padding: .125rem .25rem !important;
	text-transform: uppercase;
	font-family: var(--font-reg);
	font-weight: 800 !important;
	font-size: 13px !important;
	
}


@media only screen and (max-width:999px) {
	.tf-sticky-header .secondary-menu ul li {
		display: none;
	}
	
	.tf-sticky-header .secondary-menu ul li:last-child {
		display: inline-block;
		margin-left: auto;
	}
	
}

/* Main Nav */
@media only screen and (min-width:782px) {
    .site-header .custom-logo-link .custom-logo {
		max-width: 400px !important;
		max-height: 140px !important;
	}

	.h-cl .site-header .middle-header-contain .wrapper>div.site-branding {
		width: 100%;
	}
}



/* Mobile Overrides */
@media only screen and (max-width:781px) {
	body(not:.newspack-brand-oklahoma-eagle) .site-header .button.mb-cta {
		position: absolute;
		right: 15px;
	}
	
	body(not:.newspack-brand-oklahoma-eagle) .site-header .mobile-menu-toggle {
		position: absolute;
	}
	
	body(not:.newspack-brand-oklahoma-eagle) .site-header .site-branding {
		margin: 0 auto;
	}
	body(not:.newspack-brand-oklahoma-eagle) .site-header .custom-logo-link {
		margin-right: 0;
	}
}

.site-header .nav1 .main-menu>li>a {
	padding: 3px 14px 4px 14px !important;
	text-transform: uppercase;
	font-size: 16px !important;
	font-weight: 800 !important;
	transition: all 250ms ease;
	border: 1px solid var(--black);
	border-radius: 50px;
	color: var(--black) !important;
}

.site-header .nav1 .main-menu>li>a:hover {
	color: var(--white) !important;
	background: var(--black);
	opacity: 1;
}


/* Top Nav (Tulsa) */
.top-header-contain.desktop-only {
	padding: 10px 0;
	background: var(--off-white) !important ;
	border-bottom: 1px solid var(--black) !important;
}

.top-header-contain.desktop-only .wrapper {
	justify-content: space-between;
}

.top-header-contain.desktop-only a {
	text-transform: uppercase;
	font-family: var(--font-reg);
	font-weight: 800 !important;
	font-size: 13px !important;
}

.header-donate-button,
.header-signup-button {
	background: var(--dark-red) !important;
	padding: 0 15px !important;
	color: var(--white) !important;
	border-radius: 50px !important;
}

.header-signup-button {
	background: var(--yellow) !important;
	color: var(--black) !important;
}

.desktop-menu-toggle svg {
	transform: scale(1.8) translatex(2px);
}


/* Bottom Nav (Tulsa) */
.header-widget.below-header-widgets {
	overflow: hidden;
}

.bottom-header-contain.desktop-only {
	border-top: 1px solid var(--grey);
	border-bottom: 1px solid var(--grey);
	padding: 5px 0;
	background: var(--off-white) !important;
}


/* OE Overrides */
body.newspack-brand-oklahoma-eagle .site-header {
	overflow-x: hidden;
}
body.newspack-brand-oklahoma-eagle .top-header-contain,
body.newspack-brand-oklahoma-eagle .middle-header-contain,
body.newspack-brand-oklahoma-eagle .bottom-header-contain {
	background: var(--white) !important;
}

.newspack-brand-oklahoma-eagle .bottom-header-contain.desktop-only {
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	background: #000;
}

body.newspack-brand-oklahoma-eagle  .site-header .nav1 .main-menu>li>a {
	color: var(--black) !important;
	font-weight: 400;
	border: none;
}


body.newspack-brand-oklahoma-eagle  .site-header .nav1 .main-menu>li>a:hover {
	background: transparent;
	color: var(--royal-blue) !important;
}

body.newspack-brand-oklahoma-eagle  #social-nav-contain {
	display: none !important;
}

body.newspack-brand-oklahoma-eagle .middle-header-contain .nav-wrapper {
	flex: initial !important;
	
	width: 40px !important;
}

@media only screen and (min-width:782px) {
    body.newspack-brand-oklahoma-eagle  .site-header .custom-logo-link .custom-logo {
		max-width: 1100px !important;
		max-height: 140px !important;
		width: 100% !important;
	}

	.h-cl .site-header .middle-header-contain .wrapper>div.site-branding {
		width: 100%;
	}
}

@media only screen and (max-width:781px) {
	body.newspack-brand-oklahoma-eagle.h-cta .site-header .custom-logo-link,
	body.newspack-brand-oklahoma-eagle.h-cta .site-header .custom-logo-link .custom-logo {
		max-width: 250px !important;
	}
}

/*
.site-header .custom-logo-link .custom-logo
*/









/* Bottom Widget (Sign Up) */
.dc-signup-header {
	position: relative;
	display: none;
}

.dc-signup-header::before {
	position: absolute;
	left: -50%;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 200vw;
	background: var(--yellow);
	content: '';
}
.dc-signup-header .newspack-newsletters-email-input {
	/* outline: 1px solid red; */
	justify-content: flex-end;
}
.dc-signup-header .newspack-newsletters-email-input input {
	padding: 4px 10px 7px 10px;
	font-size: 14px;
	border-radius: 50px;
	border: none;
	max-width: 380px;
}

.dc-signup-header .newspack-newsletters-email-input .submit-button {
	max-width: 130px;
	background: var(--black);
	color: var(--white);
	padding: 4px 20px 7px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: var(--font-reg) !important;
	font-weight: 800;
}

.dc-signup-header p {
	font-size: 18px;
	font-family: var(--font-reg) !important;
}

@media only screen and (max-width:781px) {
	.dc-signup-header .newspack-newsletters-email-input {
		flex-wrap: nowrap !important;
	}
	.dc-signup-header p {
		font-size: 16px;
	}

	.dc-signup-header .wp-block-columns {
		gap: 10px !important;
		text-align: center;
	}
}




/* ---------- */


/* Nav button */
.desktop-menu-toggle {
	display: block;
	width: 37px;
	height: 22px;
	background-image: url('https://tulsa.newspackstaging.com/wp-content/uploads/2025/07/nav-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 0;
	overflow: hidden;
}

.desktop-menu-toggle svg {
	display: none; 
}



/* Sidebar Menu */
/*
.mobile-sidebar {
	width: 50vw;
	max-width: 800px;
}
*/

.slideout-contact p {
	font-family: var(--font-reg);
}

.slideout-contact p a:hover {
	color: var(--black);
}

.slideout-socials {
	padding-top: 20px;
}

.desktop-sidebar {
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


@media only screen and (min-width:782px) {
	.desktop-sidebar {
		padding: 40px 60px;	
	}
}

.desktop-sidebar .below-content.widget {
	margin-bottom: 0;
}

.desktop-sidebar .desktop-menu-toggle {
	margin: 0;
	position: fixed;
	top: 15px;
	left: 15px;
	width: 37px;
	height: 22px;
	background-image: url('https://tulsa.newspackstaging.com/wp-content/uploads/2025/08/icon-close.svg');	
	font-size: 1px;
	color: var(--yellow);
}

.desktop-sidebar .wp-block-columns {
	max-width: 1000px;
}

.menu-sidebar-menu-1-container a,
.menu-sidebar-menu-2-container a,
.menu-sidebar-menu-3-container a {
	font-size: 24px;
	line-height: 28px;
}

.menu-sidebar-menu-1-container a {
	font-size: 40px;
	line-height: 48px;
}

body.logged-in.admin-bar .desktop-sidebar {
	max-height: calc(100vh - 32px);
	top: 32px !important;
	bottom: initial;
}

body.logged-in.admin-bar .desktop-sidebar .desktop-menu-toggle {
	top: calc(15px + 32px) !important;
}

/* Mobile Nav */
.site-header .button.mb-cta {
	background: var(--royal-blue) !important;
	padding: 5px 15px 6px 15px !important;
	color: var(--white);
	border-radius: 50px;
	text-transform: uppercase;
	font-family: var(--font-reg);
	font-size: 13px;
	font-weight: 800;
}

.mobile-sidebar {
	width: 100%;
	max-width: 390px;
}

.mobile-sidebar {
	background: var(--yellow) !important;
}

.mobile-sidebar .search-form {
	margin-top: 45px;
}

.mobile-sidebar .search-field {
	border-radius: 50px;
	border: 1px solid var(--black);
}

#header-search .search-field {
	font-size: 16px;
}

.mobile-sidebar .main-navigation,
.mobile-sidebar .secondary-menu {
	display: none;
}

.mobile-sidebar .wp-block-columns {
	gap: 10px !important;
	flex-direction: column !important;
}

.mobile-sidebar .widget_nav_menu a {
	padding: 0;
	text-transform: uppercase;
}

.mobile-sidebar #menu-sidebar-menu-1 a {
	font-size: 34px;
}

.mobile-sidebar #menu-sidebar-menu-2 a,
.mobile-sidebar #menu-sidebar-menu-3 a{
	font-size: 22px;
	margin: 6px 0;
}

.mobile-sidebar .slideout-socials {
	padding-top: 40px;
}

.mobile-menu-toggle {
	display: block;
	width: 37px;
	height: 22px;
	background-image: url('https://tulsa.newspackstaging.com/wp-content/uploads/2025/07/nav-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 0;
	overflow: hidden;
}

.mobile-sidebar .mobile-menu-toggle {
	background-image: url('https://tulsa.newspackstaging.com/wp-content/uploads/2025/08/icon-close.svg');
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1px;
	color: var(--yellow);
}

.mobile-menu-toggle svg {
	display: none; 
}

.mobile-sidebar .wp-block-social-links .wp-social-link svg {
	width: 24px;
	height: 24px;
}

.wp-block-social-links .wp-social-link svg {
	width: 24px;
	height: 24px;
}


@media only screen and (max-width:782px) {
	.site-header {
		border-bottom: 1px solid var(--black);
	}
	
	.h-cta .site-header .custom-logo-link {
		max-width: 150px !important;
	}
	
	.middle-header-contain .wrapper {
		padding: 4px 0;
	}
	
	.site-branding {
		margin: 0 auto;
	}
	
	.site-header .button.mb-cta {
		position: absolute;
		right: 15px;
	}
	
	/* body:not(.newspack-brand-oklahoma-eagle) */
	.mobile-menu-toggle {
		position: absolute;
		left: 15px;
	}
}