@CHARSET "ISO-8859-1";

/******************************************************************************
* Header
******************************************************************************/

#click-and-collect-header {
	background-color: #ffffff;
	color: #454545;
	background-image: url('/images/default/static/info-hero-banners/ClickAndCollect-fullsize.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body.webp #click-and-collect-header {
	background-image: url('/images/default/static/info-hero-banners/ClickAndCollect-fullsize.png');
}

#click-and-collect-header .click-and-collect-title-wrapper {
	min-height: 180px;
}

#click-and-collect-header .click-and-collect-text {
	font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
	font-size: 0.875rem;
}

#click-and-collect-header .click-and-collect-button {
	font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
	#click-and-collect-header {
		background-image: url('/images/default/static/info-hero-banners/ClickAndCollect-mobile.png');
		height: 610px;
	}

	body.webp #click-and-collect-header {
		background-image: url('/images/default/static/info-hero-banners/ClickAndCollect-mobile.png');
	}
}


/*****************************************************************************************************/

/******************************************************************************
* Breadcrumbs - Custom Overrides
******************************************************************************/

.breadcrumbs li, .breadcrumbs li a {
	color: #FFFFFF;
}

.breadcrumbs li.current, .breadcrumbs li.current a {
	color: #FFFFFF;
}

.breadcrumbs li a:hover, .breadcrumbs li.current a:hover {
	color: #FFFFFF;
}

/*****************************************************************/

.static .col2 section.click-and-collect h1 {
	background-color: #3f3f36;
    border-radius: 6px;
    padding: 0.2em 0.5em;
    color: #fff;
    font-weight: 400;
}

section.click-and-collect .sub-headings {
	background-color: #0099ff;
    border-radius: 6px;
    padding: 0.2em;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	width:100%;
	text-align:center;
}

section.click-and-collect #junction {
	margin:1em auto;
	display:block;
}

section.click-and-collect iframe {
	border:0;
}

section.click-and-collect .address {
	font-weight:600;
}
section.click-and-collect .showroom-img {
    border-radius: 6px;
}

.main .col2 section .click-and-collect .sub-headers{
    font-weight: 600;
    font-size: 1.1em;
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}


.help-map {
	position: relative;
	padding-bottom:360px;
	height:0;
	overflow:hidden;
}

.help-map iframe {
	position:absolute;
	top:0;
	left:0;
	width: 400px;
	height: 100%;
}

.recycling-content p {
	line-height: 1.5em;
}

@media (max-width: 1200px) {
	.help-map {
		padding-bottom:400px;
	}
}

@media (max-width: 767px) {
	.help-map {
		padding-bottom:300px;
	}
}


@media (max-width: 480px) {
	.help-map {
		padding-bottom:75%;
	}

	.help-map iframe {
		width: 100%;
	}
}