/* ================= Override bootstrap ================= */
body {
	color: #767676;
	/* font-family: 'Lato', sans-serif;  see responsive, use system fonts below tablet */
	font-weight: 300;
}
h2 {
	color: #252c34;
	font-size: 1.75rem; /*28*/
}
h3 {
	color: #252c34;
	font-size: 1.375rem; /*22*/
}
h4 {
	color: #252c34;
	font-size: 1.25rem; /*20*/
}
h5 {
	color: #252c34;
	font-size: 1rem; /*16*/
}
p {
	line-height: 1.75rem; /*28*/
}
a {
	color: #2eaef0;
}
a:hover, a:focus {
	transition: all .8s ease;
    text-decoration: none;
    outline: none;
    color: #1f2222;
}
.btn-primary {
	background-color: #2eaef0;
	border-color: #2eaef0;
}
.btn-primary:hover {
	background-color: #0488cd;
	border-color: #0488cd;
}
label {
	color: #252c34;
	font-weight: 400;
}
.bg-dark {
	background-color: #252c34 !important;
}
.navbar {
	font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link, .navbar-brand a {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-brand a:hover {
	color: #3eb0f7;
}
.navbar .active {
	border-bottom: 3px solid #2eaef0;
}
.navbar .navbar-nav a.nav-link {
    padding: 10px 15px;
}
.navbar-brand {
	font-size: 1.1875rem; /*19*/
	white-space: normal;
}
.nav-link {
	white-space: nowrap;
}

/* ================= Site specific ================= */
.longbox {
	background-color: rgba(91,185,230,0.901);
	font-size: 1.0625rem; /*17*/
	line-height: 1.75rem; /*28*/
	padding-top: 10px;
    padding-bottom: 10px;
	color: #000;
}
.longbox a {
    color: #000;
	font-weight: 700;
}
.longbox a:hover {
    color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.longbox.longbox-smaller {
	font-size: 1rem;
}
h2.big {
	font-size: 2.5rem; /*40*/
	font-weight: 300;
}
.highlight {
	color: #3eb0f7;
}
.overlay {
	background-color: rgba(0,0,0,0.501)
}
#landing h1 {
	color: #fff;
	text-shadow: 2px 2px 8px #000;
	font-size: 2.375rem; /*38*/
	padding-top: 30px;
	margin-bottom: 30px;
	font-weight: 400;
}
#landing h1 a {
	color: #fff;
}
#landing h1 a:nth-of-type(2):hover {
	text-decoration: underline;
	text-shadow: none;
}
#landing h1 #local-tel {
	font-size: 2rem;
}
#appliances-fixed {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
	font-weight: 300;
}
#appliances-fixed ul {
	padding-left: 0;
}
#appliances-fixed ul li {
	display: inline;
	line-height: 2rem;
}
#appliances-fixed ul li:before {
	content: '\00a0\2022\00a0\00a0';
}
.cta-form {
	border-radius: 40px;
	background-color: #0005;
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
	/* font-size: 1.0625rem; */
}
.cta-form h2 {
	font-size: 2.0625rem; /*33*/
	font-weight: 700;
	margin-bottom: 0;
}
.cta-form h3 {
	font-size: 2rem; /*32*/
	font-weight: 700;
}
.cta-form .row .col .form-group {
	margin-bottom: 0;
}
.cta-form input[type=submit] {
	font-size: 1.125rem; /*18*/
	margin: 5px 10px 5px 0;
	padding: 5px 35px;
	height: 40px;
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 100px;
	width: 100%;
}
.cta-form input[type=submit]:hover, .cta-form input[type=submit]:focus, .cta-form input[type=submit]:active {
	border: 2px solid #3eb0f7;
	background-color: rgba(138, 147, 155,0.8);
	color: #fff;
}
.cta-form .invalid-feedback {
	background-color: #272727;
	font-size: 1rem;
	padding-left: 13px;
}


.cta-secondary {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 50px;
    height: 65px;
    border: none;
    background: #3eb0f7;
    transition: all 0.4s;
    color: #fff;
    border-radius: 4px;
}
#clients {
	background-color: #f6f6f6;
}
#clients .col-sm-12 {
	background-color: #fff;
}
#clients img {
    max-height: 80px;
    margin: 0 20px;
    opacity: 1;
    transition: all 0.3s ease;
}
#testimonials ol.carousel-indicators {
	bottom: -50px;
}
#testimonials ol.carousel-indicators li {
	background-color: #3eb0f7;
	opacity: 0.5;
}
#testimonials ol.carousel-indicators li.active {
	opacity: 1;
}
#testimonials p {
	font-style: italic;
}
#testimonials footer .font-italic {
	color: #3eb0f7;
}
#testimonials .blockquote-footer::before {
	content: none;
}
.home-blog-row {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.home-blog-row:last-of-type {
	margin-bottom: 10rem;
}
body > footer, div.container > footer {
	background-color: #252c34;
}
body > footer a, div.container > footer a {
	color: #fff;
	font-weight: 700;
}
body > footer a:hover, div.container > footer a:hover {
	color: #777;
}

#top-bar {
	background-color: #272727;
	color: #fff;
	border-bottom: 1px solid #414f5a;
}
#top-bar a {
	color: #fff;
}

body.background-img {
    background: url(/images/patterns/whitey.png) repeat;
}
body.background-img > div.container {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
body.background-img .navbar, body.background-img footer, body.background-img #top-bar {
	margin-left: -15px;
	margin-right: -15px;
}

#breadcrumb-row {
	background-color: #000;
}
#breadcrumb-row h2 {
	font-weight: 300;
	font-size: 1.375rem; /*22*/
	color: #fff;
}
#breadcrumb-row .breadcrumb-item, #breadcrumb-row .breadcrumb-item a, #breadcrumb-row .breadcrumb-item.active {
	color: #fff;
}
#breadcrumb-row .breadcrumb-item a:hover {
	color: #b8b8b8;
}
.breadcrumb {
	background-color: inherit;
	font-size: 0.8125rem; /*13*/
}
.breadcrumb-item a {
	font-weight: 700;
}
.breadcrumb-item, .breadcrumb-item a {
	color: #9e9e9e;
}
.breadcrumb-item a:hover {
	color: #1f2222;
}
.breadcrumb-item a:hover {
	text-decoration: none;
}

.az-buttons a {
	background-color: #eee;
}

#contact-page h3 {
	font-weight: 400;
}

div.zabuto_calendar {
	font-size: 0.875rem;
}
div.zabuto_calendar table, div.zabuto_calendar table tr, div.zabuto_calendar table td, div.zabuto_calendar .table td, div.zabuto_calendar .table th, div.zabuto_calendar .table tr:last-child {
	border: none;
}
div.zabuto_calendar table td.event:hover {
	cursor: pointer;
}
div.zabuto_calendar table td.chosen div {
	background-color: #FF7F00 !important;
	color: #fff;
	font-weight: bold;
}
div.zabuto_calendar div.legend span {
    font-size: 14px;
}
div.zabuto_calendar div.legend span.badge {
	font-size: 10px;
}
.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 12px 0 !important;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 25px !important;
	cursor: pointer;
}
.btn-circle.btn-color {
    background-color: #2eaef0;
	color: #fff;
}
.btn-circle.btn-color:hover {
    background-color: #0488cd;
}
.btn-circle.btn-default {
    background-color: #eee;
	color: #333;
	border-color: #ccc;
}
.btn-circle.btn-default:hover {
    background-color: #e0e0e0;
	color: #fff;
	border-color: #adadad;
}
.btn-circle.btn-default[disabled] {
    background-color: #fff;
	color: #333;
	border-color: #ccc;
	opacity: 0.65;
}
ul.why {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
ul.why li {
    margin: 7px 0;
}
ul.why li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: relative;
	font-weight: 900;
	font-size: 1.375rem; /*22*/
    color: #2eaef0;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px;
}
h3.line-after {
	overflow: hidden;
	position: relative;
}
h3.line-after:after {
    background: url(/images/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}
#local-areas li {
	line-height: 1.75rem; /*28*/
}
#local-areas a {
	font-weight: 700;
}

/* ================= Appliances ================= */

@font-face {
    font-family: "marchwood-font-1";
    src: url("/fonts/marchwood-font-1.eot");
    src: url("/fonts/marchwood-font-1.eot?#iefix") format("embedded-opentype"),url("/fonts/marchwood-font-1.woff") format("woff"),url("/fonts/marchwood-font-1.ttf") format("truetype"),url("/fonts/marchwood-font-1.svg#marchwood-font-1") format("svg");
    font-weight: normal;
    font-style: normal
}
[data-icon]:before {
    font-family: "marchwood-font-1"!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "marchwood-font-1"!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-americanfridgefreezer:before {
    content: "q"
}
.icon-fridge:before {
    content: "L"
}
.icon-winecooler:before {
    content: "M"
}
.icon-chestfreezer:before {
    content: "O"
}
.icon-freezer:before {
    content: "P"
}
.icon-fridgefreezer:before {
    content: "Q"
}
.icon-tumbledryer:before {
    content: "R"
}
.icon-tumbledryercondenser:before {
    content: "S"
}
.icon-tumbledryergas:before {
    content: "T"
}
.icon-washerdryer:before {
    content: "V"
}
.icon-washingmachine:before {
    content: "W"
}
.icon-tumbledryerspin:before {
    content: "b"
}
.icon-cookerhob:before {
    content: "c"
}
.icon-builtinoven:before {
    content: "d"
}
.icon-coffeemaker:before {
    content: "e"
}
.icon-cookerfreestanding:before {
    content: "f"
}
.icon-cookerrange:before {
    content: "g"
}
.icon-dishwasher:before {
    content: "h"
}
.icon-englandmap:before {
    content: "i"
}
.icon-extractor:before {
    content: "j"
}
.icon-iron:before {
    content: "k"
}
.icon-microwave:before {
    content: "l"
}
.icon-steamcleaner:before {
    content: "m"
}
.icon-vacuum:before {
    content: "n"
}

.icon-container i {
    font-size: 40px;
}
.icon-container {
    width: 100px;
    height: 100px;
    padding-top: 20px;
    background-color: #2eaef0;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    margin-top: -50px;
}
.appliance-container {
    background-color: #fff;
    margin-top: 80px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    padding-bottom: 20px;
    border-bottom: solid 3px #2eaef0;
    font-size: 14px;
}
.appliance-container a {
    color: #2eaef0;
}
.testimonial-title {
	font-size: 1.25rem; /*20*/
	font-weight: bold;
}
.testimonial-info {
	font-size: 0.75rem; /*12*/
}
.repair-option-price {
	background-color: #2eaef0;
    color: #fff;
    font-size: 3rem; /*48*/
    font-weight: bold;
}
.repair-option-price small {
	font-size: 1.125rem; /*18*/
}
ul.repair-option-list {
	margin-left: 5px;
	padding-left: 0;
}
.repair-option-list li {
	list-style-type: none;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 12px;
	font-weight: 400;
}
.repair-option-list li:nth-child(odd) {
    background-color: #f9f9f9;
}
.repair-option-list li:before {
	content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: relative;
    color: #fff;
    background: #2eaef0;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px;
}
.appliance-type-radio input + label {
	padding-left: 8px;
}
.appliance-type-radio .form-check {
	margin-top: 12px;
	margin-bottom: 12px;
}
.comment-speech-bubble {
	color: #2eaef0;
	font-size: 2rem;
	margin-right: 5px;
}

/* google map fill column */
.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexible-container iframe, .flexible-container object, .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.my-form-city {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
/* ================= Responsive ================= */

/* Extra large devices */
@media (min-width: 1200px) {
	.navbar {
		padding-bottom: 0;
		padding-top: 0.25rem; /*4*/
	}
}

/* Minimum desktop */
@media (min-width: 992px) {

}

/* Minimum tablets */
@media (min-width: 768px) {
	body {
		font-family: 'Lato', sans-serif;
	}
	.stepwizard-row:before {
		top: 24px;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 97%;
		height: 2px;
		background-color: #ccc;
	}
}

/* Override BS4 narrow container width for phone landscape */
@media (max-width: 767.98px) {
	.container {
		max-width: none;
	}
}

/* make email extra small on mobile */
@media (max-width: 360px) {
	h1 small {
		font-size: 22px;
	}
}
