/*

Theme Name: bemt-bemtgruppen
Description: Custom made theme for specific client
Author: WP and coding by Abrovink, Design by Djungeltelegrafen
Author URI: https://www.abrovink.se
Template: bemt
Text Domain: bemtvvs
Version: 0.0.11


*/



#header #logo{
	width: 164px;
	flex-shrink: 0;
}

#header #logo img, #header #logo svg{
	max-width: 200px;
}

#header .toggle-nav{
	display: none;
}


@media screen and (min-width: 1024px) {
	
	#header #header .pad:not(.topbar) .container{ padding-top: 12px; }

	#header #logo{
		width: 188px;
	}
	#header #logo img, #header #logo svg{
		margin-top: 12px;
	}
	
}


/* ----------------------------------------------------------------------
   Header search removed (see header.php)

   The parent reserves room for #search through #nav's hardcoded
   width: calc(100% - 240px) at min-width 1024px. With the search gone that
   turns into slack and justify-content: space-between shunts the menu to
   the right, so let #nav claim the leftover space instead. flex rather than
   a fixed calc() keeps this correct whatever this child sets #logo to.
   Two IDs so it outranks the parent's #nav rule regardless of load order.
   ---------------------------------------------------------------------- */

@media screen and (min-width: 1024px) {

	#header #nav{
		width: auto;
		flex: 1 1 auto;
	}

}
