@charset "ISO-8859-1";

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

#delivery-guide-header {
	width: 100vw;
	background-color: #ffffff;
	color: #454545;
	background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/pages/delivery-guide/delivery-guide-hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body.webp #delivery-guide-header {
	background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/pages/delivery-guide/delivery-guide-hero.webp');
}

#delivery-guide-header .delivery-guide-title-wrapper {
	min-height: 180px;
}

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

#delivery-guide-header .delivery-guide-button {
	font-size: 0.875rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#delivery-guide-header {
		background-position: -290px;
	}

	body.webp #delivery-guide-header {
		background-position: -290px;
	}
}

@media screen and (max-width: 767px) {
	#delivery-guide-header {
		background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/pages/delivery-guide/delivery-guide-hero-mobile.jpg');
		height: 610px;
		/* background-position: right; */
	}

	body.webp #delivery-guide-header {
		background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/pages/delivery-guide/delivery-guide-hero-mobile.webp');
		/* background-position: right; */
	}
}

@media screen and (max-width: 576px) {
	#delivery-guide-header {
		background-image: url('https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/pages/delivery-guide/delivery-guide-hero-mobile.jpg');
		height: 400px;
		/* background-position: right; */
	}
}

/******************************************************************************
* Header End
******************************************************************************/

article{
	overflow:hidden;
}

.main{
	background-color: #ffffff;
	color: #2d2d2d;
}

h1.heading {
	color: white;
	position: relative;
	top: -180px;
	font-size: 45px;
	margin-left: 0;
	height: 0;
}

.main .container h2.sub-heading {
	font-size: 36px;
	margin-bottom: 0;
}

h3.title {
	font-size: 28px;
}

h4.mini-title {
	font-size: 20px;
}

section p, section a, section li {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
}

.lead {
	font-family: 'Centrale Sans Medium', Trebuchet, sans-serif;
	font-size: 24px;
	margin-bottom: 0;
}

.light {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 300;
}

.medium, .medium a {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 500;
}

.bold {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 700;
}

.text-black {
	color: #2D2D2D;
}

.text-white {
	color: #FFFFFF;
}

.text-blue {
	color: #0099FF;
}

a.text-blue {
	color: #0099FF;
}

.no-pad-l {
	padding-left: 0;
}

.no-pad-r {
	padding-right: 0;
}

.no-pad-b {
	padding-bottom: 0;
}

.no-pad-t {
	padding-top: 0;
}

.extra-mar-t {
	margin-top: 10px;
}

.delivery-top-container {
	width: 100vw;
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%);
}

.banner-image-container {
	position: relative;
}

.hero-img {
	display: table;
	margin-left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}


.hero-img > source + img {
	margin-left: 50%;
	transform: translateX(-50%);
}

.delivery-middle-container {
	background-color: #ffffff;
	width: 100vw;
	position: relative;
	padding: 50px 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.delivery-middle-container-even {
	background-color: #ffffff;
	width: 100vw;
	position: relative;
	padding: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.breadcrumbs a:hover{
	color: #0099ff;
}

.breadcrumbs {
	margin-left: 0;
	margin-top: 0;
	font-size: 1.05em;
}

.guide-points {
	margin-bottom: 30px;
}

.guide-points .guide-details ul {
	margin-left: 22px;
	padding: 20px 0;
}

.guide-points .guide-details ul.no-pad-t {
	padding-top: 0px;
}

.guide-points .guide-details ul li::marker {
	content: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/pages/delivery-service/me-marker.png") "  ";
}

.guide-points .guide-img picture > source + img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.spacer-blue {
	background-color: #E5F5FF;
    padding: 10px;
    margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* .banner-image-container picture img {
	width: 100%;
} */

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-img > source + img {
		transform: translateX(-45%);
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.hero-img > source + img {
		transform: translateX(-40%);
	}
}

@media screen and (max-width: 767px) {
	.hero-img {
		margin-left: unset;
		transform: unset;
	}

	h1.heading {
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		margin: auto;
		width: 100vw;
		text-align: center;
		font-size: 50px;
		padding-left: 15%;
		padding-right: 15%;
	}
	
	h2.sub-heading {
		font-size: 40px;
		margin-bottom: 0;
	}
	
	h3.title {
		font-size: 36px;
	}
	
	h4.mini-title {
		font-size: 26px;
	}

	.delivery-middle-container, .delivery-middle-container-even {
		padding-left: 5px;
		padding-right: 5px;
	}

	.hero-img > source + .img-responsive {
		/* min-width: 100%; */
		min-height: 180px;
	}
	.banner-image-container{
        padding-left: 0px;
    }
}

/* (Safari + MobileSafari >= 14.6) or (All MobileSafari versions) */
/* Chromium added one or both of these selectors in a recent update - April 2023 */
/*@supports (selector(:nth-child(1 of x))) or (-webkit-touch-callout: none) {*/
/* Newer detection for Safari only after Apple added a non-standard -webkit- function */
@supports (background: -webkit-named-image(i)) {
	.guide-points .guide-details ul {
		list-style-type: none;
		padding: 20px 0;
	}
	
	.guide-points .guide-details ul li::before {
		content: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/pages/delivery-service/me-marker.png") "  ";
	}
}

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

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

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

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