/* JAN2020TODO: DELETE ALL OF THIS SOON #home-page-only-banners */
#home-page-only-banners
{
	clear: both;
	padding: 35px 0 0 0;
	margin: 0 auto 0 auto;
	max-width: 1600px;
	min-width: 960px;
}
#home-page-only-banners a
{
	float: left;
	display: block;
	height: auto;
	margin: 0 0.6% 0 0;
	width: 19.5%;
}
	/* OCT2020 local pages: */
	body#is-local-page #home-page-only-banners
	{
		padding-top: 5px;
		min-width: inherit;
		width: 100% !important;
		float: left;
	}
	body#is-local-page #home-page-only-banners a
	{
		margin-bottom: 20px;
	}
#home-page-only-banners a.last-home-only-banner
{
	margin-right: 0;
}
#home-page-only-banners a img
{
	width: 100%;
}
#home-page-only-banners a:hover
{
	opacity: 0.9;
}
#home-page-only-banners a:last-child
{
	margin: 0;
}

@media screen and (max-width:1010px)
{
	#home-page-only-banners 
	{
		display: none;
	}
	/* OCT2020: local pages force services to show on small screens: */
	body#is-local-page #home-page-only-banners
	{
		display: block;
	}
}

/* OCT2020 3 services per row on mobile: */
@media screen and (max-width:960px)
{
	body#is-local-page #home-page-only-banners a
	{
		width: 32%;
		margin: 0 1% 1% 0 !important;
	}
	body#is-local-page #home-page-only-banners a img
	{
		display: block !important;
		padding: 0 !important;
		max-width: inherit !important;
	}
}

/* MAY2023 fix */
h3.services-heading
{
	width: 100%;
	float: left;
	clear: both;
}

@media screen and (max-width:600px)
{
	body#is-local-page #home-page-only-banners a
	{
		width: 170px;
		margin: 0 auto 6px auto !important;
		clear: both !important;
		float: none !important;
	}
	h3.services-heading
	{
		text-align: center;
	}
}

/* ----------------------------------------------------------------------------------------------------------------
.service-banners (JAN2022 to replace all of above eventually)
------------------------------------------------------------------------------------------------------------------- */
.service-banners
{
	box-sizing: border-box;
	clear: both;
	padding: 33px 0 0 0;
	margin: 0 auto;
	max-width: 1250px; /* FONTY was 1600px */
	min-width: 960px;
}
.service-banners a
{
	box-sizing: border-box;
	display: block;
	padding: 28px 0 21px 0;
	float: left;
	width: 25%;
	border-bottom: 8px solid #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	font-size: 0.975em;
}
.service-banners a:hover
{
	opacity: 0.9;
}
	

/* labels: */
.service-banners a span
{
	color: #fff !important;
	display: block;
	clear: both;
	line-height: normal;
	margin: 23px 0 0 0;
}

/* icons: */
.service-banners a img
{
	margin: 0 auto;
	padding: 0 !important;
	max-width: inherit !important;
	display: block;
	width: 78px;
	height: 78px;
}

@media screen and (max-width:1010px)
{
	.service-banners
	{
		margin-left: 15px;
		margin-right: 15px;
		min-width: inherit;
		width: 100%;
	}
	.service-banners a
	{
		padding: 12px 0 12px 0;
	}
	/* labels: */
	.service-banners a span
	{
		margin: 6px 0 0 0;
	}
	/* icons: */
	.service-banners a img
	{
		width: 60px;
		height: 60px;
	}
}

/* gaps: */
.service-banners a.service-1,
.service-banners a.service-5
{
	border-left: 0;
	border-right: 8px solid #fff;
}
.service-banners a.service-2,
.service-banners a.service-6
{
	border-left: 0;
	border-right: 8px solid #fff;
}
.service-banners a.service-3,
.service-banners a.service-7
{
	border-left: 0;
	border-right: 4px solid #fff;
}
.service-banners a.service-4,
.service-banners a.service-8
{
	border-left: 4px solid #fff;
	border-right: 0;
}

@media screen and (max-width:860px)
{
	.service-banners a
	{
		width: 33.3%;
	}
	.service-banners a.service-1,
	.service-banners a.service-4,
	.service-banners a.service-7
	{
		border-left: 0;
		border-right: 8px solid #fff;
	}
	.service-banners a.service-2,
	.service-banners a.service-5,
	.service-banners a.service-8
	{
		border-left: 0;
		border-right: 4px solid #fff;
	}
	.service-banners a.service-3,
	.service-banners a.service-6
	{
		border-left: 4px solid #fff;
		border-right: 0;
	}
}

/* TABLETS: */
@media screen and (max-width:640px)
{
	.service-banners a
	{
		width: 50%;
	}
	.service-banners a.service-1,
	.service-banners a.service-3,
	.service-banners a.service-5,
	.service-banners a.service-7	
	{
		border-left: 0;
		border-right: 4px solid #fff;
	}
	.service-banners a.service-2,
	.service-banners a.service-4,
	.service-banners a.service-6,
	.service-banners a.service-8	
	{
		border-left: 4px solid #fff;
		border-right: 0;
	}
}

/* PHONES: */
@media screen and (max-width:440px)
{
	.service-banners a
	{
		font-size: 14px;
		text-align: left;
		min-height: 70px;
	}
	/* icons: */
	.service-banners a img
	{
		margin: 0;
		width: 20% !important;
		height: auto !important;
		float: left;
		padding-left: 10px !important;
	}
	/* labels: */
	.service-banners a span
	{
		width: 65%;
		clear: none;
		float: left;
		margin: 0;
		padding: 0 2% 0 4%;
	}
}
@media screen and (max-width:360px)
{
	.service-banners a
	{
		font-size: 13px;
		min-height: 80px;
	}
}

/* TINY SCREENS: */
@media screen and (max-width:260px)
{
	.service-banners a
	{
		width: 100%;
		border-left: 0 !important;
		border-right: 0 !important;
		padding: 9px;
		font-size: 13px;
		border: 0;
		border-bottom: #fff solid 3px;
		min-height: inherit;
	}
	.service-banners a img
	{
		display: none;
	}
	.service-banners a span
	{
		margin: 0;
		width: auto;
		padding: 0;
	}
}


/* services background colours: 
JAN2022 NB: these apply to many sections, e.g:
.service-banners
.small-banners
.slide-quote-button
*/
.residential-service { background: #e6007e !important; }
.spring-service { background: #a0b100 !important; }
.window-service { background: #00a3e2 !important; }
.carpet-service { background: #706f6f !important; }
.gutter-service { background: #8d7e57 !important; }
.electrostatic-service { background: #4ba046 !important; }
.moving-service { background: #582583 !important; }
.contact-service { background: #75a1aa !important; }
.reasons-service { background: #2c5084 !important; } /* added JUNE2022 */
.book-service { background: #75a1aa !important; } /* added FEB2023 */



/* MARCH2023 quick tweak to h3s */
body#is-local-page .columnA h3
{
	margin-bottom: 15px !important;
}