/*!
Theme Name: Harriscas Theme
Theme URI: http://underscores.me/
Author: Eamonn Mannix
Author URI: https://www.linkedin.com/in/eamonn-mannix-304b21178/
Description: A custom theme by Binate Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: binate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Binate is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .5em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

#login-page {
	height: 75vh;
	position: relative;
}

#login-page .login-cont {
	width: 50%;
	margin: 2em auto;
}

#login-page .login-cont .login-box-p {
	border: solid 1px #38F9D7;
	border-radius: 5px;
	margin: 0 auto;
	padding: 2em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}

#login-page .login-cont .login-box-p .login-logo {
	margin-bottom: 2em;
}

#login-page .login-cont .login-box-p .login-logo h6 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 1.25em;
}

#login-page .login-cont .login-box-p .login-logo h6 a {
	color: #000;
}

#login-page .login-cont .login-box-p .login-logo h6:after {
	content: '';
	display: block;
	height: 3px;
	width: 45%;
	margin: 0 auto;
	background: #38F9D7;
}

#login-page .login-cont .login-box-p .login-logo a {
	display: block;
}

#login-page .login-cont .login-box-p .login-logo img {
	display: block;
	width: 100%;
	max-width: 125px;
	height: auto;
	margin: 0 auto;
}

#login-page .login-cont .login-box-p .error {
	color: #ed4337;
}

#login-page .login-cont .login-box-p .success {
	color: #38F9D7;
}

#login-page .login-cont .login-box-p #loginform .login-username, #login-page .login-cont .login-box-p #loginform .login-password {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 1.5em;
}

#login-page .login-cont .login-box-p #loginform .login-username label, #login-page .login-cont .login-box-p #loginform .login-password label {
	width: 100%;
}

#login-page .login-cont .login-box-p #loginform .login-username input, #login-page .login-cont .login-box-p #loginform .login-password input {
	width: 100%;
}

#login-page .login-cont .login-box-p #loginform .login-remember label input {
	margin-right: .5em;
}

#login-page .login-cont .login-box-p #loginform .login-submit {
	margin: 1.5em 0;
	text-align: center;
}

#login-page .login-cont .login-box-p #loginform .login-submit #wp-submit {
	cursor: pointer;
	background: #fff;
	color: #38F9D7;
	font-weight: 700;
	font-size: 1em;
	border: solid 1px #38F9D7;
	padding: .5em 3em;
	transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#login-page .login-cont .login-box-p #loginform .login-submit #wp-submit:hover {
	background: #38F9D7;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#login-page .login-cont .login-box-p .lost-password {
	text-align: center;
}

#login-page .login-cont .login-box-p .lost-password a {
	font-size: .875em;
	color: #000;
	display: inline-block;
	margin: 0 auto;
	transition: color 400ms linear;
}

#login-page .login-cont .login-box-p .lost-password a:hover {
	color: #38F9D7;
}

#login-page .login-cont .login-box-p .lost-password a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	margin: 3px auto 0 auto;
	background: #000;
	transition: width 400ms linear;
}

#login-page .login-cont .login-box-p .lost-password a:hover:after {
	width: 90%;
}

#login-page .login-cont .login-box-p .binate-logo {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

#login-page .login-cont .login-box-p .binate-logo a img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 30px;
}

@media screen and (max-width: 1300px) {
	#login-page .login-cont .login-box-p {
		margin-top: 3em;
	}
}

@media screen and (max-width: 900px) {
	#login-page .login-cont {
		width: 70%;
	}
}

@media screen and (max-width: 600px) {
	#login-page .login-cont {
		width: 100%;
	}
	#login-page .login-cont .login-box-p {
		border: 0;
		box-shadow: unset;
		padding: 0;
		margin-top: 2em;
	}
	#login-page .login-cont .login-box-p .login-logo {
		margin-bottom: 3em;
	}
	#login-page .login-cont .login-box-p .login-logo h6 {
		font-size: 1em;
	}
	#login-page .login-cont .login-box-p #loginform .login-submit {
		margin-top: 3em;
	}
	#login-page .login-cont .login-box-p .binate-logo {
		position: absolute;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		bottom: unset;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}
}

/*--------------------------------------------------------------
# Includes
--------------------------------------------------------------*/
section {
	margin-top: 2em;
}

@media screen and (max-width: 600px) {
	section {
		margin-top: 1em;
	}
}

.top-banner-slider {
	position: relative;
	z-index: 1;
}

.top-banner-slider ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	transition: opacity 400ms linear;
}

.top-banner-slider ul.slick-initialized {
	opacity: 1;
}

.top-banner-slider ul li {
	height: 55vh;
	position: relative;
}

.top-banner-slider ul li .video-container {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 0 0 -200px;
}

.top-banner-slider ul li .video-container #harris-video {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.top-banner-slider ul li .slide-container {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

.top-banner-slider ul li .slide-container #map {
	width: 100%;
	height: 100%;
}

.top-banner-slider ul li .slide-container .slide-gradient {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.top-banner-slider ul li .slide-container .banner-title {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top-banner-slider ul li .slide-container .banner-title .banner-heading {
	color: #fff;
	margin: 0;
}

@media screen and (max-width: 900px) {
	.top-banner-slider ul li {
		height: 35vh;
	}
}

@media screen and (max-width: 600px) {
	.top-banner-slider ul li .slide-container .banner-title .banner-heading {
		white-space: nowrap;
	}
}

.ajax-posts {
	margin: 1em 0;
	padding: 0 4em;
}

.ajax-posts .main-heading {
	text-align: center;
}

.ajax-posts .blog-posts {
	margin: 4em 0 2em 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.ajax-posts .blog-posts li {
	width: 33.333%;
	margin-bottom: 2.5em;
}

.ajax-posts .blog-posts li .li-container {
	background-color: #fff;
	height: 100%;
	margin: 0 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.ajax-posts .blog-posts li .li-container .blog-list-image a {
	display: block;
	position: relative;
}

.ajax-posts .blog-posts li .li-container .blog-list-image a .blog-image {
	width: 100%;
	height: 30vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ajax-posts .blog-posts li .li-container .blog-list-content {
	padding: 1em;
}

.ajax-posts .blog-posts li .li-container .blog-list-cta {
	margin: 1em 0;
	padding: 0 1em;
}

.ajax-posts .blog-posts li .li-container .blog-list-cta p {
	text-align: right;
}

.ajax-posts .load-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media screen and (max-width: 1300px) {
	.ajax-posts {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.ajax-posts {
		padding: 0 1em;
		margin-bottom: 0;
	}
	.ajax-posts .blog-posts {
		margin-top: 2em;
	}
	.ajax-posts .blog-posts li {
		width: 50%;
		margin-bottom: 1em;
	}
	.ajax-posts .blog-posts li .li-container {
		margin: 0 .5em;
	}
	.ajax-posts .blog-posts li .li-container .blog-list-image a .blog-image {
		height: 25vh;
	}
	.ajax-posts .blog-posts li .li-container .blog-list-cta p {
		font-size: 0.875em;
	}
}

@media screen and (max-width: 600px) {
	.ajax-posts .blog-posts {
		margin-top: 1em;
	}
	.ajax-posts .blog-posts li {
		width: 100%;
	}
	.ajax-posts .blog-posts li:last-child {
		margin-bottom: 0;
	}
	.ajax-posts .blog-posts li .li-container {
		margin: 0;
	}
	.ajax-posts .blog-posts li .li-container .blog-list-cta p {
		font-size: 11px;
	}
}

.binate-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
	opacity: 0;
	transition: all 400ms linear;
}

.binate-modal.modal-opacity {
	opacity: 1;
}

.binate-modal.modal-display {
	display: block;
}

.binate-modal .binate-modal-form {
	width: 40vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
}

.binate-modal .binate-modal-form .binate-modal-closer {
	position: fixed;
	z-index: 1000;
	top: 1em;
	right: 1.5em;
}

.binate-modal .binate-modal-form .binate-modal-closer p a i {
	font-size: 1.5em;
	color: #fff;
	transition: all 400ms linear;
}

.binate-modal .binate-modal-form .binate-modal-closer p a i.closer-animate {
	transform: rotate(180deg);
}

.binate-modal .binate-modal-form .binate-modal-closer p a:hover i {
	color: #333;
}

.binate-modal .binate-modal-form .binate-modal-content {
	background: #ed1c24;
	border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form {
	padding: 3em 6em;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .main-heading {
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .row {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .row span {
	width: 100%;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .row input, .binate-modal .binate-modal-form .binate-modal-content .contact-form .row textarea {
	width: 100%;
	background: none;
	border-color: #fff;
	font-size: 0.875em;
	font-family: "Montserrat", sans-serif;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .row input:-ms-input-placeholder, .binate-modal .binate-modal-form .binate-modal-content .contact-form .row textarea:-ms-input-placeholder {
	color: #fff;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .row input::placeholder, .binate-modal .binate-modal-form .binate-modal-content .contact-form .row textarea::placeholder {
	color: #fff;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .row .col {
	width: 100%;
	margin-bottom: 1em;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .submit-row input {
	border-color: #fff;
	background: none;
	color: #fff;
	cursor: pointer;
	transition: all 400ms linear;
}

.binate-modal .binate-modal-form .binate-modal-content .contact-form .submit-row input:hover {
	background: #fff;
	color: #ed1c24;
}

@media screen and (max-width: 1300px) {
	.binate-modal .binate-modal-form {
		width: 55vw;
	}
}

@media screen and (max-width: 900px) {
	.binate-modal .binate-modal-form {
		width: 80vw;
	}
}

@media screen and (max-width: 600px) {
	.binate-modal .binate-modal-form {
		width: 96vw;
	}
	.binate-modal .binate-modal-form .binate-modal-content .contact-form {
		padding: 2em;
	}
}

.introduction-section {
	background: #f8f8f8;
	margin-top: 0;
	padding: 0 1em;
}

.introduction-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 2em 0;
}

.introduction-section .row .col.col-1 {
	width: 35%;
}

.introduction-section .row .col.col-1 .introduction-section-image {
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.introduction-section .row .col.col-2 {
	width: 65%;
	padding: 0 4em;
}

.introduction-section .row .col.col-2 h1, .introduction-section .row .col.col-2 h2, .introduction-section .row .col.col-2 h3, .introduction-section .row .col.col-2 h4, .introduction-section .row .col.col-2 h5, .introduction-section .row .col.col-2 h6 {
	font-size: 2.5em;
	text-align: center;
}

.introduction-section .row .col.col-2 .part-id {
	display: none;
}

.introduction-section .row .col.col-2 .part-id.visible {
	display: block;
}

.introduction-section .row .col.col-2 .cta {
	margin-top: 2em;
	text-align: center;
}

@media screen and (max-width: 1300px) {
	.introduction-section .row .col.col-1 .introduction-section-image {
		height: 55vh;
		min-height: 440px;
	}
	.introduction-section .row .col.col-2 h1, .introduction-section .row .col.col-2 h2, .introduction-section .row .col.col-2 h3, .introduction-section .row .col.col-2 h4, .introduction-section .row .col.col-2 h5, .introduction-section .row .col.col-2 h6 {
		font-size: 2em;
	}
}

@media screen and (max-width: 900px) {
	.introduction-section {
		padding: 0;
	}
	.introduction-section .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.introduction-section .row .col.col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
	}
	.introduction-section .row .col.col-1 .introduction-section-image {
		height: 30vh;
		min-height: unset;
	}
	.introduction-section .row .col.col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
		padding-bottom: 2em;
	}
	.introduction-section .row .col.col-2 h1, .introduction-section .row .col.col-2 h2, .introduction-section .row .col.col-2 h3, .introduction-section .row .col.col-2 h4, .introduction-section .row .col.col-2 h5, .introduction-section .row .col.col-2 h6 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	.introduction-section .row .col.col-2 {
		padding: 0 1em 1em 1em;
	}
	.introduction-section .row .col.col-2 h1, .introduction-section .row .col.col-2 h2, .introduction-section .row .col.col-2 h3, .introduction-section .row .col.col-2 h4, .introduction-section .row .col.col-2 h5, .introduction-section .row .col.col-2 h6 {
		font-size: 1.25em;
	}
}

.truck-bus-parts-section {
	padding: 0 1em;
}

.truck-bus-parts-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.truck-bus-parts-section .row .col {
	width: 48.5vw;
}

.truck-bus-parts-section .row .col:hover .truck-bus-parts-section-image .slide-gradient {
	background: rgba(0, 0, 0, 0.4);
}

.truck-bus-parts-section .row .col .truck-bus-parts-section-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 48.5vw;
	position: relative;
	z-index: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.truck-bus-parts-section .row .col .truck-bus-parts-section-image .slide-gradient {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 400ms linear;
}

.truck-bus-parts-section .row .col .truck-bus-parts-section-image .main-heading {
	color: #fff;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 400ms linear;
}

.truck-bus-parts-section .row .col .truck-bus-parts-section-image .cta {
	position: absolute;
	z-index: 3;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (max-width: 1300px) {
	.truck-bus-parts-section .row .col {
		width: 48vw;
	}
	.truck-bus-parts-section .row .col .truck-bus-parts-section-image {
		height: 48vw;
	}
}

@media screen and (max-width: 900px) {
	.truck-bus-parts-section .row .col {
		width: 47vw;
	}
	.truck-bus-parts-section .row .col .truck-bus-parts-section-image {
		height: 47vw;
	}
}

@media screen and (max-width: 600px) {
	.truck-bus-parts-section {
		padding: 0;
	}
	.truck-bus-parts-section .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.truck-bus-parts-section .row .col {
		width: 100vw;
		margin-bottom: 1em;
	}
	.truck-bus-parts-section .row .col .truck-bus-parts-section-image {
		height: 100vw;
	}
	.truck-bus-parts-section .row .col .truck-bus-parts-section-image .main-heading {
		font-size: 1.5em;
	}
	.truck-bus-parts-section .row .col .truck-bus-parts-section-image .cta {
		bottom: 10%;
	}
}

.front-page-content-section {
	background: #f8f8f8;
	padding: 0 1em;
}

.front-page-content-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 2em 0;
}

.front-page-content-section .row .col.col-1 {
	width: 65%;
	padding: 0 4em;
}

.front-page-content-section .row .col.col-1 h1, .front-page-content-section .row .col.col-1 h2, .front-page-content-section .row .col.col-1 h3, .front-page-content-section .row .col.col-1 h4, .front-page-content-section .row .col.col-1 h5, .front-page-content-section .row .col.col-1 h6 {
	font-size: 2.5em;
	text-align: center;
}

.front-page-content-section .row .col.col-1 ul {
	list-style: '- ';
}

.front-page-content-section .row .col.col-2 {
	width: 35%;
}

.front-page-content-section .row .col.col-2 .front-page-content-section-image {
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1300px) {
	.front-page-content-section .row .col.col-1 h1, .front-page-content-section .row .col.col-1 h2, .front-page-content-section .row .col.col-1 h3, .front-page-content-section .row .col.col-1 h4, .front-page-content-section .row .col.col-1 h5, .front-page-content-section .row .col.col-1 h6 {
		font-size: 2em;
	}
	.front-page-content-section .row .col.col-2 .front-page-content-section-image {
		height: 55vh;
		min-height: 440px;
	}
}

@media screen and (max-width: 900px) {
	.front-page-content-section {
		padding: 0;
	}
	.front-page-content-section .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.front-page-content-section .row .col.col-1 {
		width: 100%;
		padding-bottom: 2em;
	}
	.front-page-content-section .row .col.col-1 h1, .front-page-content-section .row .col.col-1 h2, .front-page-content-section .row .col.col-1 h3, .front-page-content-section .row .col.col-1 h4, .front-page-content-section .row .col.col-1 h5, .front-page-content-section .row .col.col-1 h6 {
		font-size: 1.5em;
	}
	.front-page-content-section .row .col.col-2 {
		width: 100%;
	}
	.front-page-content-section .row .col.col-2 .front-page-content-section-image {
		height: 50vh;
		min-height: unset;
	}
}

@media screen and (max-width: 600px) {
	.front-page-content-section .row .col.col-1 {
		padding: 0 1em 1em 1em;
	}
	.front-page-content-section .row .col.col-1 h1, .front-page-content-section .row .col.col-1 h2, .front-page-content-section .row .col.col-1 h3, .front-page-content-section .row .col.col-1 h4, .front-page-content-section .row .col.col-1 h5, .front-page-content-section .row .col.col-1 h6 {
		font-size: 1.25em;
		padding: 0 1em;
	}
	.front-page-content-section .row .col.col-1 ul {
		font-size: 0.875em;
	}
	.front-page-content-section .row .col.col-2 .front-page-content-section-image {
		height: 40vh;
	}
}

.additional-content-section {
	padding: 0 6em 2em 6em;
}

.additional-content-section .additional-content-section-inner h1, .additional-content-section .additional-content-section-inner h2, .additional-content-section .additional-content-section-inner h3, .additional-content-section .additional-content-section-inner h4, .additional-content-section .additional-content-section-inner h5, .additional-content-section .additional-content-section-inner h6 {
	font-size: 2.5em;
	text-align: center;
}

.additional-content-section .additional-content-section-inner ul {
	list-style: '- ';
}

@media screen and (max-width: 1300px) {
	.additional-content-section .additional-content-section-inner h1, .additional-content-section .additional-content-section-inner h2, .additional-content-section .additional-content-section-inner h3, .additional-content-section .additional-content-section-inner h4, .additional-content-section .additional-content-section-inner h5, .additional-content-section .additional-content-section-inner h6 {
		font-size: 2em;
	}
}

@media screen and (max-width: 900px) {
	.additional-content-section {
		padding: 0 2em 1em 2em;
	}
	.additional-content-section .additional-content-section-inner h1, .additional-content-section .additional-content-section-inner h2, .additional-content-section .additional-content-section-inner h3, .additional-content-section .additional-content-section-inner h4, .additional-content-section .additional-content-section-inner h5, .additional-content-section .additional-content-section-inner h6 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	.additional-content-section {
		padding: 0 1em 1em 1em;
	}
	.additional-content-section .additional-content-section-inner h1, .additional-content-section .additional-content-section-inner h2, .additional-content-section .additional-content-section-inner h3, .additional-content-section .additional-content-section-inner h4, .additional-content-section .additional-content-section-inner h5, .additional-content-section .additional-content-section-inner h6 {
		font-size: 1.25em;
	}
}

.brands-section {
	padding: 1em;
	background: #f8f8f8;
	margin-top: 0;
}

.brands-section .row {
	display: -ms-flexbox;
	display: flex;
}

.brands-section .row .col {
	width: 50%;
	padding: 0 2em;
}

.brands-section .row .col .title {
	margin-top: 1em;
	margin-bottom: 2em;
}

.brands-section .row .col .title .main-heading {
	text-align: center;
	margin: 0;
}

.brands-section .row .col ul {
	margin: 0;
	opacity: 0;
	transition: opacity 400ms linear;
}

.brands-section .row .col ul.slick-initialized {
	opacity: 1;
}

.brands-section .row .col ul li {
	padding: 0 .5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.brands-section .row .col ul li img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
}

.brands-section .row .col .cta {
	text-align: center;
	margin-top: 4em;
}

@media screen and (max-width: 600px) {
	.brands-section .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.brands-section .row .col {
		width: 100%;
		padding: 0;
	}
	.brands-section .row .col.col-1 {
		margin-bottom: 2em;
		padding-bottom: 2em;
		border-bottom: solid 1px #ed1c24;
	}
	.brands-section .row .col .title {
		margin-bottom: 1em;
		margin-top: 0;
	}
	.brands-section .row .col ul li {
		padding: 0;
	}
	.brands-section .row .col ul li img {
		max-width: 100px;
	}
	.brands-section .row .col .cta {
		margin-top: 2em;
	}
}

.all-brands-section {
	padding: 2em 1em;
	margin-top: 0;
}

.all-brands-section .main-heading {
	text-align: center;
}

.all-brands-section ul {
	margin: 0;
	opacity: 0;
	transition: opacity 400ms linear;
}

.all-brands-section ul.slick-initialized {
	opacity: 1;
}

.all-brands-section ul .slick-prev, .all-brands-section ul .slick-next {
	border: 0;
	font-size: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
}

.all-brands-section ul .slick-prev:after, .all-brands-section ul .slick-prev:before, .all-brands-section ul .slick-next:after, .all-brands-section ul .slick-next:before {
	line-height: 2em;
	font-family: 'Font Awesome 5 Free';
	font-size: 54px;
	font-weight: 900;
	padding: 2px;
	border-radius: 50%;
	background: none;
	color: #ed1c24;
	opacity: .5;
	transition: opacity 400ms linear;
}

.all-brands-section ul .slick-prev:hover:after, .all-brands-section ul .slick-prev:hover:before, .all-brands-section ul .slick-next:hover:after, .all-brands-section ul .slick-next:hover:before {
	opacity: 1;
}

.all-brands-section ul .slick-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.all-brands-section ul .slick-prev:after {
	content: '\f0d9';
}

.all-brands-section ul .slick-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.all-brands-section ul .slick-next:before {
	content: '\f0da';
}

.all-brands-section ul li {
	padding: 0 .5em;
}

.all-brands-section ul li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	height: 100%;
}

.all-brands-section ul li a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
}

.all-brands-section .cta {
	margin-top: 2em;
	text-align: center;
}

@media screen and (max-width: 1300px) {
	.all-brands-section ul .slick-prev:after, .all-brands-section ul .slick-prev:before, .all-brands-section ul .slick-next:after, .all-brands-section ul .slick-next:before {
		font-size: 40px;
	}
}

@media screen and (max-width: 600px) {
	.all-brands-section {
		padding: 1em;
	}
	.all-brands-section ul .slick-prev:after, .all-brands-section ul .slick-prev:before, .all-brands-section ul .slick-next:after, .all-brands-section ul .slick-next:before {
		font-size: 24px;
	}
	.all-brands-section ul li {
		padding: 0;
	}
	.all-brands-section ul li img {
		max-width: 100px;
	}
}

.brands-description-section {
	padding: 4em 1em;
	background: #f8f8f8;
	margin-top: 0;
}

.brands-description-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 4em;
}

.brands-description-section .row .row-anchor {
	display: block;
	height: 250px;
	margin-top: -250px;
	visibility: hidden;
}

.brands-description-section .row:last-child {
	margin-bottom: 0;
}

.brands-description-section .row:nth-child(even) .col.col-1 {
	-ms-flex-order: 2;
	    order: 2;
}

.brands-description-section .row:nth-child(even) .col.col-2 {
	-ms-flex-order: 1;
	    order: 1;
}

.brands-description-section .row .col.col-1 {
	width: 30%;
}

.brands-description-section .row .col.col-1 img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 225px;
	margin: 0 auto;
}

.brands-description-section .row .col.col-2 {
	width: 70%;
	padding: 0 1em;
}

@media screen and (max-width: 900px) {
	.brands-description-section {
		padding: 2em 1em;
	}
	.brands-description-section .row {
		-ms-flex-align: start;
		    align-items: flex-start;
		margin-bottom: 2em;
	}
	.brands-description-section .row .col.col-1 img {
		max-width: 175px;
	}
}

@media screen and (max-width: 600px) {
	.brands-description-section .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.brands-description-section .row:last-child .col.col-2:after {
		display: none;
	}
	.brands-description-section .row:nth-child(even) .col.col-1 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.brands-description-section .row:nth-child(even) .col.col-2 {
		-ms-flex-order: 2;
		    order: 2;
	}
	.brands-description-section .row .col.col-1 {
		width: 100%;
		margin-bottom: 2em;
	}
	.brands-description-section .row .col.col-2 {
		width: 100%;
		padding: 0;
	}
	.brands-description-section .row .col.col-2:after {
		display: block;
		content: '';
		width: 95%;
		height: 1px;
		margin: 2em auto 0 auto;
		background: #ed1c24;
	}
}

.blog-section {
	position: relative;
	padding: 0 4em;
}

.blog-section .title {
	text-align: center;
	position: relative;
	z-index: 2;
}

.blog-section .content {
	width: 100%;
	position: relative;
	z-index: 2;
}

.blog-section .content .blog-list {
	margin: 0;
	list-style: none;
	opacity: 0;
	transition: opacity 400ms linear;
}

.blog-section .content .blog-list.slick-initialized {
	opacity: 1;
}

.blog-section .content .blog-list .slick-track {
	padding: 1em 0;
}

.blog-section .content .blog-list li .li-container {
	background-color: #fff;
	height: 100%;
	margin: 0 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.blog-section .content .blog-list li .li-container .blog-list-image a {
	display: block;
	position: relative;
}

.blog-section .content .blog-list li .li-container .blog-list-image a .blog-image {
	width: 100%;
	height: 30vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-section .content .blog-list li .li-container .blog-list-content {
	padding: 1em;
}

.blog-section .content .blog-list li .li-container .blog-list-content .sub-heading {
	margin: 0;
}

.blog-section .content .blog-list li .li-container .blog-list-cta {
	margin: 1em 0;
}

.blog-section .content .blog-list li .li-container .blog-list-cta p {
	text-align: center;
}

@media screen and (max-width: 1300px) {
	.blog-section {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.blog-section {
		padding: 0 1em;
	}
	.blog-section .title .main-heading {
		margin: 0;
	}
	.blog-section .content .blog-list li .li-container .blog-list-image a .blog-image {
		height: 25vh;
	}
}

@media screen and (max-width: 600px) {
	.blog-section {
		padding: 0;
	}
}

.harris-cookie-banner {
	background: #ed1c24;
	border: 0;
}

.harris-cookie-banner .wrap-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.harris-cookie-banner .wrap-container .lwpcngNotice_message {
	width: 60%;
	display: block;
	text-align: left;
}

.harris-cookie-banner .wrap-container .lwpcngNotice_buttons {
	width: 30%;
	display: block;
}

.harris-cookie-banner .lwpcngNotice_accept, .harris-cookie-banner .lwpcngNotice_reject {
	color: #fff;
	border-color: #fff;
	border-radius: 6px;
	transition: all 400ms linear;
	padding-left: 2em;
	padding-right: 2em;
}

.harris-cookie-banner .lwpcngNotice_accept:hover, .harris-cookie-banner .lwpcngNotice_reject:hover {
	background: #fff;
	color: #ed1c24;
}

.harris-cookie-banner .lwpcngNotice_more a {
	color: #fff;
}

@media screen and (max-width: 600px) {
	.harris-cookie-banner .wrap-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.harris-cookie-banner .wrap-container .lwpcngNotice_message {
		width: 100%;
	}
	.harris-cookie-banner .wrap-container .lwpcngNotice_buttons {
		margin-top: .25em;
		width: 100%;
	}
}

.make-an-enquiry-section {
	background: #f8f8f8;
	padding: 1em;
}

.make-an-enquiry-section .main-heading {
	text-align: center;
}

.make-an-enquiry-section .row {
	display: -ms-flexbox;
	display: flex;
}

.make-an-enquiry-section .row .col {
	width: 50%;
}

.make-an-enquiry-section .row .col.col-1 .contact-info-area {
	width: 80%;
	margin: 0 auto;
	padding: 1em;
}

.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 4em;
}

.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info p {
	margin: 0;
	font-size: 1.25em;
}

.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info p a {
	color: #333;
	transition: color 400ms linear;
}

.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info p a:hover {
	color: #ed1c24;
}

.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info .icon p i {
	color: #ed1c24;
}

.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info .info {
	margin-left: 1em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form {
	width: 70%;
	margin: 0 auto;
	padding: 1em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row.part-row {
	margin-bottom: 2em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row.part-row label {
	color: #ed1c24;
	font-size: 1.25em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row span {
	width: 100%;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row input, .make-an-enquiry-section .row .col.col-2 .contact-form .row textarea {
	font-family: "Montserrat", sans-serif;
	width: 100%;
	background: none;
	border-color: #ed1c24;
	font-size: 1.25em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row input:-ms-input-placeholder, .make-an-enquiry-section .row .col.col-2 .contact-form .row textarea:-ms-input-placeholder {
	color: #ed1c24;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row input::placeholder, .make-an-enquiry-section .row .col.col-2 .contact-form .row textarea::placeholder {
	color: #ed1c24;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row .col {
	width: 100%;
	margin-bottom: 2em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .row .col.col-2 {
	padding-left: 0;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .submit-row {
	margin-top: 1em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .submit-row input {
	border-color: #ed1c24;
	background: #ed1c24;
	color: #fff;
	cursor: pointer;
	transition: all 400ms linear;
	font-size: 1.25em;
}

.make-an-enquiry-section .row .col.col-2 .contact-form .submit-row input:hover {
	background: #fff;
	color: #ed1c24;
}

@media screen and (max-width: 1300px) {
	.make-an-enquiry-section .row .col.col-1 .contact-info-area {
		width: 90%;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form {
		width: 80%;
	}
}

@media screen and (max-width: 900px) {
	.make-an-enquiry-section .row .col.col-1 .contact-info-area {
		width: 100%;
	}
	.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info p {
		font-size: 1em;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form {
		width: 100%;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form .row.part-row label {
		font-size: 1em;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form .row input, .make-an-enquiry-section .row .col.col-2 .contact-form .row textarea {
		font-size: 1em;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form .submit-row input {
		font-size: 1em;
	}
}

@media screen and (max-width: 600px) {
	.make-an-enquiry-section .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.make-an-enquiry-section .row .col {
		width: 100%;
	}
	.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info {
		margin-bottom: 2em;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info:last-child {
		margin-bottom: 0;
	}
	.make-an-enquiry-section .row .col.col-1 .contact-info-area .contact-info p {
		font-size: 0.875em;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form .row.part-row label {
		font-size: 0.875em;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form .row input, .make-an-enquiry-section .row .col.col-2 .contact-form .row textarea {
		font-size: 0.875em;
	}
	.make-an-enquiry-section .row .col.col-2 .contact-form .submit-row input {
		font-size: 0.875em;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

.site {
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 0 2em;
}

@media screen and (max-width: 900px) {
	.container {
		padding: 0 1em;
	}
}

#page {
	opacity: 1;
	transition: all 400ms linear;
	position: relative;
	z-index: 1;
}

#page.page-smooth-loaded {
	left: 100%;
}

#page.page-hide {
	opacity: 0;
}

#page.page-show {
	left: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-family: "Montserrat", sans-serif;
}

.banner-heading {
	font-size: 3em;
	font-weight: 700;
	margin-bottom: .5em;
}

@media screen and (max-width: 1300px) {
	.banner-heading {
		font-size: 2.75em;
	}
}

@media screen and (max-width: 900px) {
	.banner-heading {
		font-size: 2em;
	}
}

@media screen and (max-width: 600px) {
	.banner-heading {
		font-size: 1.5em;
	}
}

.main-heading {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: .75em;
}

@media screen and (max-width: 1300px) {
	.main-heading {
		font-size: 2em;
	}
}

@media screen and (max-width: 900px) {
	.main-heading {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	.main-heading {
		font-size: 1.25em;
	}
}

.sub-heading {
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: .5em;
}

@media screen and (max-width: 900px) {
	.sub-heading {
		font-size: 1em;
	}
}

@media screen and (max-width: 600px) {
	.sub-heading {
		font-size: 0.875em;
	}
}

.binate-button {
	padding: .5em 2.5em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 400ms linear;
	border-radius: 30px;
	font-weight: 700;
	white-space: nowrap;
}

.binate-button.large {
	padding: .5em 4em;
}

.binate-button.green {
	border: solid 1px #38F9D7;
	color: #38F9D7;
}

.binate-button.green:hover {
	background: #38F9D7;
	color: #fff;
}

.binate-button.red {
	border: solid 1px #ed1c24;
	background: #ed1c24;
	color: #fff;
}

.binate-button.red:hover {
	background: #fff;
	color: #ed1c24;
}

.binate-button.white-red {
	border: solid 1px #ed1c24;
	background: #fff;
	color: #ed1c24;
}

.binate-button.white-red:hover {
	background: #ed1c24;
	color: #fff;
}

p {
	margin: 0 0 1em 0;
}

@media screen and (max-width: 600px) {
	p {
		font-size: 0.875em;
	}
}

a {
	text-decoration: none;
}

ul {
	margin: 0 0 .875em .875em;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0 .875em 1.5em;
	padding: 0;
}

input, textarea, select {
	outline: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.blur {
	filter: blur(8px);
}

.blink_me {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.responsiveTracker {
	width: 0;
	visibility: hidden;
}

@media screen and (max-width: 1300px) {
	.responsiveTracker {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	.responsiveTracker {
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.responsiveTracker {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
}

.site-main {
	padding: 2em 0;
}

@media screen and (max-width: 600px) {
	.site-main {
		padding: 1em 0;
	}
}

#ajax-area {
	width: 100%;
}

#ajax-area #ajax-button {
	cursor: pointer;
	background: linear-gradient(98deg, #38F9D7 0%, #f3f3f3 100%);
	border: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	color: #fff;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#ajax-area #ajax-button:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#ajax-area .ajax-sample {
	margin-bottom: 0;
}

#ajax-area .loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #38F9D7;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
}

#ajax-area .loader-text {
	font-weight: 700;
	margin-top: 1em;
}

#ajax-area .error-text {
	text-align: center;
	margin-top: 4em;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header-container .site-header {
	background: #fff;
	padding: .75em 2em;
	display: block;
	position: relative;
	z-index: 999;
}

.site-header-container .site-header.site-header-toggled {
	position: fixed;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.site-header-container .site-header .container {
	max-width: unset;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header-container .site-header .container .site-branding .site-branding-logo a img {
	display: block;
	width: 100%;
	max-width: 225px;
	height: auto;
}

.site-header-container .site-header .container .site-branding h1 {
	margin-bottom: 0;
}

.site-header-container .site-header .container .site-branding h1 a {
	color: #fff;
}

.site-header-container .site-header .container .main-navigation {
	width: 65%;
}

.site-header-container .site-header .container .main-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0;
}

.site-header-container .site-header .container .main-navigation ul li {
	position: relative;
	display: inline-block;
}

.site-header-container .site-header .container .main-navigation ul li:hover .sub-menu {
	display: block;
}

.site-header-container .site-header .container .main-navigation ul li.current-menu-item a {
	color: #ed1c24;
}

.site-header-container .site-header .container .main-navigation ul li a {
	color: #7e7e7e;
	transition: color 400ms linear;
}

.site-header-container .site-header .container .main-navigation ul li a.binate-button {
	color: #fff;
	transition: all 400ms linear;
}

.site-header-container .site-header .container .main-navigation ul li a.binate-button:hover {
	color: #ed1c24;
}

.site-header-container .site-header .container .main-navigation ul li a:hover {
	color: #333;
}

.site-header-container .site-header .container .main-navigation ul li:last-child {
	padding-right: 0;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu {
	background: #fff;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: .5em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display: none;
	position: absolute;
	width: 200px;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu li {
	width: 100%;
	border-bottom: solid 1px #ed1c24;
	margin-bottom: .5em;
	padding: 0;
	padding-bottom: .5em;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-header-container .site-header .container .nav-mobile {
	display: none;
}

@media screen and (max-width: 1300px) {
	.site-header-container .site-header {
		padding: .75em 0;
	}
	.site-header-container .site-header .container .main-navigation {
		width: 75%;
	}
}

@media screen and (max-width: 900px) {
	.site-header-container .site-header {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}
	.site-header-container .site-header.nav-toggled {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}
	.site-header-container .site-header .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .site-branding {
		-ms-flex-order: 1;
		    order: 1;
	}
	.site-header-container .site-header .container .main-navigation {
		-ms-flex-order: 3;
		    order: 3;
		display: none;
		width: 100%;
		padding-top: 0;
	}
	.site-header-container .site-header .container .main-navigation ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .main-navigation ul li {
		width: 100%;
		margin-bottom: .75em;
		padding-bottom: .75em;
		padding-left: 0;
		border-bottom: solid 1px #7e7e7e;
	}
	.site-header-container .site-header .container .main-navigation ul li a {
		padding-left: 1em;
	}
	.site-header-container .site-header .container .main-navigation ul li a.binate-button {
		background: none;
		border: 0;
		color: #7e7e7e;
		box-shadow: none;
		font-weight: lighter;
		padding: 0 0 0 1em;
	}
	.site-header-container .site-header .container .main-navigation ul li a.binate-button:hover {
		color: #333;
	}
	.site-header-container .site-header .container .main-navigation ul li:first-child {
		padding-top: 1em;
	}
	.site-header-container .site-header .container .main-navigation ul li:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.site-header-container .site-header .container .main-navigation ul li .sub-menu {
		display: block;
		position: relative;
		box-shadow: unset;
	}
	.site-header-container .site-header .container .main-navigation ul li .sub-menu li {
		border: 0;
		padding-bottom: 0;
	}
	.site-header-container .site-header .container .nav-mobile {
		-ms-flex-order: 2;
		    order: 2;
		position: relative;
		width: 35px;
		margin-right: 1em;
		display: block;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle {
		cursor: pointer;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span {
		margin-top: -2.5px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span,
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:before,
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:after {
		cursor: pointer;
		border-radius: 2px;
		height: 5px;
		width: 35px;
		position: absolute;
		display: block;
		content: '';
		transition: all 300ms ease-in-out;
		background: #ed1c24;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:before {
		top: -10px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:after {
		top: 10px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span {
		background-color: transparent;
		background: unset;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:before, .site-header-container .site-header .container .nav-mobile #nav-toggle.active span:after {
		top: 0;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:before {
		transform: rotate(45deg);
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:after {
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 600px) {
	.site-header-container .site-header .container .site-branding .site-branding-logo a img {
		max-width: 150px;
	}
	.site-header-container .site-header .container .main-navigation ul li a {
		padding-left: .25em;
		font-size: 0.875em;
	}
	.site-header-container .site-header .container .main-navigation ul li a.binate-button {
		padding: 0 0 0 .25em;
	}
	.site-header-container .site-header .container .nav-mobile {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Brands Page
--------------------------------------------------------------*/
.brands-page .cta {
	width: 100%;
	margin-top: 3em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.brands-page .cta p:last-child {
	margin-left: 2em;
}

@media screen and (max-width: 600px) {
	.brands-page .cta {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 1.5em;
	}
	.brands-page .cta p {
		width: 100%;
		text-align: center;
		margin-bottom: 2em;
	}
	.brands-page .cta p:last-child {
		margin-left: 0;
		margin-bottom: .5em;
	}
}

/*--------------------------------------------------------------
## About Us Page
--------------------------------------------------------------*/
.about-us-page .further-content {
	padding: 0 1em;
}

.about-us-page .further-content .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 2em 0;
}

.about-us-page .further-content .row .col.col-1 {
	width: 65%;
	padding: 0 4em;
}

.about-us-page .further-content .row .col.col-1 h1, .about-us-page .further-content .row .col.col-1 h2, .about-us-page .further-content .row .col.col-1 h3, .about-us-page .further-content .row .col.col-1 h4, .about-us-page .further-content .row .col.col-1 h5, .about-us-page .further-content .row .col.col-1 h6 {
	font-size: 2.5em;
	text-align: center;
}

.about-us-page .further-content .row .col.col-2 {
	width: 35%;
}

.about-us-page .further-content .row .col.col-2 .further-content-image {
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.about-us-page .all-brands-section {
	background: #f8f8f8;
}

.about-us-page .extra-content {
	margin-top: 0;
	padding: 0 1em;
}

.about-us-page .extra-content .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 2em 0 0 0;
}

.about-us-page .extra-content .row .col.col-1 {
	width: 35%;
}

.about-us-page .extra-content .row .col.col-1 .extra-content-image {
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.about-us-page .extra-content .row .col.col-2 {
	width: 65%;
	padding: 0 4em;
}

.about-us-page .extra-content .row .col.col-2 h1, .about-us-page .extra-content .row .col.col-2 h2, .about-us-page .extra-content .row .col.col-2 h3, .about-us-page .extra-content .row .col.col-2 h4, .about-us-page .extra-content .row .col.col-2 h5, .about-us-page .extra-content .row .col.col-2 h6 {
	font-size: 2.5em;
	text-align: center;
}

.about-us-page .extra-content .row .col.col-2 ul {
	list-style: '- ';
}

@media screen and (max-width: 1300px) {
	.about-us-page .further-content .row .col.col-1 h1, .about-us-page .further-content .row .col.col-1 h2, .about-us-page .further-content .row .col.col-1 h3, .about-us-page .further-content .row .col.col-1 h4, .about-us-page .further-content .row .col.col-1 h5, .about-us-page .further-content .row .col.col-1 h6 {
		font-size: 2em;
	}
	.about-us-page .further-content .row .col.col-2 .further-content-image {
		height: 55vh;
		min-height: 440px;
	}
	.about-us-page .extra-content .row .col.col-1 .extra-content-image {
		height: 55vh;
		min-height: 440px;
	}
	.about-us-page .extra-content .row .col.col-2 h1, .about-us-page .extra-content .row .col.col-2 h2, .about-us-page .extra-content .row .col.col-2 h3, .about-us-page .extra-content .row .col.col-2 h4, .about-us-page .extra-content .row .col.col-2 h5, .about-us-page .extra-content .row .col.col-2 h6 {
		font-size: 2em;
	}
}

@media screen and (max-width: 900px) {
	.about-us-page .further-content {
		padding: 0;
	}
	.about-us-page .further-content .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.about-us-page .further-content .row .col.col-1 {
		width: 100%;
		padding-bottom: 2em;
	}
	.about-us-page .further-content .row .col.col-1 h1, .about-us-page .further-content .row .col.col-1 h2, .about-us-page .further-content .row .col.col-1 h3, .about-us-page .further-content .row .col.col-1 h4, .about-us-page .further-content .row .col.col-1 h5, .about-us-page .further-content .row .col.col-1 h6 {
		font-size: 1.5em;
	}
	.about-us-page .further-content .row .col.col-2 {
		width: 100%;
	}
	.about-us-page .further-content .row .col.col-2 .further-content-image {
		height: 50vh;
		min-height: unset;
	}
	.about-us-page .extra-content {
		padding: 0;
	}
	.about-us-page .extra-content .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.about-us-page .extra-content .row .col.col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
	}
	.about-us-page .extra-content .row .col.col-1 .extra-content-image {
		height: 30vh;
		min-height: unset;
	}
	.about-us-page .extra-content .row .col.col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
		padding-bottom: 2em;
	}
	.about-us-page .extra-content .row .col.col-2 h1, .about-us-page .extra-content .row .col.col-2 h2, .about-us-page .extra-content .row .col.col-2 h3, .about-us-page .extra-content .row .col.col-2 h4, .about-us-page .extra-content .row .col.col-2 h5, .about-us-page .extra-content .row .col.col-2 h6 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	.about-us-page .further-content .row .col.col-1 {
		padding: 0 1em 1em 1em;
	}
	.about-us-page .further-content .row .col.col-1 h1, .about-us-page .further-content .row .col.col-1 h2, .about-us-page .further-content .row .col.col-1 h3, .about-us-page .further-content .row .col.col-1 h4, .about-us-page .further-content .row .col.col-1 h5, .about-us-page .further-content .row .col.col-1 h6 {
		font-size: 1.25em;
		padding: 0 1em;
	}
	.about-us-page .further-content .row .col.col-1 ul {
		font-size: 0.875em;
	}
	.about-us-page .further-content .row .col.col-2 .further-content-image {
		height: 40vh;
	}
	.about-us-page .extra-content .row .col.col-2 {
		padding: 0 1em 1em 1em;
	}
	.about-us-page .extra-content .row .col.col-2 h1, .about-us-page .extra-content .row .col.col-2 h2, .about-us-page .extra-content .row .col.col-2 h3, .about-us-page .extra-content .row .col.col-2 h4, .about-us-page .extra-content .row .col.col-2 h5, .about-us-page .extra-content .row .col.col-2 h6 {
		font-size: 1.25em;
	}
	.about-us-page .extra-content .row .col.col-2 ul {
		font-size: 0.875em;
	}
}

/*--------------------------------------------------------------
## Contact Us Page
--------------------------------------------------------------*/
.contact-us-page .contact-us-content {
	margin-top: 0;
	padding: 0 4em;
}

.contact-us-page .contact-us-content .main-heading {
	text-align: center;
}

.contact-us-page .contact-us-content .row {
	display: -ms-flexbox;
	display: flex;
}

.contact-us-page .contact-us-content .row .col.col-1 {
	width: 35%;
}

.contact-us-page .contact-us-content .row .col.col-1 .contact-us-content-image {
	width: 100%;
	height: 35vh;
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details {
	margin-top: 2em;
}

.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details p {
	font-size: 1.25em;
	line-height: 2em;
}

.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details p a {
	color: #7e7e7e;
	transition: color 400ms linear;
}

.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details p a:hover {
	color: #ed1c24;
}

.contact-us-page .contact-us-content .row .col.col-2 {
	width: 65%;
	padding-left: 2em;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form {
	width: 80%;
	margin: 0 auto;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row span {
	width: 100%;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row input, .contact-us-page .contact-us-content .row .col.col-2 .contact-form .row textarea {
	width: 100%;
	background: none;
	border-color: #ed1c24;
	font-size: 1.25em;
	font-family: "Montserrat", sans-serif;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row input:-ms-input-placeholder, .contact-us-page .contact-us-content .row .col.col-2 .contact-form .row textarea:-ms-input-placeholder {
	color: #ed1c24;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row input::placeholder, .contact-us-page .contact-us-content .row .col.col-2 .contact-form .row textarea::placeholder {
	color: #ed1c24;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row .col {
	width: 100%;
	margin-bottom: 2em;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row .col.col-2 {
	padding-left: 0;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .submit-row {
	margin-top: 1em;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .submit-row input {
	border-color: #ed1c24;
	background: #ed1c24;
	color: #fff;
	cursor: pointer;
	transition: all 400ms linear;
	font-size: 1.25em;
}

.contact-us-page .contact-us-content .row .col.col-2 .contact-form .submit-row input:hover {
	background: #fff;
	color: #ed1c24;
}

.contact-us-page .contact-us-content .row .col.col-2 .social {
	width: 80%;
	margin: 2em auto 0 auto;
}

.contact-us-page .contact-us-content .row .col.col-2 .social .widget-title {
	display: none;
}

.contact-us-page .contact-us-content .row .col.col-2 .social ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.contact-us-page .contact-us-content .row .col.col-2 .social ul li {
	padding: 0 1em;
	font-size: 1.5em;
}

.contact-us-page .contact-us-content .row .col.col-2 .social ul li:last-child {
	padding-right: 0;
}

.contact-us-page .contact-us-content .row .col.col-2 .social ul li a {
	color: #ed1c24;
	transition: color 400ms linear;
}

.contact-us-page .contact-us-content .row .col.col-2 .social ul li a:hover {
	color: #333;
}

@media screen and (max-width: 1300px) {
	.contact-us-page .contact-us-content {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.contact-us-page .contact-us-content {
		padding: 0 1em;
	}
	.contact-us-page .contact-us-content .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-us-page .contact-us-content .row .col.col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-us-page .contact-us-content .row .col.col-1 .contact-us-content-image {
		-ms-flex-order: 2;
		    order: 2;
	}
	.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
		margin-top: 0;
		margin-bottom: 1.5em;
	}
	.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details .widget {
		margin: 0;
	}
	.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details p {
		margin: 0;
	}
	.contact-us-page .contact-us-content .row .col.col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
		padding-left: 0;
	}
	.contact-us-page .contact-us-content .row .col.col-2 .contact-form {
		width: 100%;
	}
	.contact-us-page .contact-us-content .row .col.col-2 .social {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details {
		margin-bottom: 1em;
	}
	.contact-us-page .contact-us-content .row .col.col-1 .contact-us-details p {
		font-size: 0.875em;
	}
	.contact-us-page .contact-us-content .row .col.col-2 .contact-form .row input, .contact-us-page .contact-us-content .row .col.col-2 .contact-form .row textarea {
		font-size: 0.875em;
	}
	.contact-us-page .contact-us-content .row .col.col-2 .contact-form .submit-row input {
		font-size: 0.875em;
	}
	.contact-us-page .contact-us-content .row .col.col-2 .social ul {
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.contact-us-page .contact-us-content .row .col.col-2 .social ul li:last-child {
		padding-right: 1em;
	}
}

/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Bus / Truck Parts Pages
--------------------------------------------------------------*/
.parts-archive {
	padding: 2em 0 0 0;
}

.parts-archive .parts-category-section {
	padding: 0 1em;
}

.parts-archive .parts-category-section .main-heading {
	text-align: center;
}

.parts-archive .parts-category-section ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}

.parts-archive .parts-category-section ul li {
	width: 33.333%;
	padding: 0 1em;
	margin-bottom: 2em;
}

.parts-archive .parts-category-section ul li .inner {
	border: solid 2px #ed1c24;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.parts-archive .parts-category-section ul li .inner a {
	display: block;
}

.parts-archive .parts-category-section ul li .inner a:hover .category-image {
	transform: scale(1);
}

.parts-archive .parts-category-section ul li .inner a .image-area {
	padding: 1em;
}

.parts-archive .parts-category-section ul li .inner a .category-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30vh;
	transform: scale(0.95);
	transition: all 400ms linear;
}

.parts-archive .parts-category-section ul li .inner a .title {
	background: #ed1c24;
}

.parts-archive .parts-category-section ul li .inner a .title .sub-heading {
	color: #fff;
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.parts-archive .parts-category-section {
		padding: 0 .5em;
	}
	.parts-archive .parts-category-section ul li {
		width: 50%;
		padding: 0 .5em;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 600px) {
	.parts-archive .parts-category-section ul li .inner a .image-area {
		padding: .25em;
	}
	.parts-archive .parts-category-section ul li .inner a .category-image {
		height: 20vh;
	}
}

/*--------------------------------------------------------------
## Category Page
--------------------------------------------------------------*/
.category-page {
	padding: 2em 0 0 0;
}

.category-page .category-content {
	padding: 0 1em;
}

.category-page .category-description {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2em;
}

.category-page ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}

.category-page ul li {
	width: 33.333%;
	padding: 0 1em;
	margin-bottom: 2em;
}

.category-page ul li .inner {
	border: solid 2px #ed1c24;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.category-page ul li .inner a {
	display: block;
}

.category-page ul li .inner a:hover .category-image {
	transform: scale(1);
}

.category-page ul li .inner a .image-area {
	padding: 1em;
}

.category-page ul li .inner a .category-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30vh;
	transform: scale(0.95);
	transition: all 400ms linear;
}

.category-page ul li .inner a .title {
	background: #ed1c24;
}

.category-page ul li .inner a .title .sub-heading {
	color: #fff;
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.category-page .category-content {
		padding: 0 .5em;
	}
	.category-page ul li {
		width: 50%;
		padding: 0 .5em;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 600px) {
	.category-page .category-description {
		width: 90%;
	}
	.category-page ul li .inner a .image-area {
		padding: .25em;
	}
	.category-page ul li .inner a .category-image {
		height: 20vh;
	}
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.single-post .container .main-heading {
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Single Parts
--------------------------------------------------------------*/
.single-parts .components-section {
	padding: 0 1em;
}

.single-parts .components-section .main-heading {
	text-align: center;
}

.single-parts .components-section ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}

.single-parts .components-section ul li {
	width: 33.333%;
	padding: 0 1em;
	margin-bottom: 2em;
}

.single-parts .components-section ul li .inner {
	border: solid 2px #ed1c24;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-parts .components-section ul li .inner a {
	display: block;
}

.single-parts .components-section ul li .inner a:hover .category-image {
	transform: scale(1);
}

.single-parts .components-section ul li .inner a .image-area {
	padding: 1em;
}

.single-parts .components-section ul li .inner a .category-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30vh;
	transform: scale(0.95);
	transition: all 400ms linear;
}

.single-parts .components-section ul li .inner a .title {
	background: #ed1c24;
}

.single-parts .components-section ul li .inner a .title .sub-heading {
	color: #fff;
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.single-parts .components-section {
		padding: 0 .5em;
	}
	.single-parts .components-section ul li {
		width: 50%;
		padding: 0 .5em;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 600px) {
	.single-parts .components-section ul li .inner a .image-area {
		padding: .25em;
	}
	.single-parts .components-section ul li .inner a .category-image {
		height: 20vh;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-footer .main-footer {
	padding: 2em 4em;
	background: #ed1c24;
	color: #fff;
	width: 100%;
}

.site-footer .main-footer ul {
	margin: 0;
}

.site-footer .main-footer a {
	color: #fff;
	transition: color 400ms linear;
}

.site-footer .main-footer a:hover {
	color: #333;
}

.site-footer .main-footer .row {
	display: -ms-flexbox;
	display: flex;
}

.site-footer .main-footer .row .col {
	width: 25%;
}

.site-footer .main-footer .row .col h1, .site-footer .main-footer .row .col h2, .site-footer .main-footer .row .col h3, .site-footer .main-footer .row .col h4, .site-footer .main-footer .row .col h5, .site-footer .main-footer .row .col h6 {
	font-size: 1.25em;
}

.site-footer .main-footer .row .col.col-1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site-footer .main-footer .row .col.col-1 .widget {
	margin: 0;
}

.site-footer .main-footer .row .col.col-1 p {
	margin: 0;
	line-height: 1.5em;
}

.site-footer .main-footer .row .col.col-1 .site-branding-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 175px;
}

.site-footer .main-footer .row .col.col-2 .social ul {
	display: -ms-flexbox;
	display: flex;
}

.site-footer .main-footer .row .col.col-2 .social ul li {
	padding: 0 1em;
	font-size: 1.5em;
}

.site-footer .main-footer .row .col.col-2 .social ul li:first-child {
	padding-left: 0;
}

.site-footer .main-footer .row .col.col-4 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.site-footer .main-footer .row .col.col-4 .contact-form {
	width: 80%;
}

.site-footer .main-footer .row .col.col-4 .row {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.site-footer .main-footer .row .col.col-4 .row span {
	width: 100%;
}

.site-footer .main-footer .row .col.col-4 .row input, .site-footer .main-footer .row .col.col-4 .row textarea {
	width: 100%;
	background: none;
	border-color: #fff;
	font-size: 0.875em;
	font-family: "Montserrat", sans-serif;
}

.site-footer .main-footer .row .col.col-4 .row input:-ms-input-placeholder, .site-footer .main-footer .row .col.col-4 .row textarea:-ms-input-placeholder {
	color: #fff;
}

.site-footer .main-footer .row .col.col-4 .row input::placeholder, .site-footer .main-footer .row .col.col-4 .row textarea::placeholder {
	color: #fff;
}

.site-footer .main-footer .row .col.col-4 .row .col {
	width: 100%;
	margin-bottom: 1em;
}

.site-footer .main-footer .row .col.col-4 .submit-row input {
	border-color: #fff;
	background: none;
	color: #fff;
	cursor: pointer;
	transition: all 400ms linear;
}

.site-footer .main-footer .row .col.col-4 .submit-row input:hover {
	background: #fff;
	color: #ed1c24;
}

.site-footer .main-footer .container .widget {
	margin-bottom: 0;
}

.site-footer .site-info {
	padding: 1em 2em;
	background: #333;
	font-size: .8em;
	color: #fff;
	text-align: center;
	width: 100%;
}

.site-footer .site-info p {
	margin-bottom: 0;
	font-weight: 100;
}

.site-footer .site-info p strong {
	font-weight: 900;
}

.site-footer .site-info p a {
	color: #fff;
	display: inline-block;
}

.site-footer .site-info p a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #38F9D7;
	margin: 0 auto;
	transition: width 400ms linear;
}

.site-footer .site-info p a:hover:after {
	width: 90%;
}

@media screen and (max-width: 1300px) {
	.site-footer .main-footer {
		padding: 2em;
	}
}

@media screen and (max-width: 900px) {
	.site-footer .main-footer .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-footer .main-footer .row .col h1, .site-footer .main-footer .row .col h2, .site-footer .main-footer .row .col h3, .site-footer .main-footer .row .col h4, .site-footer .main-footer .row .col h5, .site-footer .main-footer .row .col h6 {
		font-size: 1em;
	}
	.site-footer .main-footer .row .col.col-1 {
		width: 50%;
		-ms-flex-order: 1;
		    order: 1;
	}
	.site-footer .main-footer .row .col.col-1 .site-branding-logo {
		margin-bottom: 1em;
	}
	.site-footer .main-footer .row .col.col-2 {
		width: 50%;
		-ms-flex-order: 3;
		    order: 3;
		margin-top: 2em;
	}
	.site-footer .main-footer .row .col.col-3 {
		-ms-flex-order: 2;
		    order: 2;
		width: 50%;
		text-align: right;
	}
	.site-footer .main-footer .row .col.col-4 {
		-ms-flex-order: 4;
		    order: 4;
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .main-footer {
		padding: 2em 1em;
	}
	.site-footer .main-footer ul li a {
		font-size: 0.875em;
	}
	.site-footer .main-footer .row .col h1, .site-footer .main-footer .row .col h2, .site-footer .main-footer .row .col h3, .site-footer .main-footer .row .col h4, .site-footer .main-footer .row .col h5, .site-footer .main-footer .row .col h6 {
		font-size: 0.875em;
	}
	.site-footer .main-footer .row .col.col-1 {
		width: 100%;
		text-align: center;
	}
	.site-footer .main-footer .row .col.col-2 {
		margin-top: 1em;
		-ms-flex-order: 2;
		    order: 2;
		width: 100%;
		text-align: center;
	}
	.site-footer .main-footer .row .col.col-2 h1, .site-footer .main-footer .row .col.col-2 h2, .site-footer .main-footer .row .col.col-2 h3, .site-footer .main-footer .row .col.col-2 h4, .site-footer .main-footer .row .col.col-2 h5, .site-footer .main-footer .row .col.col-2 h6 {
		display: none;
	}
	.site-footer .main-footer .row .col.col-2 .social ul {
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.site-footer .main-footer .row .col.col-2 .social ul li:first-child {
		padding-left: 1em;
	}
	.site-footer .main-footer .row .col.col-3 {
		-ms-flex-order: 3;
		    order: 3;
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.site-footer .main-footer .row .col.col-4 {
		margin-top: 2em;
		width: 100%;
		text-align: center;
	}
	.site-footer .main-footer .row .col.col-4 .contact-form {
		width: 100%;
	}
	.site-footer .main-footer .row .col.col-4 .row .col.col-2 {
		margin-top: 0;
	}
	.site-footer .main-footer .row .col.col-4 .submit-row {
		text-align: left;
	}
	.site-footer .site-info {
		padding: 1em;
	}
}

.footer-fixed {
	position: fixed;
	bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*# sourceMappingURL=../harriscas_theme/sass/maps/style.css.map */
