/* Loaded by maleeksperten_heading_styles() in functions.php, versioned by file modification time: style.css is
   served with a 30-day cache under a URL that only changes with the WordPress version. */

/* The title in the header image is the page's H1 (single.php, page.php, archive.php). It keeps the look of the
   H2 it replaced: the parent theme styles h1 larger, darker and without the shadow. */
.newsmag-custom-header h1 {
	text-transform: initial;
	color: #fff;
	font-size: 33px;
	line-height: 36px;
	font-family: 'Poppins', serif;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* On the front page the logo is wrapped in an H1 (header.php). The heading must not change the header's layout. */
.header-logo .header-logo-heading {
	margin: 0;
	padding: 0;
	clear: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
