/**
 * Header
 */ 
.site-header {
	border-bottom:4px solid var(--newspack-theme-color-primary-variation);
}

/* Top bar */
.h-sb .top-header-contain {
	background: #111;
}

.h-sb .top-header-contain,
.h-sb .top-header-contain a {
	color: #fff;
}

/* Middle section */
.h-sh.h-db .middle-header-contain {
	border: 0;
}

.site-header .custom-logo-link {
	margin-bottom: 10px;
}

.nav1 .main-menu > li > a {
	font-size: 0.8rem;
	font-weight: normal;
	text-transform: none;	
}

.site-header .nav1 .main-menu > li > a {
	color: #111;
}

/* Tertiary nav */
.nav3 {
	letter-spacing: 0;
	text-transform: none;
}

.nav3 .menu-highlight a {
	background: #fbeb62;
	border: 0;
	color: #111;
	box-shadow: 2px 2px 0 #000;
}

.mobile-sidebar {
	background: #111;
}

.mobile-sidebar,
.mobile-sidebar button:hover,
.mobile-sidebar a, 
.mobile-sidebar a:visited, 
.h-sb.h-sh .mobile-sidebar 
.nav1 .sub-menu > li > a, 
.h-sb.h-sh .mobile-sidebar .nav1 ul.main-menu > li > a {
	color: #fff;
}

.mobile-sidebar .nav3 .menu-highlight a {	
	box-shadow: 0.15em 0.15em 0 #de3b2f;
}

/**
 * Content
 */ 

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}

h1, h2, h3 {
	font-weight: 900;
}

.entry-content a {
	color: #111;
	text-decoration-color: #fbeb62;
	text-decoration-thickness: 5px;
}

.entry-content a:hover {
	color: #de3b2f;
}

.cat-links a {
	background: #fbeb62;
	box-shadow: 1px 1px 0 #000;
	color: #111 !important;
	margin-right: 4px;
	padding: 0.2em 0.5em;
}

.cat-links .sep {
	display: none;
}

.entry-meta .byline .author {
	font-weight: normal;
}

/* Blocks - Homepage Posts */
.wpnbha.ts-3 .entry-title,
.wpnbha.ts-2 .entry-title,
.wpnbha.ts-1 .entry-title {
	font-weight: 700;
}

/* Blocks - Buttons */
.wp-block-button__link, 
.button, 
button, 
input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 0;
	box-shadow: 2px 2px 0 #000;
}

.search-submit,
.header-search-contain button,
.mobile-menu-toggle {
	box-shadow: none;
}

.site-main #infinite-handle span button {
	color: #111;
}

/* Blocks - Group */
:where(.wp-block-group.has-background) {
	padding: 1rem;
}

@media (min-width: 782px) {
	:where(.wp-block-group.has-background) {
		padding: 1.5rem;
	}
}

/**
 * Archives
 */ 
.page-subtitle {
	font-weight: bold;
	font-size: 1rem;
}

.page-description {
	font-family: "Fira Sans Extra Condensed", sans-serif;
	font-weight: 900;
}


/**
 * Secondary
 */ 
#secondary .widget.widget_block {
	font-size: 1.1em;
}


/**
 * Footer
 */ 
@media (min-width: 1200px) {
	.site-footer .wp-block-columns {
		gap: 64px;
	}
}

.footer-branding .wrapper {
	border: 0;
}

.site-footer ul {
	margin-top: 0;
}

/**
 * Bugfixes
 */ 

.archive #secondary .cat-links {
	display: inherit;
}

/* Nelsoning Newspack Scott */
.accent-header:not(.widget-title)::before, .article-section-title::before, .cat-links::before, .page-title::before {
	display: none; 
}

.single .entry-header .cat-links {
	font-size: 0.7rem;
}

.avatar {
	border-radius: 100%;
}

.wp-block-separator {
  border-top: 2px solid var(--newspack-theme-color-text-main);
}

@media (min-width: 782px) {
	.single .entry-header .entry-meta {
		display: block;
		font-size: 0.7rem;
	}
}


.author-bio {
  border-top: 8px solid var(--newspack-theme-color-text-main);
  padding-top: 1.5rem;
}

.entry-footer {
	color: #111;
}

.tags-links a {
  background: var(--newspack-theme-color-bg-pre);
	color: #111;
  margin: 0 0.25rem 0.25rem 0;
  padding: 0.25rem 0.5rem;
}

.tags-links .sep {
	display: none;
}

.archive .page-header {
  border-bottom: 2px solid var(--newspack-theme-color-text-main);
  padding-bottom: 2rem;
}

/* correcting a max-width issue with the group block */
/*
.newspack-front-page .entry .entry-content .wp-block-cover.alignfull > div > :not(.alignfull):not(.alignwide),
.newspack-front-page .entry .entry-content .wp-block-cover.alignwide > div > :not(.alignfull):not(.alignwide),
.newspack-front-page .entry .entry-content .wp-block-group.alignfull > div > :not(.alignfull):not(.alignwide),
.newspack-front-page .entry .entry-content .wp-block-group.alignwide > div > :not(.alignfull):not(.alignwide),
.post-template-single-wide .entry .entry-content .wp-block-cover.alignfull > div > :not(.alignfull):not(.alignwide), 
.post-template-single-wide .entry .entry-content .wp-block-cover.alignwide > div > :not(.alignfull):not(.alignwide), 
.post-template-single-wide .entry .entry-content .wp-block-group.alignfull > div > :not(.alignfull):not(.alignwide), 
.post-template-single-wide .entry .entry-content .wp-block-group.alignwide > div > :not(.alignfull):not(.alignwide), 
.page-template-single-wide .entry .entry-content .wp-block-cover.alignfull > div > :not(.alignfull):not(.alignwide), 
.page-template-single-wide .entry .entry-content .wp-block-cover.alignwide > div > :not(.alignfull):not(.alignwide), 
.page-template-single-wide .entry .entry-content .wp-block-group.alignfull > div > :not(.alignfull):not(.alignwide), 
.page-template-single-wide .entry .entry-content .wp-block-group.alignwide > div > :not(.alignfull):not(.alignwide) {
	max-width: 1080px;
}
*/

.wp-block-button__link {color:#000 !important;}
.wp-block-button__link:hover{background:#fbeb62;}