/*
Theme Name: GeneratePress Child - RAW Betonvloeren
Template: generatepress
Version: 1.0
*/

/* Full-bleed layout for the RAW homepage (Elementor full-width template) */
body.page-id-24.elementor-template-full-width #page.grid-container {
	max-width: 100%;
	padding: 0;
}
body.page-id-24.elementor-template-full-width .site-content {
	padding: 0;
}

/* Overlay header on the hero image (reference-style transparent nav) — homepage only */
body.page-id-24 #masthead.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	background: transparent;
	border-bottom: none;
}
body.page-id-24 #masthead .inside-header.grid-container,
body.page-id-24 #masthead .inside-navigation.grid-container {
	max-width: 100%;
	padding-left: 96px;
	padding-right: 96px;
}
body.page-id-24 #masthead .main-title a {
	color: #fff;
	letter-spacing: 0.5px;
}
body.page-id-24 #masthead .main-navigation {
	background: transparent;
}
body.page-id-24 #masthead .main-nav ul li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3px;
}
body.page-id-24 #masthead .menu-toggle {
	color: #fff;
}
@media (max-width: 768px) {
	body.page-id-24 #masthead .inside-header.grid-container,
	body.page-id-24 #masthead .inside-navigation.grid-container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* Custom Elementor footer replaces GP footer widgets/site-info — homepage only */
body.page-id-24 .footer-widgets,
body.page-id-24 .site-info {
	display: none;
}

/* Navigatie-polish homepage */
body.page-id-24 #masthead .main-nav ul li a {
	font-weight: 500;
	letter-spacing: 0.4px;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
body.page-id-24 #masthead .main-nav ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transition: right 0.2s ease;
}
body.page-id-24 #masthead .main-nav ul li a:hover::after {
	right: 0;
}
body.page-id-24 #masthead .main-nav {
	gap: 8px;
}
body.page-id-24 #masthead .main-nav ul li {
	margin-left: 32px;
}
