/*!
Theme Name: Black Pear EV
Theme URI: http://www.blackpearev.co.uk/
Author: Sleep. Create. Repeat. Ltd.
Author URI: https://www.sleepcreaterepeat.co.uk
Description: Bespoke starter theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sleep-create-repeat-2022
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.

Black Pear EV is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.dropdown-toggle::after {
	content: none !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main,
.posts-navigation,
.site-main,
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* SCR Begin --------------------------------------------- */

/* BASICS */

html {
	scroll-behavior: smooth;
}

html,
body {
}

#page {
	max-width: 100vw;
	overflow-x: hidden;
}

:root {
	--colour-primary: #1e4f00;
	--colour-primary-pale: #e1dfd3;
	--colour-secondary: #328C00;
	--colour-secondary-pale: rgba(196, 214, 0, 0.2);
	--colour-text: #404040;
	--colour-pale-blue: #989ca6;
	--colour-cta: #8C0E0E;

	--padding-vertical: 4.5em;
	--padding-vertical: 4em;
	--padding-vertical-half: calc(var(--padding-vertical) / 2);
	--padding-vertical-x2: calc(var(--padding-vertical) * 2);
	--padding-vertical-x1point5: calc(var(--padding-vertical) * 1.5);

	--border-radius: 1em;
	--box-shadow: -0.5em 0.5em 2em rgba(50, 140, 0, 0.1);
}

/* TYPOGRAPHY */

html,
body {
	font-size: 18px !important;
}

body {
	color: var(--colour-text) !important;
	font-family: ropa-soft-pro, sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	line-height: 1.25 !important;
}

h1 {
	font-size: 3rem !important;
	color: #fff;
}

body.home h1 {
	color: var(--colour-primary);
}

h1, h2 {
	font-weight: 700 !important;
	line-height: 1 !important;
}

h2, h3 {
	color: var(--colour-primary) !important;
}

h3, h4, h5, h6 {
	font-weight: 700 !important;
	line-height: 1 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 2em 0 0.5em !important;
}

h1 {
	font-weight: 400 !important;
	font-size: 1.2rem !important;
	margin-bottom: 1em !important;
}

body:not(.home) h1 {
	margin-bottom: 0 !important;
}

h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
	margin-top: 0 !important;
}

div.the_page_title,
body.home h1 {
	font-size: 3rem !important;
	font-weight: 700 !important;
	line-height: 0.9 !important;
	color: #fff;
	margin-bottom: 0.2em;
}

body.home h1 {
	color: var(--colour-primary);
}

p {
	font-size: 1.1rem;
	line-height: 1.4em !important;
}

p:last-child {
	margin-bottom: 0 !important;
}

.lead {
	font-size: 1.35rem !important;
	font-weight: 500 !important;
	line-height: 1.25em !important;
	margin-bottom: 1.5rem !important;
}

.label {
	font-weight: 700;
}

strong {
	font-weight: 700 !important;
}

mark {
	background-color: yellow !important;
	padding: 0.2em 0.4em !important;
}

@media only screen and (min-width: 768px) {

	html,
	body {
		font-size: 16px !important;
	}

	p {
		font-size: 1.2rem;
	}

	.lead {
		font-size: 1.5rem !important;
	}


	h2 {
		font-size: 2.5rem !important;
	}

}

/* IMAGES */

img {
	width: 100%;
}

.post-thumbnail {
	margin-top: var(--padding-vertical-half);
	margin-bottom: var(--padding-vertical-half);
}

/* LINKS */

a {
	text-decoration: none !important;
	outline: none !important;
	transition: all 0.25s ease;
}

a:link,
a:visited {
	color: var(--colour-primary);
	text-decoration: underline;
}

a:hover {
	color: var(--colour-secondary);
}


/* BUTTONS */

.btn {
	background-color: var(--colour-cta) !important;
	background-repeat: no-repeat;
	border-color: transparent !important;
	border: none !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-style: normal !important;
	text-decoration: none !important;
	margin-top: 1em !important;
	cursor: pointer !important;
	position: relative;
	text-transform: uppercase;
	margin-left: -0.15em;
	margin-top: 2em !important;
}

a.btn {
	transition: all 0.5s ease;
}

a.btn:hover {
	background-color: var(--colour-primary) !important;
	transform: scale(1.05);
}

/* LISTS */

.list-unstyled {
	list-style-type: none;
	margin: 0;
}

.list-inline > li {
	display: inline-block;
	margin-left: 2em;
}

.list-inline > li:first-child {
	margin-left: 0;
}

.list-index > li {
	margin-top: var(--padding-vertical);
}

.list-index > li:first-child {
	margin-top: 0;
}

.list-index h2 {
	margin-bottom: 0.5em;
}

.list-index .read_more {
	font-weight: 700;
}

.list-social-media {
	font-size: 42px;
}

.list-social-media > li {
	display: inline-block;
	margin-left: 0.5em;
}

.list-social-media > li:first-child {
	margin-left: 0;
}

.list-blog li {
	margin-top: 3em;
	line-height: 1.2;
}

.list-blog li:first-child {
	margin-top:0;
}

.list-blog .content {
	background-color: #fff;
	padding: 1.5em;
}

.list-blog .thumb-holder {
}

.list-blog .btn {
	margin-top: 1em !important;
}

.entry-content ul:not([class]),
.list-bullet {

}

.entry-content ul:not([class]) {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.entry-content ul:not([class]) li,
.list-bullet li {
	padding-left: 1.5em;
	position: relative;
	margin-top: 0.5em;
}

.entry-content ul:not([class]) li::before,
.list-bullet li::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0c8";
	color: var(--colour-secondary);
	position: absolute;
	left: 0;
}

.entry-meta,
.entry-footer {
	margin-bottom: 1em;
	font-size: 0.9em;
}

.list-big-nav .post-thumbnail {
	margin: 0;
	overflow: hidden !important;
	position: relative;
}

.list-big-nav .post-thumbnail img {
	transition: all 0.5s ease-in-out;
}

.list-big-nav .post-thumbnail:hover img  {
	transform: scale(1.2);
}

.list-chargers .post-thumbnail-wrapper {
	position: relative;
}

.list-chargers .post-thumbnail-wrapper img {
	max-height: 220px;
	width: auto;
}

.list-chargers li {
	text-align: center;
}

.list-chargers .charger-logo img {;
	max-height: 30px;
	width: auto;
}

.list-faq {
	margin-top: var(--padding-vertical-half);
}

.list-faq > li {
	margin-bottom: 3em;
}

.list-faq > li:last-child {
	margin-bottom: 0;
}

.list-faq .faq-answer a {
	font-weight: 700;
	text-decoration: underline !important;
}

.list-faq .faq-question,
.list-faq .faq-answer {
	padding-left: 2.3em;
}

.list-faq .faq-question:before,
.list-faq .faq-answer:before {
	content: url("images/faq-q.svg");
	height: 1.5em;
	width: 1.5em;
	display: inline-block;
	position: absolute;
	margin-left: -2.3em;
}

.list-faq .faq-answer:before {
	content: url("images/faq-a.svg");
}

.list-funding .btn {
	margin-top: 0 !important;
}

.list-funding > li:first-child {
	margin-top: 0;
}

@media only screen and (min-width: 768px) {

	.list-chargers .charger-logo img {
		max-height: 30px;
		width: auto;
	}

	.list-faq .faq-question,
	.list-faq .faq-answer {
		padding-left: 2.8em;
	}

	.list-faq .faq-question:before,
	.list-faq .faq-answer:before {
		margin-left: -2.8em;
	}

}

@media only screen and (min-width: 992px) {

	.list-blog li {
		margin-top: 0;
	}

	.entry-meta,
	.entry-footer {
		font-size: 0.8em;
	}

}

/* FORMS */

.gform_wrapper {
	margin-top: var(--padding-vertical-half);
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper label {
	font-size: 20px !important;
	line-height: 1.5;
}

.submitted-details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1.25rem;
}

.submitted-details > div {
}

.submitted-details .key {
	flex-basis: 25%;
	font-weight: 700;
	text-transform: capitalize;
}

.submitted-details .value {
	flex-basis: 70%;
}

.submitted-details .last-name,
.submitted-details .email {
	margin-bottom: 1em;
}

.submitted-details .installation-type {
	margin-top: 1em;
}

#gform_submit_button_2 {
	margin-top: 0 !important;
}

/* MASTHEAD */

#masthead {
	height: 100vh;
	position: relative;
}

#masthead a {
	text-decoration: none;
}

#masthead a:link,
#masthead a:visited {
	color: #fff;
}

.site-branding svg {
	width: 100%;
}

#masthead .menu-toggler {
	text-align: right;
	cursor: pointer;
}

#masthead .menu-toggler svg {
	width: 42px;
	max-width: 42px;
}

#masthead #toggler_close {
	transition: all 0.5s ease;
	display: none;
	opacity: 0;
}

#masthead .menu-toggler.active #toggler_close {
	display: inline;
	opacity: 1;
}

#masthead .menu-toggler #toggler {
	transition: all 0.5s ease;
}

#masthead .menu-toggler.active #toggler {
	display: none;
	opacity: 0;
}

.menu-toggler .st0 {
	fill: var(--colour-secondary) !important;
}

#masthead h1,
#masthead h2 {
}

#masthead h2 {
	color: var(--colour-secondary) !important;;
}

#masthead #masthead-video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

#masthead-inner {
	position: relative;
	z-index: 10;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100vh;
}

#masthead-inner .container .row:first-child {
	align-items: center;
}

body.not-front-page #masthead,
body.not-front-page #masthead-inner {
	height: auto;
}

#masthead-contacts {
	display: none;
	text-align: right;
}

#main_logo {
}

#masthead-content {
	position: relative;
	top: 0;
	left: 0;
}

#masthead-content h1 {
	font-size: 3rem;
	line-height: 0.95 !important;
	margin-bottom: 0.25em !important;
}

#masthead-content h1 span {

}

#masthead .btn-lg {
	margin-top: 2em !important;
}

#masthead-scroller {
	position: absolute;
	color: rgba(0,0,0,0.3) !important;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 42px;
	text-align: center;
	width: 100%;
}

#masthead-scroller i {
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-name: bounce-3;
	animation-timing-function: ease-in-out;
}
@keyframes bounce-3 {
	0%   { transform: translateY(0); }
	30%  { transform: translateY(-0.33em); }
	50%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}

#masthead .masthead-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

#masthead .masthead-image:before {
	content: ' ';
	width: 100%;
	height: 33vh;
	position: absolute;
	top:0;
	background: rgb(50,140,0);
	background: linear-gradient(180deg, rgba(50,140,0,0.25) 0%, rgba(50,140,0,0) 100%);
}

#masthead .masthead-image:after {
	transition: all 0.5s ease;
	content: ' ';
	width: 100%;
	height: 33vh;
	position: absolute;
	bottom:0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
	opacity: 1;
}

body.scrolled #masthead .masthead-image:after {
	opacity: 0;
}

.masthead-image-static {
	opacity: 1 !important;
}

#masthead .masthead-image.show {
	opacity: 1 !important;
}

.list-home-choice {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 10vh;
	transition: transform 0.5s ease;
}

.list-home-choice ul li:first-child {
	margin-bottom: 0.5em;
}

#masthead .list-home-choice .btn-lg {
	width: 100%;
	margin: 0 !important;
	position: unset;
	font-size: 1.5rem;
	padding: 0.2em;
	transition: transform 0.5s ease;
}

body.home .list-home-choice.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: unset;
	padding: 2vh 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

body.home .list-home-choice.scrolled ul {
	display: flex;
	justify-content: center;
}

body.home .list-home-choice.scrolled ul > li {
	padding: 0 0.2em;
}

body.home #masthead .list-home-choice.scrolled .btn-lg {
	font-size: 1.2rem;
	padding: 0.2em 1em;
	width: auto;
}

#masthead .toggle-image {
	background-position: center center;
}

@media only screen and (min-width: 370px) {

	#masthead-content h1 {
		font-size: 3.5rem;
	}

}

@media only screen and (min-width: 768px) {

	#masthead-inner {
		padding-top: 30px;
	}

	body.home #masthead-inner {
		padding-top: 45px;
	}

	#masthead-content {
		width: 70%;
	}

	#masthead-content h1 {
		font-size: 4rem;
	}

	.site-branding svg {
		display: inline-block;
		max-width: 320px;
		margin-left: -6px;
	}

	.list-home-choice ul {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	body.home .list-home-choice.scrolled {
		left: 0;
		right: 0;
	}

	#masthead ul li {
		margin: 0 0.5em;
	}


	.list-home-choice ul li:first-child {
		margin-bottom: 0;
	}

	#masthead .list-home-choice .btn-lg {
		font-size: 1.75rem;
		padding: 0.2em 1em;
	}


}

@media only screen and (min-width: 992px) {

	#masthead-content {
		width: 50%;
	}

	#masthead-contacts {
		display: block;
		font-size: 2rem;
		color: var(--colour-secondary);
	}

	#masthead-contacts .masthead-phone a {
		font-weight: 700 !important;
		font-style: normal !important;
		color: var(--colour-primary) !important;
	}

	#masthead-contacts .masthead-phone a:link,
	#masthead-contacts .masthead-phone a:visited {
		color: var(--colour-secondary);
	}

	.site-branding svg {

	}

}

@media only screen and (min-width: 1200px) {


	.site-branding svg {
		max-width: 360px;

	}


}


/* NAV */

#primary-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 85%;
	height: 100vh;
	color: #fff;
	font-size: 5.5vw;
	display: none;
	background-color: var(--colour-secondary);
	text-align: left;
	margin-left: -30px;
	line-height: 1 !important;
}

#primary-nav.active {
	display: block !important;
}

#primary-nav .nav-link {
	padding-top: 0.45rem !important;
	padding-bottom: 0.45rem !important;
}

#primary-menu li {
	margin-top: 0;
}

#primary-nav .closer {
	margin-top: 1em;
}

#primary-nav .closer .nav-link {
	border: 1px solid #fff;
	display: inline-block;
	padding: 0.15em 0.4em;
	margin-left: 0.5em;
}

#primary-nav a {

}

#primary-nav a:link,
#primary-nav a:visited {
	color: #fff;
}

#primary-nav a:hover {
	color: var(--colour-primary);
}

#primary-nav .menu-primary-menu-container {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#primary-nav #primary-menu > li {
	display: block;
	margin-left: 0;
}

#primary-menu #menu-item-370 a span,
#primary-menu #menu-item-532 a span,
#primary-menu #menu-item-733 a span,
#primary-menu #menu-item-971 a span {
	display: block;
	border-top: 2px solid rgba(255,255,255,0.25);
	padding-top: 1rem;
}

#overlay {
	transition: transform 0.5s ease;
	background-color: var(--colour-primary);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	left: 0;
	opacity: 0.5;
	display: none;
}

#overlay.active {
	display: block;
}

@media only screen and (min-width: 390px) {

	#primary-nav {
		font-size: 6.25vw;
	}

	#primary-nav .nav-link {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	#primary-menu #menu-item-370 a span,
	#primary-menu #menu-item-532 a span,
	#primary-menu #menu-item-733 a span,
	#primary-menu #menu-item-971 a span {
		padding-top: 1.25rem;
	}

}

@media only screen and (min-width: 768px) {

	#primary-nav {
		font-size: 1.8rem;
	}

	#primary-nav .nav-link {
		padding-top: 0.7rem !important;
		padding-bottom: 0.7rem !important;
	}

	#primary-menu #menu-item-370 a span,
	#primary-menu #menu-item-532 a span,
	#primary-menu #menu-item-733 a span,
	#primary-menu #menu-item-971 a span {
		padding-top: 1.5rem;
	}

}

@media only screen and (min-width: 992px) {

	#primary-menu {
		column-count: 2;
	}

	#primary-menu #menu-item-733 a span {
		padding-top: 0;
		border-top: none;
	}

	#primary-nav .menu-primary-menu-container {
		padding-left: 10vw;
		padding-right: 10vw;
	}

}

@media only screen and (min-width: 1200px) {
	#primary-nav {
		width: 66%;
	}
}



/* BREADCRUMB */

#breadcrumb-wrapper {
	font-size: 0.8rem;
	padding-bottom: 15px;
	color: rgba(255,255,255,0.66);
}

#breadcrumb-wrapper a {
	color: rgba(255,255,255,0.66);
	text-decoration: underline !important;
}

@media only screen and (min-width: 768px) {

	#breadcrumb-wrapper {
		padding-bottom: 25px;
	}

}

@media only screen and (min-width: 992px) {


}

/* SIDEBAR */

#sidebar .padder {
	padding-top: 4em;
}

#sidebar h2 {
	font-size: 1.75rem !important;
}

#sidebar .widget {
	margin-bottom: 2em;
}


#sidebar .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu {
	font-size: 1.1rem;
	margin-top: 1.5em;
}

.sidebar-menu > li {
	margin-bottom: 0.75em;
}

.sidebar-menu a {
	text-decoration: none !important;
}

.sidebar-menu a:after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0da";
	color: var(--colour-secondary);
	padding-left: 0.5em;
}

#secondary ul > li a  {
	padding: 0.5em 0 !important;
	display: inline-block;
	font-size: 1.1rem !important;
}

@media only screen and (min-width: 768px) {

	#sidebar .padder {
		padding-top: 0;
		padding-left: 30px;
	}

}

@media only screen and (min-width: 992px) {

	#sidebar .widget:last-child {
		margin-bottom: 0;
	}

	#sidebar .padder {
		padding-left: 60px;
	}

}

/* STYLES */

.bubble {
	position: relative;
	background: var(--colour-secondary);
	border-radius: 30px;
	padding: 24px;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.4;
}

.bubble-bottom-left:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 24px solid var(--colour-secondary);
	border-right: 12px solid transparent;
	border-top: 12px solid var(--colour-secondary);
	border-bottom: 20px solid transparent;
	left: 32px;
	bottom: -24px;
}

.breakout {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* CONTENT */

#page-header-wrapper {
	padding-top: 30px;
	padding-bottom: 60px;
	background-image: url("images/section-bottom-dk-green-v2.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

body.home #page-header-wrapper {
	display: none;
}

#main section {
	margin-top: var(--padding-vertical);
	margin-bottom: var(--padding-vertical);
}

#main section h2 {
	margin-bottom: 1em !important;
}

#main section h3	 {
	margin-bottom: 1em !important;
}

body.blog #content-wrapper,
body.single-post #content-wrapper,
body.page-id-436 #content-wrapper,
body.page-id-363 #content-wrapper {
	padding-top: var(--padding-vertical-half) !important;
	padding-bottom: var(--padding-vertical) !important;
}

body.blog #content-wrapper > .container:first-child,
body.single-post #content-wrapper > .container:first-child {
	margin-bottom: var(--padding-vertical);
}

.additional-info {
	margin-top: var(--padding-vertical-half);
}

.additional-info p {
	font-size: 0.8rem;
	margin-bottom: 0.2em;
}

.workplace-cta {
	margin-top: var(--padding-vertical-half);
}

.workplace-cta p {
	font-size: 1.4rem !important;
	line-height: 1.25 !important;
}

.workplace-cta .btn {
	margin-top: 0 !important;
}

@media only screen and (min-width: 768px) {

	#page-header-wrapper {
		padding-bottom: 11.75vw;
	}

}

@media only screen and (min-width: 992px) {

	#page-header-wrapper {
		padding-bottom: 6vw;
	}

}

/* BUIDLER */

#builder > .container > .builder-block:first-child h2 {
	font-size: 3.25rem !important;
	font-weight: 800 !important;
	font-style: normal !important;
	line-height: 0.9 !important;
}

#builder .builder-block {
	padding-bottom: var(--padding-vertical);
}

#builder .builder-block.builder-block-icon-list {
	padding-top: var(--padding-vertical);
	padding-bottom: var(--padding-vertical-x2);
}

#builder .builder-block-icon-list h2 {
	font-size: 1.9rem;
	line-height: 1.2 !important;
	color: var(--colour-primary) !important;
}

#builder .builder-block-icon-list h3 {
	text-transform: uppercase;
	margin: 0 !important;
	color: var(--colour-pale-blue) !important;
}

#builder .builder-block-icon-list ul > li {
	margin-top: 1em;
}

#builder .builder-block-jumbo-nav .inner {
	background-color: var(--colour-secondary);
	padding: 25px;
	line-height: 1.3;
	position: relative;
}

#builder .builder-block-jumbo-nav li:after {
	content: url("images/bottom-pale-gold.svg");
	display: inline-block;
	width: 100%;
	height: auto;
	min-height: 0;
	line-height: 0;
	vertical-align: top;
}

#builder .builder-block-jumbo-nav ul {
	margin-top: 2em;
}

#builder .builder-block-jumbo-nav ul > li {
	margin-bottom: 1.5em;
}

#builder .builder-block-jumbo-nav ul > li:last-child {
	margin-bottom: 0;
}

#builder .builder-block-jumbo-nav p {
	font-size: 1.1rem;
	font-weight: 700;
	font-style: normal;
	color: #fff;
}

#builder .builder-block-jumbo-nav h2 {
	text-align: center;
}

#builder .builder-block-jumbo-nav h3 {
	margin-top: 0.75em !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-style: normal !important;
	line-height: 1 !important;
}

#builder .builder-block-jumbo-nav .image img {
	transform: scale(1.05);
}

#builder .builder-block-subhead-and-content img {
	display: block;
	margin-top: 30px;
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
}

#builder .builder-block-subhead-and-content .img-left img,
#builder .builder-block-subhead-and-content .img-right img {
	margin-top: 0;
	margin-bottom: 2em;
}

#builder .builder-block-subhead-and-content-image-grid {
	position: relative;
}

#builder .builder-block-subhead-and-content-image-grid img {
	margin-top: 0 !important;
}

#builder .builder-block-latest-news.full-width {
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: var(--colour-primary);
	background-image: url("images/section-bottom-dk-green.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#builder .builder-block-latest-news {
	padding-top: var(--padding-vertical);
	margin-bottom: 0 !important;
}

#builder .builder-block-latest-news h2 {
	margin-bottom: 1.5em !important;
	color: #fff !important;
}

#builder .builder-block-latest-news .thumb-holder img {
	border-radius: var(--border-radius) var(--border-radius) 0 0 ;
}

#builder .builder-block-latest-news .content {
	border-radius: 0 0 var(--border-radius) var(--border-radius);
}

#builder .builder-block-testimonial-slider .the-content {
	font-size: 1.5rem;
}

#builder .builder-block-testimonial-slider .attribute {
	margin-top: 1em;
	font-weight: 700 !important;
	color: var(--colour-primary);
}

#builder .builder-block-testimonial-block {
	background-color: var(--colour-secondary-pale);
}

#builder .image-grid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#builder .image-grid img {
	width: 50%;
	border: 1px solid #fff;
	border-radius: var(--border-radius);
}

#builder .image-grid img:nth-child(1),
#builder .image-grid img:nth-child(2) {
	border-top-color: transparent;
}

#builder .image-grid img:nth-child(3),
#builder .image-grid img:nth-child(4) {
	border-bottom-color: transparent;
}

#builder .image-grid img:nth-child(1),
#builder .image-grid img:nth-child(3) {
	border-left-color: transparent;
}

#builder .image-grid img:nth-child(2),
#builder .image-grid img:nth-child(4) {
	border-right-color: transparent;
}

body.home #builder {
	background-image: url("images/section-top.svg");
	background-repeat: no-repeat;
	background-color: #F1F7ED;
	padding-top: var(--padding-vertical-x2);
}

#builder .is-panel {
	padding-top: var(--padding-vertical);
}

#builder .no-styling {
	border-radius: 0 !important;
	box-shadow: none !important;
}

#builder .did-you-know {
	padding-bottom: 2em;
}

#builder .did-you-know img {
	width: 66%;
}

#builder .builder-block-did-you-know div.copy p:first-child::before {
	content: "Did you know? ";
	font-weight: 700;
}

#builder .builder-block-cta-block {
	padding: 0;
}

#builder .builder-block-contact-details-block {
	padding-top: var(--padding-vertical-half);
	font-size: 1.3rem;
}

#builder .builder-block ul:not([class]) {
	list-style-type: none;
	font-size: 1.1rem;
	margin-bottom: 1em;
	padding-left: 0;
	margin-left: 0;
}

#builder .builder-block ul:not([class]) > li {
	margin-bottom: 1em;
	padding-left: 1em;
	position: relative;
}

#builder .builder-block ul:not([class]) > li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f0da";
	color: var(--colour-secondary);
	position: absolute;
	margin-left: -1em;
}


#builder .builder-block ul:not([class]) > li:last-child {
	margin-bottom: 0;
}

.major-sections {
	margin-bottom: var(--padding-vertical);
}

.major-sections a,
.major-sections a:link,
.major-sections a:visited {
	text-decoration: none !important;
}

.major-sections section .btn {
}

.major-sections section {
	transition: transform 0.5s ease;
}

.major-sections section img {
	margin-bottom: 2em;
}

.major-sections section.has-link:hover {
	transform: scale(1.025);
}

.major-sections.non-alt {
	background-color: var(--colour-primary);
	padding-bottom: var(--padding-vertical-x1point5);
	padding-top: var(--padding-vertical-x1point5);
	color: #ffffff !important;
}

.major-sections.non-alt h2 {
	color: var(--colour-secondary) !important;
}

.major-sections.non-alt a,
.major-sections.non-alt a:link,
.major-sections.non-alt a:visited {
	color: #fff !important;
}

.major-sections section {
	background-color: var(--colour-primary-pale);
	padding: var(--padding-vertical) 0;
}

.major-sections section:nth-child(even) {
	background-color: transparent;
}

.major-sections.non-alt section,
.major-sections.non-alt section:nth-child(even) {
	background-color: transparent;
}

.major-sections.non-alt section {
	padding: 0;
	padding-top: var(--padding-vertical-half);
	padding-bottom: var(--padding-vertical-half);
}

.major-sections.non-alt section:first-child {
	padding-top: 0;
}

.major-sections.non-alt section:last-child {
	padding-bottom: 0;
}

.major-sections section p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

	#builder .builder-block-icon-list {
		text-align: center;
	}

	#builder .builder-block-icon-list .icon {
		padding: 0 2em;

	}

	#builder .builder-block-icon-list h3 {
		font-size: 1.5rem;
		margin-top: 1em !important;
	}

	#builder .builder-block-icon-list ul > li {
	}

	#builder .builder-block-subhead-and-content img {
		margin-top: 0;
	}

	#builder .builder-block-jumbo-nav ul > li {
		margin-bottom: 1.5em;
	}

	.major-sections section img {
		margin-bottom: 0 !important;
	}

	#builder .builder-block-subhead-and-content-image-grid::after {
		width: 75%;
	}

	#builder .builder-block-did-you-know .row {
		align-items: center;
	}

	#builder .did-you-know img {
		width: 100%;
	}

	#builder .did-you-know {
		padding-bottom: 0;
	}

	#builder .builder-block-latest-news.full-width {
		padding-bottom: 90px;
	}

	#builder .builder-block-subhead-and-content .img-left img,
	#builder .builder-block-subhead-and-content .img-right img {
		margin-top: 0;
		margin-bottom: 3em;
	}


}

@media only screen and (min-width: 992px) {

	#builder .builder-block-icon-list .icon {
		padding: 0 4em;

	}

	#builder .builder-block-subhead-and-content .padder {
		padding-right: 60px;
		padding-right: 30px;
	}

	.major-sections.non-alt section {
		padding-bottom: 0;
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.major-sections section img {
		margin-bottom: 1em !important;
	}

	#builder .builder-block-subhead-and-content-image-grid::after {
		width: 80%;
	}

	#builder .the-content.cols {
		column-count: 2;
		column-gap: 30px;
	}

	#builder .builder-block-latest-news.full-width {
		padding-bottom: 10vw;
	}



}

@media only screen and (min-width: 1200px) {

	#builder .builder-block-subhead-and-content-image-grid::after {
		width: 66%;
	}

}

/* BLOG */

body.blog .post-thumbnail img {
	margin-bottom: 2em;
}

body.blog .entry-footer .btn {
	margin-top: 1em !important;
}

/* CONTACT PAGE */

body.page-id-80 div.contact-details,
body.page-id-80 .contact-form,
body.page-id-80 .map {
	margin-top: var(--padding-vertical-half);
}

body.page-id-80 div.contact-details > div {
	margin-bottom: 0.5em;
}

body.page-id-80 div.contact-details .label {
	display: block;
}

body.page-id-80 .mapouter {
	position:relative;
	text-align:right;
	height:500px;
	width:100%;
}

body.page-id-80 .gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:500px;
	width:100%;
}

body.page-id-3 #main,
body.page-id-38 #main{
	margin-top: var(--padding-vertical);
	margin-bottom: var(--padding-vertical);
}

@media only screen and (min-width: 768px) {

	body.page-id-80 div.contact-details {
		margin-top: 0;
	}

}

@media only screen and (min-width: 992px) {

	body.page-id-80 .map {
		margin-top: 0;
	}

	body.page-id-80 .map .padder {
		padding-left: 30px;
	}


}

/* BLOG */

body.single-post .entry-content p:first-child {
	font-weight: 700;
	font-size: 1.33rem;
}

body.single-post .entry-content p {
	line-height: 1.75 !important;
}

body.single-post .entry-content h2 {
	font-size: 2rem !important;
}

body.single-post .entry-content h2,
body.single-post .entry-content h2:first-of-type {
	margin-top: 1.5em !important;
}

/* CASE STUDIES */

#main_testimonial {
	margin-top: var(--padding-vertical-half) !important;
}

body.single-case-studies .testimonial {
}

body.single-case-studies .testimonial .the-content {
}

body.single-case-studies .testimonial .attribute {
	margin-top: 0.75em;
	font-size: 1rem;
	font-weight: 700 !important;
	color: var(--colour-primary);
}

#solution {
	position: relative;
	padding-top: var(--padding-vertical);
	padding-bottom: var(--padding-vertical);
}

#solution > div {
	margin-top: var(--padding-vertical);
}

#solution::before {
	content: ' ';
	display: block;
	background: var(--colour-secondary-pale);
	position: absolute;
	left: -100vw;
	right:-100vw;
	top: 0;
	bottom: 0;
	z-index: -10;

}

span.case-study-label {
	font-size: 80% !important;
}

body.single-case-studies .testimonial {
	margin-bottom: 3em;
	color: #fff;
}

body.single-case-studies .testimonial .testimonial-text p {
	font-size: 1.3rem;
}

body.single-case-studies .testimonial .testimonial-name {
	font-weight: 700;
	margin-top: 0.5em;
}

.content-case-studies > div {
	margin-top: var(--padding-vertical-half);
}

.content-case-studies > div:first-child {
	margin-top: 0;
}

.content-case-studies > div:last-child {
	margin-bottom: var(--padding-vertical);
}

body.single-case-studies .entry-content {
	margin-top: var(--padding-vertical-half);
}

body.single-case-studies table.grant-calc {
	font-size: 1.2rem;
	width: 100%;
}

body.single-case-studies table.grant-calc th {
	font-size: 1.4rem;
}

body.single-case-studies table.grant-calc th,
body.single-case-studies table.grant-calc td {
	border: 1px solid var(--colour-secondary);
	padding: 0.5rem 0.75rem;
	vertical-align: top;
}

body.single-case-studies table.grant-calc tr td:last-child {
	text-align: right;

}

body.single-case-studies table.grant-calc tr:first-child {
	background-color: var(--colour-secondary);
	color: #fff;
}

body.single-case-studies table.grant-calc tr.total-claim {
	background-color: var(--colour-secondary-pale);
}

body.single-case-studies table.grant-calc tr.total-claim td:last-child {
	font-weight: 700;
}

.post-type-archive-case-studies .list-big-nav {
	margin-left: -15px;
	margin-right: -15px;
}

.post-type-archive-case-studies .list-big-nav li {
	margin-top: var(--padding-vertical-half);
}

.post-type-archive-case-studies h1 {
	font-size: 3rem !important;
}

.post-type-archive-case-studies .list-big-nav h2 {
	margin: 0.5em 0 0 0 !important;
}

.post-type-archive-case-studies #content-wrapper {
	padding-bottom: var(--padding-vertical);
}


@media only screen and (min-width: 768px) {

	body.single-case-studies .col-left-padder {
		padding-left: 15px;
	}

}

@media only screen and (min-width: 992px) {

	body.single-case-studies .col-left-padder {
		padding-left: 30px;
	}

}

/* CHARGERS */

.charger-features-wrapper {
	padding: 1em;
	border-radius: var(--border-radius);
	background-color: #fff;
}

.charger-features-wrapper.singular-charger-features-wrapper {
	padding: 0;
}

.charger-features-wrapper.bg-none {
	background-color: #f5f5f5;
}

.charger-features {
	font-size: 1.2rem;
	margin-bottom: 0;
	width: 100%;
	line-height: 1.1;
}

.charger-features td,
.charger-features th {
	padding: 0.5em;
	border-top: none !important;
	border-bottom: none !important;
	background: rgb(50,140,0);
	background: linear-gradient(0deg, rgba(50,140,0,0.02) 0%, rgba(50,140,0,0.12) 100%);
}

.charger-features tr.scheduling th,
.charger-features tr.scheduling td,
.charger-features tr.image th,
.charger-features tr.image td,
.charger-features tr.brand th,
.charger-features tr.brand td,
.charger-features tr.pen_fault_detection th,
.charger-features tr.pen_fault_detection td,
.charger-features tr.communications_method th,
.charger-features tr.communications_method td,
.charger-features tr.button th,
.charger-features tr.button td {
	background: transparent;
}

.charger-features tr.brand td {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.charger-features td {
	text-align: center;
	border-left: 2px solid #fff;
}

.charger-features-wrapper.bg-none .charger-features td {
	border-left: 2px solid #f5f5f5;
}

.charger-features i {
	color: var(--colour-secondary);
}

.charger-features i.fa-times {
	color: #999999;
}

.charger-features .btn {
	margin: 0 !important;
}

.charger-features .universal_or_tethered td,
.charger-features .universal_or_tethered th,
.charger-features .communications_method td,
.charger-features .communications_method th {
}

.charger-features .communications_method,
.charger-features tr.socket_or_tethered,
.charger-features .load_management,
.charger-features .choice_of_colours {
	font-weight: 700;
}

.charger-features .universal_or_tethered_option,
.charger-features .secondary_communications{
	font-size: 0.9rem;
	font-weight: 300;
}

.charger-features .charger-logo img {
	max-height: 28px;
	width: auto;
}

.charger-features .brand th,
.charger-features .brand td {
	padding-bottom: 1.5em;
	vertical-align: center;
}

.charger-features .brand td {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
}

.charger-features .charger-image img {
	max-height: 185px;
	width: auto;
}

body.single-ev-chargers #content-wrapper {
	padding-top: var(--padding-vertical-half);
	padding-bottom: var(--padding-vertical);
}

body.single-ev-chargers .post-thumbnail-wrapper,
body.single-ev-chargers .charger-logo {
	padding-left: 20%;
	padding-right: 20%;
}

body.single-ev-chargers .post-thumbnail-wrapper img {
	max-height: 300px;
	width: auto;
	margin: 0 auto;
	display: block;
}

body.single-ev-chargers .post-thumbnail {
	margin-top: 0;
}

body.single-ev-chargers .charger-features-wrapper {
	border-radius: var(--border-radius);
	overflow: hidden;
}

body.single-ev-chargers .charger-logo {
	margin-bottom: var(--padding-vertical);
}

body.single-ev-chargers .charger-logo img {
	max-height: 70px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.table td,
.table th {
	vertical-align: middle !important;
}

@media only screen and (min-width: 768px) {

	.charger-features-wrapper {
		padding: 2em;
	}

	body.single-ev-chargers .charger-logo {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 992px) {

	.charger-features {
		table-layout: fixed;
	}

}


/* COLOPHON */

#colophon {
	background-color: #000;
	padding: var(--padding-vertical-half) 0;
	margin-top: 0;
	color: #fff;
}

body.home #colophon {
	margin-top: 0;
}

#legal-menu {
	font-size: 0.9rem;
}

#legal-menu > li {
	display: block;
	margin: 0 0 1em 0;
}

#colophon a,
#colophon a:link,
#colophon a:visited {
	text-decoration: none !important;
	color: #fff;
}

#colophon a:hover {
	color: var(--colour-secondary);
}

#colophon .contact-details {
	margin-bottom: 2em;
	line-height: 1.3;
}

#colophon .contact-details .phone,
#colophon .contact-details .email {
	font-size: 4.5vw;
	font-weight: 700 !important;
	font-style: normal !important;
	line-height: 1 !important;
	margin-bottom: 0.25em;
}

#colophon .contact-details .phone {
	margin-top: 0.5em;
	font-size: 7vw;
	color: var(--colour-secondary);
}

#colophon .contact-details .phone a:link,
#colophon .contact-details .phone a:visited {
	color: var(--colour-secondary);
}

#colophon .contact-details .email {
	margin-bottom: 0.5em;
}

#colophon i {
	padding-right: 0.33em;
	color: var(--colour-secondary);
}

#colophon .list-social-media {
	margin-top: 2em;
	margin-bottom: 2em;
}

#colophon .list-social-media i {
	transition: all 0.5s ease;
	font-size: 44px;
	padding: 0;
}

#colophon .list-social-media i:hover {
	transform: scale(1.1);
}

#colophon .footer-logo svg {
	max-width: 75%;
}

#colophon .footer-logo {
	margin-bottom: 1.5em;
}

#colophon .list-social-media {
	font-size: 5vw;
	text-align: left !important;
}

#colophon #footer-menu.list-inline {
	column-count: 2;
	margin-bottom: 2em;
}

#colophon #footer-menu.list-inline li {
	display: block;
	margin: 0;
}

#colophon #footer-menu.list-inline li a {
	padding: 0 0 0.66em;
}

#colophon #footer-menu.list-inline li a:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: '\f105';
	padding-left: 0.25em;

}

#colophon #footer-services-menu {
	margin-bottom: 0;
}

#colophon .division-of {
	margin-top: 3em;
}

#colophon-legal {
	padding-top: 20vw;
	padding-bottom: var(--padding-vertical);
	background-image: url("images/section-footer-bottom.svg");
	background-repeat: no-repeat;
}

#colophon .list-menu {
	margin-bottom: 2em;
}

#colophon .list-menu a {
	display: inline-block;
	padding: 0.33em 0;
}

#colophon .list-menu-info {
	margin-bottom: 0;
}

#colophon .iso {
	margin-top: 2em;
	margin-left: -2px;
}

#colophon .iso img {
	height: 32px;
	width: auto;
	display: inline-block;
	margin-left: 10px;
}

#colophon .iso img:first-child {
	margin-left: 0;
}


@media only screen and (min-width: 768px) {

	#colophon .footer-logo {
		margin-bottom: 1.75em;
	}

	#colophon .footer-logo svg {
		max-width: 250px;
	}

	#colophon .contact-details {
	margin-bottom: 2.5em;
	}

	#colophon .contact-details .phone,
	#colophon .contact-details .email {
		font-size: 1rem;
	}

	#colophon .contact-details .phone {
		font-size: 1.75rem;
	}

	#colophon .contact-details .email {
		margin-bottom: 1em;
	}

	#colophon .list-social-media {
		text-align: right !important;
		margin-top: 0;
	}

	#colophon #footer-menu {
		margin-top: 1.1em;
		font-size: 1.1rem;
	}

	#colophon #footer-menu.list-inline {
		column-count: unset;
		margin-bottom: 0;
	}

	#colophon #footer-menu.list-inline li a {
		padding: 0 0 0.35em;
	}

	#colophon-legal {
		padding-top: 14vw;
	}

	#colophon .accreditations {
		margin-top: 2em;
	}
	#legal-menu > li {
		font-size: 0.8rem !important;
		display: inline-block;
		margin: 0 0 0 2em;
	}

	#legal-menu > li:first-child {
		margin-left: 0;
	}


	#colophon .iso img {
		height: 40px;
	}


}

@media only screen and (min-width: 992px) {

	#colophon {
		padding-top: 0;
		padding-bottom: 0;
	}

	#colophon #footer-menu {
		margin-left: 30px;
	}

	#colophon .container {
		padding-top: var(--padding-vertical-half);
		padding-bottom: var(--padding-vertical-half);
		background-size: auto 90%;
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	#colophon .list-social-media {
		line-height: 1 !important;
		font-size: 2rem !important;
	}

	#colophon .list-social-media i {
		font-size: 2rem !important;
	}

	#colophon .list-social-media li {
		margin-left: 0.25em;
	}

	#colophon .contact-details {
		margin-bottom: 0;
	}

	#colophon-legal {
		padding-top: 12vw;
	}

	#legal-menu {
		font-size: 0.8rem;
	}

	#legal-menu > li {
		display: inline-block;
		margin-left: 2em;
	}
	#legal-menu > li:first-child {
		margin-left: 0;
	}

	#colophon .site-info .padder {
		border-right: 1px solid var(--colour-primary);
	}

	#colophon .division-of {
		margin-top: 2em;
	}

	#colophon .iso {
		text-align: right;
	}

}

@media only screen and (min-width: 1200px) {

	#colophon-legal {
		padding-top: 10vw;
	}

}