.entry-title {
	display: none;
}

#site-navigation {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.main-navigation #toggle:checked ~ .menu-top-menu-container{

padding: 15px;		
}	
#site-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;

	background:linear-gradient(to bottom, #fff 60%, #D6EFF0 100%)
		;box-shadow: 0 4px 12px rgba(0,0,0,0.25);
;
	}
#site-navigation:before
{ content: ""; display: block; background:#fff url('https://lighthousehomecleaning.co.uk/wp-content/uploads/2026/05/lighthouse-home-cleaning-nav-icon-3-e1779817897742.png') no-repeat center; background-size:contain  ; height: 75px; margin: 20px auto;
}
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: white;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	border-radius: 16px;
	text-decoration: none;
	z-index: 1000;
/* NEW */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all .3s ease;
	white-space: nowrap;
}

/* Expand on hover */
.whatsapp-float:hover {
	width: 190px;
	background-color: #25D366;
	justify-content: flex-start;
	padding-left: 15px;
}

/* Add text */
.whatsapp-float:hover::after {
	content: "WhatsApp";
	font-size: 20px;
	margin-left: 12px;
	font-weight: 600;
	letter-spacing: -.5px;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#colophon {
	width: 100%;
	background: #D6EFF0;
	box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.2);
}

/* IMPORTANT: fix inner alignment */
#colophon .widget-area {
	max-width: 1006px;
/* or whatever your site uses */
	margin: 0 auto;
	width: 100%;
}

.address-box {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.call-button .wp-block-button__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
}

.call-button .wp-block-button__link img {
	display: block;
}

#header {
  padding-top: 0px;
}
body {
    padding-top: 90px;
}