/*!
Theme Name: CloveRock
Theme URI: https://www.crdmedia.ie
Author: CloveRock Design
Author URI: https://www.crdmedia.ie
Description: Description
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: cloverock
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.

CloveRock 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%;
}

:root {
	--primary: #121212;
	--secondary: #003790;
	--greybg: #d6dfe5;
	--logored: #df013a;
	--darkgrey: #323232;
	--lightblue: #59d3ff;
	--lightgreen: #61e18d;
	--lightpink: #ffaefa;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
#primary.main-woo, #primary.main-wide {
	width: 90%;
	margin: 0 auto;
	max-width: 1480px;
	padding: 50px 0px;
}
#primary.main-800 {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	padding: 60px 0px;
}
#primary.cat-loop {
	margin: 0 auto;
	max-width: 1480px;
	width: 90%;
	padding: 50px 0px;
}
main {
   position:relative;
}
.main-woo-page {
	max-width: 1480px;
	margin: 0 auto;
	padding: 60px 0px;
	width: 95%;
}

.gform_confirmation_message {
    text-align:center;
}
.error-404.not-found {
	width: 90%;
	margin: 0 auto 60px auto;
	max-width: 800px;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* 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;
}


.new-note {
	font-size: 60%;
	margin: 3px 0 0 2px;
	vertical-align: top;
	display: inline-block;
}
/* 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;
}

.slick-slide img {
	display: block;
	width: 100%;
}

/* 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
--------------------------------------------- */


/* ----------------------------------------
   PP Right Grotesk – Compact Black
----------------------------------------- */
@font-face {
  font-family: 'PP Right Grotesk';
  src: url('fonts/PPRightGrotesk-CompactBlack.woff') format('truetype');
  font-weight: 900;
}
/* ----------------------------------------
   PP Right Grotesk – Narrow Dark
----------------------------------------- */
@font-face {
  font-family: 'PP Right Grotesk';
  src: url('fonts/PPRightGrotesk-NarrowDark.woff') format('truetype');
  font-weight: 700;
}
/* ----------------------------------------
   PP Right Grotesk – Spatial Black
----------------------------------------- */
@font-face {
  font-family: 'PP Right Grotesk';
  src: url('fonts/PPRightGrotesk-SpatialBlack.woff') format('truetype');
  font-weight: 800;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #121212;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 18px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: PP Right Grotesk, sans-serif;
	clear: both;
	font-weight:400;
	color:var(--primary);
	text-transform:uppercase;
}


h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
font-family: PP Right Grotesk, sans-serif;
	clear: both;
	font-weight:900;
}
h1 {
	font-size: 42px;
	line-height: 40px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 24px 0;
}

h4 {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 24px 0;
}
.wp-block-columns h4 {
  font-size: 24px;
  line-height:24px;
  margin: 0 0 24px 0;
}
.quote-title h4 {
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 32px 0;
}

.wp-block-heading {
	font-weight: 800;
	font-size: 40px;
	line-height: 0.9;
	margin: 0 0 30px 0;
}
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%;
}

/* Lists
--------------------------------------------- */

.wp-block-list.hearts, .wp-block-list.ticks {
  list-style: none;
  padding: 0px;
}
.wp-block-list li {
  border: 0 none !important;
  position: relative;
}
.wp-block-list.hearts li, .wp-block-list.ticks li {
  border: 0 none !important;
  padding: 0 0 0 35px !important;
  position: relative;
}
.wp-block-list.hearts li:before {
  position: absolute;
  content: "\f004";
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
  color:var(--secondary);
}
.wp-block-list.ticks li:before {
  position: absolute;
  content: "\f058";
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Pro";
  color:var(--secondary);
}

/* Blocks 
--------------------------------------------- */

.wp-block-media-text {
	min-height: 560px;
} 
.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 80px -340px;
	max-width: 1480px;
	width: 1480px;
}
* + .alignfull {
	margin-top: 80px;
}
.alignfull + * {
	margin-top: 80px;
}
.alignfull + .alignfull {
    margin-top:0;
		margin-bottom:0;
}
.wp-block-columns.alignfull {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 1480px) {
.alignwide {
	margin: 50px calc(50% - 45vw);
	max-width: 90vw;
	width: 90vw;
}
* + .alignfull {
	margin-top: 50px;
}
.alignfull + * {
	margin-top: 50px;
}
}
@media (max-width: 920px) {
	.alignwide {
		margin: 50px auto;
		max-width: 800px;
		width: 100%
	}
}


/* Elements
--------------------------------------------- */
.wp-block-yoast-faq-block .schema-faq-question {
	font-size: 18px;
	color: #121212;
}
.wp-block-yoast-faq-block p.schema-faq-answer {
	font-size: 18px;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	   padding-top:85px;
}

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: var(--primary);
	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);
	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%;
}

/*-------------------------------------------------------------
# Link Buttons
--------------------------------------------------------------*/
.link_button {
	width: 100%;
	max-width: 230px;
	height: 60px;
	display: block;
	background: var(--secondary);
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
	margin-top: 40px;
	font-size: 18px;
}
.link_button:hover {
  background: var(--primary);
  color: #fff;
}
.link_button.more_button {
	margin: 60px auto 0 auto;
}
.wp-block-button__link.wp-element-button {
	width: 100% !important;
	max-width: 250px !important;
	height: 60px !important;
	display: block !important;
	background: var(--secondary) !important;
	line-height: 60px !important;
	text-align: center !important;
	color: #fff !important;
	border-radius: 5px !important;
	text-decoration: none !important;
	margin-top: 20px !important;
	font-size: 18px !important;
	padding: 0 !important;
}
.wp-block-button__link.wp-element-button:hover {
  background: var(--primary) !important;
  color: #fff !important;
}
.wp-block-heading.has-text-align-center {
	max-width: 480px;
	margin: 0 auto 24px auto;
}
.wp-block-buttons > .wp-block-button {
	width: 230px !important;
}
/*--------------------------------------------------------------
# FULL BAR
--------------------------------------------------------------*/
.full-bar {
	text-align: center;
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(249,249,251,1) 100%);
	padding: 120px 0;
	margin: 0;
}
.full-bar.solid-bar  {
    background:rgba(249,249,251,1);
}
.full-bar-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.full-bar .link_button {
  margin: 60px auto 0 auto;
}
.content-row + .full-bar {
    padding:170px 0px;
	  margin:-50px 0;
}

.full-bar-video {
	padding-bottom: 50%;
	background: #ccc;
	margin: 0 0 30px 0;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header/Navigation
--------------------------------------------- */

.top-bar {
  background: var(--secondary);
  text-align: center;
  color: #fff;
  padding: 15px 10%;
  font-size: 80%;
}
.demo-button {
  background: #fff;
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 100%;
  margin-left: 10px;
}
.demo-button:hover {
    background: var(--primary);
		color:#fff;
}
.breadcrumbs {
	width: 100%;
	max-width: 1480px;
	margin: 0px auto 0px auto;
	font-size: 14px;
	color: var(--secondary) !important;
	text-transform:uppercase;
}
.breadcrumbs a {
	color: var(--secondary) !important;
}
.breadcrumbs.no-hero-bc {
	max-width: 800px;
		margin: 40px auto 20px auto;
	width:90%;
}

.headwrap {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 85px;
	position: fixed;
	z-index: 9999;
	backdrop-filter: blur(6px);
	top:0;
	padding:20px 0;
		transition: all 400ms ease-in-out 0s;
}
.smallHeader {
   padding-top:70px;
}
.smallHeader .headwrap {
	height: 70px;
	position: fixed;
	z-index: 9999;
	backdrop-filter: blur(6px);
	border-bottom: 2px solid var(--greybg);
	top: 0;
	padding: 15px 0;
}
.smallHeader .site-header {
	margin: 0px auto;
}
.smallHeader .logo {
	width: 110px;
}
.smallHeader .head-phone {
	left: 130px;
}
.site-header {
	width: 90%;
	margin: 0px auto;
	position: relative;
		transition: all 400ms ease-in-out 0s;
}
.logo {
	width: 143px;
	transition: all 400ms ease-in-out 0s;
}
.logo a {
	display: block;
	vertical-align: top;
}
.logo img {
	display: block;
	visibility: ;
	vertical-align: top;
	position: relative;
	transition: all 400ms ease-in-out 0s;
}
.head-phone {
	font-weight: 700;
	position: absolute;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	left: 170px;
	transition: all 400ms ease-in-out 0s;
	font-family: PP Right Grotesk, sans-serif;
	font-size: 25px;
}
.head-phone i {
  color: var(--secondary);
  margin: 0 2px 0 0;
	font-size: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		transition: all 400ms ease-in-out 0s;
}

.smallHeader #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	line-height: 72px;
	height: 73px;
}
.wp-block-column img {
	width: 100%;
}
#site-navigation {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -43px;
	transition: all 400ms ease-in-out 0s;
}
.smallHeader #site-navigation {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
}

#site-navigation li.mega-menu-item > a.mega-menu-link {
	color: #121212;
}

.mega-indicator {
	position: absolute !important;
	left: 50% !important;
	width: 30px !important;
	text-align: center !important;
	margin-left: -15px !important;
	bottom: -17px;
	font-size: 12px !important;
	color: var(--secondary) !important;
}
#site-navigation  > li.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 5px !important;
}

.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%;
}

.entry-content ul {
	margin: 30px 0px;
}
.entry-content ul li {
	padding: 0px 20px;
}

.entry-content ul li:first-child {
  border: 0 none;
}
.page-splash-wrap + .help-bar {
	margin-top: 40px !important;
}

.foot-strap {
	padding: 30px 0px;
	background: #202020;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

/*------------------------------------*\
    SHIFTNAV
\*------------------------------------*/
header .shiftnav-toggle-button {
	display: none;
	padding: 0px;
	background: #fff;
	color: var(--secondary);
	font-size: 36px;
	position: absolute;
	right: 0px;
	top: 50%;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
}
header .shiftnav-toggle-button:hover {
	display: inline-block;
	padding: 0px;
	background: #fff;
	color: var(--primary);
}
.shiftnav.shiftnav-shiftnav-main {
	border-right: 5px solid #fff;
}
.sub-menu.sub-menu-1 {
	padding-left: 0px !important;
	font-size: 90% !important;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 22px 25px !important;
}
.sub-menu.sub-menu-2 li.menu-item > .shiftnav-target {
	padding: 10px 25px !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.shiftnav ul.shiftnav-menu .sub-menu.sub-menu-2 li.menu-item {
   border:0 none !important;
}
.shiftnav-inner #menu-item-119272 {
    border:0 none !important;
}
.shiftnav .shiftnav-panel-close {
	padding: 25px !important;
	z-index: 9999 !important;
	border-radius: 0;
	color: #fff !important;
}
.shiftnav::after {
  display:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.shiftnav .shiftnav-submenu-activation i.fa {
	color: #fff !important;
}
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	background: #2b2b2b !important;
}
.shiftnav-open-left::before {
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 400ms ease-in-out 0s;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
p.has-background {
	padding: 60px !important;
	width: calc(100% + 120px);
	margin: 30px -60px;
}
/* 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;
}


/*--------------------------------------------------------------
# Splash
--------------------------------------------------------------*/
.splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.home-splash {
	display: block;
	height: 650px;
}
.home-splash-text {
	display: grid;
	grid-gap: 0;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	grid-template-columns: 1fr;
	margin-top: 0px;
	z-index: 99;
	text-align: center;
	background: rgba(0,0,0,0.2);
}
.home-splash-text h1 {
	font-size: 66px;
	line-height: 70px;
	padding: 0px;
	margin: 0 0 30px 0;
	color: #fff;
}
.home-splash-text h1 strong {
   display:block;
}
.home-splash-text-wrap {
	max-width: 800px;
	margin: 0 auto;
}
.home-splash-text-wrap .link_button {
    margin:0 auto;
}
.tagline {
	font-size: 22px;
	line-height: 30px;
	display: block;
	margin: 0 0 30px 0;
	max-width: 610px;
}
.tagline p {
	margin-bottom: 0;
}
.tagline:last-child {
    margin-bottom:0;
}
.page-splash .tagline {
	font-size: 20px;
	line-height: 30px;
}
.splash-img {
	background-size:cover !important;
	background-position:center center !important;
	position: relative;
	padding-left: 240px;
	height: 100%;
}

.page-splash-wrap {
		margin:0 auto;
    position:relative;
		padding:0px;
}
.page-splash-wrap::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	margin-left: 0;
	height: 100%;
	background: var(--darkgrey);
	z-index: -1;
}
.page-splash {
	display: grid;
	min-height: 500px;
	grid-gap: 0;
	grid-template-columns: 40vw 1fr;
	align-items: center;
	margin: 0 auto;
}
.page-splash-text {
	padding: 80px 5vw;
	color: #fff;
}
.page-splash-text a {
	color: #fff;
}
.page-splash-text h1 {
	font-size: 50px;
	line-height: 50px;
	max-width: 600px;
	padding: 0px;
	margin: 0 0 30px 0;
	color: #fff;
	font-weight: 900;
}
.page-splash-text h1:last-child {
	margin: 0;
}
ol.has-background, ul.has-background {
	padding: 1.25em 2.375em;
	margin: 0;
	border-radius: 10px;
}
.page-splash-text h1 strong {
   color:var(--secondary);
}
.page-slide {
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 0px;
	clip-path: polygon(10vw 0%, 100% 0, 100% 100%, 0% 100%);
}
.page-splash-wrap.no-hero-image {

	padding: 0px !important;
}
.wp-block-media-text {
	position:relative;
}
.wp-block-media-text.grey-bg.full-color::before {
	background: #efeef7;
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 102vw;
	height: 100%;
	margin-left: -51vw;
	z-index: -1;
}
.wp-block-media-text.full-color {
   padding:30px 0px;
}
.wp-block-media-text.secondary-bg {
  background: var(--secondary);;
}
.wp-block-media-text.alignwide.is-stacked-on-mobile.is-image-fill.secondary-bg {
}
.wp-block-media-text.secondary-bg .wp-block-media-text__content {
  color: #fff;
}
.wp-block-media-text.secondary-bg .wp-block-heading {
  color: #fff;
}
.wp-block-media-text + .wp-block-media-text {
	background: 0 none !important;
}
.wp-block-media-text + .wp-block-media-text:before {
	display:none !important;
}
.page-splash-wrap.no-hero-image.splash-wide {
  max-width: 1480px;
}
.page-splash-wrap.no-hero-image .page-splash-text {
	padding: 80px 0;
	max-width: 600px;
	margin: 0 auto 0px auto;
}
.page-splash-wrap.no-hero-image .page-splash {
	display: block;
	height: auto;
	min-height: 0px;
	text-align: center;
}
.wp-block-media-text + p.has-background {
	margin-top: 50px;
}

/*------------------------------------*\
    SPLASH - IMAGE LEFT
\*------------------------------------*/

.home-splash.image-left .home-splash-text {
	grid-template-columns: 660px 1fr;
	order: 2;
}
.home-splash.image-left .home-splash-text .home-spacer {
	order: 2;
}

/*------------------------------------*\
    LOOP
\*------------------------------------*/

.loop-image {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0 0 20px 0;
  border-radius: 10px;
}
.cat-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
text-align:center;
}

h3.news-title-loop {
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}

.view-results {
	display: none;
}
/*------------------------------------*\
   FOOTER
\*------------------------------------*/
.footwrap {
	padding:60px 0px;
	background: var(--darkgrey);
	color: #fff;
}
.footer {
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 250px 250px 250px 1fr;
	grid-column-gap: 60px;
	font-size: 16px;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer h3 {
	color: #fff;
	font-size: 27px;
}
.foot-last {
  text-align: right;
}
.foot-last {
}
.foot-last i {
  font-size: 23px;
}
.footer .footcol.col-one a {
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	vertical-align: top;
}
.footer .footcol.col-one a:hover {
	color:#f2f2f2;
}
.foot-social {
	margin: 0 0 30px 0;
}
.footcol ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
}
.footcol ul li {
  padding: 0px;
}
.footcol.col-one {
}
.footcol ul li a {
  text-decoration: none;
  color: #fff;
}
.footcol.footright {
	text-align: right;
	font-size: 11px;
}
.footcol.col-one span {
	display: inline-block;
	clear: both;
	margin-right: 30px;
	line-height: 58px;
}
.footcol.col-one i {
	font-size: 26px;
	line-height: 30px;
	margin: 0 15px 0 0;
}
.social-links {
	display: inline-block;
	vertical-align: top;
}
.logo-foot {
	margin-bottom: 20px;
}
.logo-foot {
	max-width: 100px;
	float: right;
	display: block;
	width: 100%;
	clear: both;
}
.footcol span {
  display: block;
  clear:both;
}
.foot-social a {
	background: var(--secondary);
	height: 50px;
	display: inline-block;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 99px;
	font-size: 24px;
	margin: 0 10px 0 0;
}
.footcol span i {
	width: 26px;
	color: var(--lightblue);
}

.foot-logo {
	display: block;
	margin: 0 0 10px;
}

.footcol h5 {
	margin: 0 0 20px 0;
	font-size: 130%;
	padding: 0;
	line-height: 115%;
	color: #fff;

}
.foot-strap {
	padding: 30px 0px;
	background: #242424;
	color: #fff;
}
.foot-strap a {
    text-decoration:none;
		color:#fff;
}
.quick-contact {
	padding: 30px 5%;
	text-align: center;
	background: var(--secondary);
	color: #fff;
	font-size: 120%;
}
.quick-contact a {
	font-weight: 700;
	margin: 0 3px;
	color: #fff;
}
.quick-contact a:hover {
	color: var(--primary);
}
.strap-wrap {
  margin: 0 auto;
  max-width: 1480px;
  width: 90%;
  font-size: 14px;
  text-align: right;
}
.foot-copy {
	display: inline-block;
	margin: 0 30px;
}
.crd-link {
	display: inline-block;
	margin: 0 30px;
}
.footcol.footright a i {
	font-size: 40px;
	color: var(--secondary);
	margin: 0 0 0 15px;
}
.footcol.footright a:hover i {
	color: #0a85d6;
}
/*------------------------------------*\
    HOME ICONS
\*------------------------------------*/
.home-icons {
	max-width: 1480px;
	margin: 100px auto;
	text-align: center;
	width: 90%;
}
.quote-scroll + .home-icons {
	padding-top: 0;
	margin-top: 0;
}
.icon-grid {
  display: grid;
  height: auto;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: top;
  grid-gap: 40px;
  margin: 0;
}
.icon-grid.number-grid {
	margin: 50px auto;
	max-width: 800px;
}
.icon-single-wrap {
  height: 180px;
  width: 180px;

  overflow: hidden;
  margin: 0 auto 20px auto;
}
.icon-single-wrap a {
  display: block;
}
.icon-single p {
	margin-bottom: 0;
}
.icon-subtext {
	font-weight: bold;
}
.icon-title {
	font-size: 32px;
	line-height: 32px;
}
.icon-title strong {
font-family: lust, serif;
  font-weight: 700;
  font-style: normal;
  color: var(--primary);
}
.icon-single-number {
	background: #0a85d6;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	line-height: 72px;
	font-size: 40px;
	border-radius: 99px;
	color: #fff;
}
.icon-grid.number-grid p {
	line-height: 110%;
}

/*------------------------------------*\
   BOX GRID
\*------------------------------------*/
.box-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	height: 300px;
	margin: 60px auto 0 auto;
}
.box-grid div.box-grid-single {
	align-content: center;
	text-align: center;
	display: grid;
	color: #fff;
	font-size: 130%;
	padding: 20px;
	line-height: 110%;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 270px;
}
.box-grid div.box-grid-single::before {
	color: ;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(45, 191, 204, 0.9);
	position: absolute;
	top: 0;
	left: 0;
}
.box-grid div span {
	display: block;
	position:relative ;
}
.box-bar-wrap {
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
	width:90%;
}


/*------------------------------------*\
   QUOTES
\*------------------------------------*/
.quote-scroll {
  padding: 100px 0 100px 0;
  margin-top: 0px;
  z-index: 0;
  position: relative;
}
.quote-scroll {
	padding: 80px 0;
	background: #efeef7;
}
.quote-wrap {
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
	text-align: center;
}

.quote-intro {
  display: block;
  margin: 0 0 30px 0;
}
.quote-single {
	padding: 50px !important;
	background: #fff;
	border-radius: 0px;
	position: relative;
}
.left-quote {
	position: absolute;
	left: 30px;
	top: 0px;
	color: var(--secondary);
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.right-quote {
	position: absolute;
	right: 30px;
	top: 0px;
	color: var(--secondary);
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.quote-single-wrap {
  display: block;
  position: relative;
}
.right-quote-top {
	font-family: Lust;
	font-size: 90px;
	line-height: 90px;
	height: 30px;
	margin: 0 0 20px 0;
	display: block;
	color: var(--primary);
}
.quote-name {
	display: block;
	margin-top: 20px;
	color: var(--primary);
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
}
.quote-company {
  display: block;
  font-size: 90%;
  font-weight: bold;
  color: var(--primary);
  line-height: 80%;
}

.slick-dots {
	margin-top: 30px !important;
}

/*------------------------------------*\
   QUOTE FACTS
\*------------------------------------*/

.quote-facts-bar {
  height: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.quote-background-wrap {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position:relative;
}
.quote-background-wrap .quote-mark {
  font-family: Lust;
  font-size: 120px;
  line-height: 120px;
  height: 30px;
  margin: 0 0 30px 0;
  display: block;
  color: var(--primary);
}
.quote-background {
  height: 100%;
  align-content: center;
  display: grid;
  background:url(img/omcatering-3.jpg) center center / cover;
  color: #fff;
  padding: 50px;
  text-align: center;
  font-size: 130%;
	position:relative;
}
.quote-background::before {
	background: rgba(208, 27, 115, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.quote-background strong {
     font-family:Lust;
		 font-weight:normal;
}
.bar-facts {
  padding: 0 10%;
  height: 100%;
  display: grid;
  align-items: center;
}
.bar-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;

}
.bar-facts ul li {
  margin: 0 0 20px 0x;
}
.bar-facts ul li img {
  vertical-align: middle;
  margin: 0 30px 0 0;
}
.facetwp-facet.facetwp-facet-home_count.facetwp-type-pager {
	display: inline-block;
	margin: 0;
	font-weight: 800;
}
.wp-block-media-text.alignwide:first-child {
	margin-top: 0 !important;
}
.car-bar {
	padding: 60px 0;
	background: var(--darkgrey);
	z-index: 999;
	width: 100%;
	margin-top:60px;
}
.car-search {
	margin: 0 auto;
	width: 90%;
	max-width: 800px;
	text-align: center;
	color: #fff;
}
.car-search span:first-child {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	font-size: 24px;
	line-height: 24px;
}
.car-search-title {
	color: var(--lightblue);
	margin: 0 0 15px 0;
	font-size: 50px;
	line-height: 46px;
}

.main-home {
	margin: 60px auto;
	width: 90%;
	max-width: 1480px;
}
/*------------------------------------*\
   CLIENT SCROLL
\*------------------------------------*/
.box-bar {
	background: #fff;
	padding: 100px 0px;
}
/*------------------------------------*\
   CLIENT SCROLL
\*------------------------------------*/


.clients-scroll {
  padding: 50px 0px;
}
.client-wrap {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1480px;
  position: relative;
}
.client-slick {
  overflow: hidden;
}
.client-slick-wrap {
	position: relative;
	padding: 0 50px;
}
.client-slick-wrap .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border: 0 none;
	background: transparent;
	font-size: 25px;
	line-height: 50px;
	padding: 0px;
}
.client-slick-wrap .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 50px;
	padding: 0px;
}
.client-intro {
	display: block;
	margin: 0 0 30px 0;
	font-weight: bold;
}
.client-wrap .slick-slide img {
	border: 1px solid #ddd;
	text-align: center;
	margin: 0 auto;
}

  /* the slides */
.client-wrap .slick-slide {
      margin: 0 12px;
}

  /* the parent */
.client-wrap .slick-list {
      margin: 0 -10px;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.site-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 15px;
}

.site-header .search {
  position: absolute;
  top: -5px;
  right: 120px;
  width: 200px;
}
.site-header .search input {
  width: 100%;
  padding: 3px 40px 3px 15px;
  border-radius: 99px;
  font-size: 14px;
  line-height: 26px;
  height: 32px;
}
.site-header .search button {
  border: 0 none;
  background: transparent;
  width: 40px;
  padding: 0;
  position: absolute;
  text-align: ;
  top: 0;
  right: 0;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}

.quote-slick.slick-initialized.slick-slider.slick-dotted {
	padding: 0px !important;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 80px 10%;
}


/*------------------------------------*\
   FORMS
\*------------------------------------*/
.main-contact {
  padding: 80px 0;
}
.main-contact section {
	width: 95%;
	margin: 0 auto;
	max-width: 800px;
}
#gform_wrapper_1 {
	border-radius: 0;
}
.gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  padding: 15px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  padding: 0 0 0 15px !important;
}
#gform_submit_button_1 {
	width: 100%;
	max-width: 180px;
	height: 50px;
	display: block;
	background: var(--secondary);
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
	margin-top: 40px;
	font-size: 18px;
	padding: 0;
	margin: 20px auto 0 auto;
	border: 0 none;
}
#gform_submit_button_1 {
	background: var(--primary);
  color:#fff;
}
.gform_footer.top_label {
  padding: 0px !important;
}
.form-bar {
	padding: 60px 0px;
	border-top: 2px solid var(--greybg);
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
	max-width: 100%;
	background: #fff;
}
.form-wrap {
  margin: 0 auto;
}
.google-maps {
  height: 350px;
  position: relative;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tab-description h3 {
	font-size: 24px;
	line-height: 28px;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	display: block;
	padding-left: 15px !important;
	font-size: 12px !important;
	padding-top: 3px !important;
}
.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-left: 15px !important;
	font-size: 12px !important;
}
.google-text {
	max-width: 270px;
	margin: 20px auto 0px auto;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.google-text a {
	color: #666;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: var(--secondary);
}

.form-wrap h2 {
	text-align: center;
	margin: 0 auto 20px auto;
}
/*------------------------------------*\
   PROGRAM BAR
\*------------------------------------*/

.prog-bar {
  background: var(--primary);
  padding: 80px 0px;
  color: #fff;
  text-align: center;
}
.prog-wrap {
  max-width: 1480px;
  margin: 0 auto;
  width: 90%;
}
.prog-wrap h2 {
  color: #fff;
}
.prog-list h2 {
	color: #fff;
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto 20px auto;
	font-weight: 700;
}
.prog-img {
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
	margin: 0 0 20px 0;
	border-radius: 0px;
}
.prog-list {
	position: relative;
	padding: 0px;
	margin-top: 30px;
	
}
.prog-list a {
	color: #fff;
}
.prog-list .slick-prev.slick-arrow {
	position: absolute;
	left: -5vw;
  width: 5vw;
  height: 100px;
  top: calc(50% - 50px);

	border: 0 none;
	background: transparent;
	font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.prog-list .slick-slide {
    padding-top:0px;
		padding-bottom:0px;
}
.prog-list .slick-next.slick-arrow {
  position: absolute;
  right: -5vw;
  width: 5vw;
  height: 100px;
  top: calc(50% - 50px);

  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.front-links {
   overflow:hidden;
}

.wp-block-group:last-child, .wp-block-media-text:last-child {
	margin-bottom: 0 !important;
}
.slider-intro {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
/*------------------------------------*\
   FRONT POSTS
\*------------------------------------*/

.news-bar {
  padding: 80px 0px;
  text-align: center;
}
.news-wrap {
  max-width: 1480px;
  margin: 0 auto;
  width: 95%;
}
.news-wrap h3 {
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}
.news-img {
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
	margin: 0 0 20px 0;
	border-radius: 10px;
}
.news-list {
	position: relative;
	padding: 0 50px;
	margin-top: 30px;
}
.news-list .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
  width: 50px;
  height: 100px;
  top: 50px;
	border: 0 none;
	background: transparent;
	font-size: 25px;
  line-height: 100px;
	padding: 0px;
	color:#fff;
}
.news-list .slick-slide {
    padding-top:0px;
		padding-bottom:0px;
}
.news-list .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 100px;
  top: 50px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 100px;
	padding: 0px;
}
.front-links {
   overflow:hidden;
}

.news-date {
	font-size: 12px;
	color: var(--primary);
}

.entry-footer {
  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 40px;
}
.entry-footer span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.entry-footer span a {
  background: var(--primary);
  padding: 3px 8px;
  border-radius: 99px;
  color: #fff;
  margin: 0 0 0 2px;
  display: inline-block;
}
.entry-footer span a:hover {
  background:var(--secondary);
  color: #fff;
}

.opening-hours-widget {
  background: var(--greybg);
  padding: 60px 5%;
  text-align: center;
}
.opening-hours {
	display: block;
	background: #fff;
	border-radius: 99px;
	padding: 5px 20px;
	margin: 20px auto 0 auto;
	max-width: 300px;
}
.opening-hours-widget a {
  background: var(--primary);
  display: block;
  margin: 20px auto 0 auto;
  max-width: 230px;
  padding: 15px 10px;
  border-radius: 5px;
  color: #fff;
}
.opening-hours-widget a i {
	color: var(--secondary);
}
.opening-hours-widget a:hover {
  background: var(--logored);
  color: #fff;
}
.opening-hours-widget h4 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 20px 0;
}
.map-wrap {
  display: grid;
  grid-template-columns: 600px 1fr;
}
.opening-hours-widget {
	background: var(--greybg);
	padding: 100px 5%;
	text-align: center;
	align-content: center;
}
.opening-hours-widget span {
  display: block;
}
.company-address i {
	color: var(--secondary);
}
.google-map {
	position: relative;
	height: 400px;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-bar {
  padding: 50px 0;
}
.contact-bar-wrap {
  width: 90%;
  max-width: 1480px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}
.contact-bar-wrap div {
  border-top: 2px solid var(--lightblue);
  padding-top: 30px;
}
.map_button {
	background: var(--darkgrey);
	color: #fff;
	padding: 5px 13px;
	border-radius: 5px;
	font-size: 90%;
	display: block;
	max-width: 110px;
	text-align: center;
	margin: 15px 0 0 0;
}

@media only screen and (max-width:1200px) {

.contact-bar-wrap {
  width: 90%;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}
}
/*------------------------------------*\
   LISTS COLUMNS
\*------------------------------------*/
.center-col .wp-block-column {
	padding: 30px  20px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	text-align: center;
	border-radius: 20px;
}
.center-col .wp-block-column i {
  font-size: 50px;
  margin: 0 0 10px 0;
  color: var(--secondary);
}
.statement-col .wp-block-column i {
  font-size: 50px;
  margin: 0 0 10px 0;
  color: #fff;
}
.center-col .wp-block-column p:last-child {
    margin-bottom:0px;
}
.statement-col .wp-block-column {
	padding: 30px 20px;
	background: var(--primary);
	color:#fff;
	text-align: center;
	border-radius: 20px;
}
.statement-col .wp-block-column h4 {
    color:#fff;
}
.wp-block-columns.alignwide {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tick-list.wp-block-list {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
}
.tick-list.wp-block-list li {
  padding: 5px 0px 5px 36px;
  position: relative;
}
.tick-list.wp-block-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\f058";
  color: var(--secondary);
  font-family: "Font Awesome 6 Pro";
}

.wp-block-group.blue-group {
	background: var(--primary);
	padding: 30px;
	border-radius: 20px;
	color: #fff;
}
.wp-block-group.blue-group h2 {
	color: #fff;
}
.wp-block-group {
	margin: ;
	max-width: 800px !important;
	margin: 80px auto;
}
.wp-block-group.alignwide.abc-group .wp-block-heading.has-text-align-center {
	max-width: 800px;
}


/*------------------------------------*\
   SLIDER LIST
\*------------------------------------*/

.slider-list {
    padding:0px;
    margin: 0 -290px !important;
    max-width: 1480px;
    width: 1480px;
}
p + .slider-list, h2 + .slider-list {
    margin-top:30px !important;
}
.slider-list .slick-track {
    display: flex !important;
}
.slider-list .slick-slide {
	margin: 0 10px;
	padding: 40px;
	background: #100451;
	color: #fff;
	height:inherit;
}
.slider-list.text-list .slick-slide {
	margin: 0 10px;
	padding: 60px 40px;
}
.slider-list .slick-list {
      margin: 0 -10px;
}
.slider-list {
    padding:0px;
    margin: 0 -290px !important;
    max-width: 1480px;
    width: 1480px;
}
.slider-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
  font-size: 44px;
  display: block;
  color: var(--secondary);;
  font-family: "europa", sans-serif;
}
.slider-list.text-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
	font-size: 24px;
	margin: 0 0 15px 0;
	line-height: 30px;
}
.slider-list.text-list .slick-slide h4 {
      font-weight:700;
}
.slider-list.text-list .slick-slide i {
	font-size: 36px;
	display: block;
	margin: 0 0 15px 0;
}
.slick-dots button {
			display: block;
width: 9px;
  height: 9px;
  display: block;
  background: #1d1d1d;
  cursor: pointer;
  text-indent: -9999px;
  opacity: .25;
			padding: 0;
			border: none;
			border-radius: 20px;
			text-indent: -9999px;
			transition: all .1s linear;
}
.slick-dots li.slick-active button {
background: #000;
  opacity: 1;
  width: 30px;
	border-radius: 20px;
  cursor: default;
}
.slider-list .slick-arrow {
	width: 50px;
	border: 0 none;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 0;
	background: transparent;
	padding: 0px;
	font-size: 24px;
	text-align: center;
}
.slider-list .slick-next.slick-arrow {
   right:-50px;
}
.slider-list .slick-prev.slick-arrow {
   left:-50px;
}
/*------------------------------------*\
   FOCAL POINT
\*------------------------------------*/

.page-slide.focal-top-left {
	background-position: 25% 25% !important;
}
.page-slide.focal-top-center {
	background-position: center 25% !important;
}
.page-slide.focal-top-right {
	background-position: 75% 25% !important;
}
.page-slide.focal-middle-left {
	background-position: 25% center !important;
}
.page-slide.focal-centered {
	background-position: center center !important;
}
.page-slide.focal-middle-right {
	background-position: 75% center !important;
}
.page-slide.focal-bottom-left {
	background-position: 25% 75% !important;
}
.page-slide.focal-bottom-center {
	background-position: center 75% !important;
}
.page-slide.focal-bottom-right {
	background-position: 75% 75% !important;
}


.shiftnav.shiftnav-shiftnav-main {
	background: var(--darkgrey) !important;
}
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu ul.sub-menu {
	background: rgba(0,0,0,0.3) !important;
}

/*------------------------------------*\
    FINANCE
\*------------------------------------*/
#fbuilder .pbreak.pb0 {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	margin: 40px auto 20px auto;
	background: #f3f6f9;
}
#fbuilder .pbreak.pb0 input, #fbuilder .pbreak.pb0 select {
   border:2px solid var(--greybg);
	 padding:10px;
	 border-radius:5px;
	 text-align:center;
	 background:#fff;
	 webkit-appearance:none;
	 height:60px;
}
#fieldname11_1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
#fieldname11_1 {
  /*! grid-column: ; */
  display: grid;
}
#field_1-6 {
  display: grid;
}
#field_1-6 {
  grid-column: span 2;
}
#fbuilder label {
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	font-family: PP Right Grotesk, sans-serif;
	clear: both;
	font-weight: 400;
	color: var(--primary);
	text-transform: uppercase;
}
#fieldlist_1 h4 {
  font-size: 16px;
	line-height: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#fbuilder .fields:not(.cff-container-field), #fbuilder .top_aligned .fields .dfield {
	padding: 0px !important;
}
.total-months strong, .total-weeks strong {
  background: var(--greybg);
  display: block;
  border: 2px solid var(--greybg);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  color: var(--primary);
}
#field_1-6 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.car-id, .form-make, .form-model, .car-apr {
    display:none;
}
.finance-wrapper {
	margin: 60px auto;
	width: 90%;
	max-width: 1480px;
	text-align: center;
}
.small-print-fin {
	font-size: 10px;
	text-align: center;
	display: block;
	margin: 15px auto 0 auto;
}
#field_10_39 {
	text-align: center;
}
.cta-apply {
	display: block;
	padding: 15px 5px;
	background: var(--primary);
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
}
#field_10_39 .gfield_label{
    width:100%;
		display:block;
		text-align:center;
		padding:0 !important;
		margin:20px auto 0 auto !important;
}
.cta-apply:hover {
	background: var(--logored);
	color:#fff;
}
.single-finance-title h3, .single-enquiry-title h3, h2.related-title {
	font-size: 28px;
	line-height: 28px;
	margin: 0px 0 20px 0;
	text-align: center;
}
.enquiry-box {
	padding: 60px 0;
	border-radius: 0px;
	margin: 0 auto;
}

.single-enquiry-form {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.single-enquiry-title {
	margin: 0 auto 20px auto;
	max-width: 800px;
	width: 90%;
	text-align: center;
}
.gform-body.gform_body h2, .gform-body.gform_body h3 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 0 0;
	font-weight: 700;
	border-top: 1px solid var(--greybg);
	padding-top: 20px;
}
.gform_wrapper.gravity-theme .gform-text-input-reset, .gform_wrapper.gravity-theme input.gform-text-input-reset, body[class*="avada"] .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).gform-text-input-reset {
	border: 1px solid #ccc !important;
	background: #e9e9ed !important;
	border-radius: 3px !important;
	padding: 15px !important;
	font-weight: 700 !important;
}
.related-cars {
	margin: 60px auto;
	width: 90%;
	max-width: 1480px;
}
.cta-apply-wrap.used-apply-button {
	text-align: center;
}
.gform_button.button {
	max-width: 200px;
	width: 100% !important;
	margin: 10px auto 0 auto !important;
	border: 0 none;
	background: var(--primary);
	color: #fff;
	height: 50px;
	padding: 0;
	liune: ;
	line-height: 50px;
	border-radius: 5px;
	display: block !important;
	font-weight: 600;
}
.gform_button.button:hover {
	background: var(--logored);
	color: #fff;
}
/*------------------------------------*\
    SEARCH FACETWP
\*------------------------------------*/

.search-box .facetwp-facet {
  margin: 0 0 15px 0;
}
.search-box {
  position: relative;
}
.search-box label {
	position: absolute;
	top: 11px;
	left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 99;
	color: #979797;
}
.facetwp-facet input, .facetwp-facet select {
  padding: 34px 15px 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  background: #fff;
  margin: 0 !important;
	-webkit-appearance: none;
}
.search-box.search-type-checkbox {
	padding: 40px 15px 10px 15px;
	background: #fff;
	margin: 0 0 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.facetwp-facet.facetwp-type-dropdown::before {
	font-family: "Font Awesome 7 Pro";
	font-weight: 300;
	content: "\f078";
	position: absolute;
	right: 15px;
	bottom: 16px;
	pointer-events: none;
	z-index: 999;
	color: #0c1f88;
	font-size: 12px !important;
}
.search-box.search-type-range {
  padding: 40px 15px 0 15px;
}
.facetwp-slider-label {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.facetwp-type-checkboxes .facetwp-toggle {
  background: #223a75;
  color: #fff;
  margin: 0;
  display: ;
  width: 100%;
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 90%;
}

.facetwp-input-wrap {
	display: block ;
	width:100%;
}
.facetwp-icon {
	display: none;
}

.facetwp-reset {
	width: 100%;
	border: 0 none;
	background: #939393;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}
.facetwp-reset:hover {
	background: #333;
}
.facetwp-selections ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.facetwp-selections ul li {
	background: #fff;
	padding: 5px 0 5px 10px;
	border-radius: 99px;
	font-size: 90%;
	border: 1px solid #ddd;
	margin: 0 3px 0 0;
}
.top-grid-search-results {
	display: grid;
	grid-template-columns: 1fr 150px;
	grid-gap: 20px;
	font-size: 80%;
	margin: 0 0 25px;
}
.facetwp-facet.facetwp-facet-sort_by.facetwp-type-sort select {
	padding: 10px 25px 10px 10px;
	margin-bottom: 0 !important;
	position: relative;
}
.facetwp-facet.facetwp-facet-sort_by.facetwp-type-sort {
  margin: 0px !important;
}
.top-grid-sortby {
    position:relative;
}
.top-grid-sortby::before {
	font-family: "Font Awesome 7 Pro";
	font-weight: 700;
	content: "\f0d7";
	position: absolute;
	right: 15px;
	bottom: 10px;
	pointer-events: none;
	z-index: 999;
	color: #0c1f88;
}
.top-grid-search-results h1.car-layout-header {
	margin: 0 !important;
	line-height: 50px;
}
.top-grid-search-results .facetwp-facet.facetwp-facet-result_count.facetwp-type-pager,
.top-grid-search-results .facetwp-facet.facetwp-facet-result_count_commercials.facetwp-type-pager {
  margin: 0;
}
.search-box.search-type-range .facetwp-slider-reset {
	display: none !important;
}

.facetwp-facet.facetwp-facet-load_more.facetwp-type-pager {
  margin: 20px 0 0 0;
  width: 100%;
}
.facetwp-load-more {
	background: #223a75;
	color: #fff;
	border: 0 none;
	display: block;
	width: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	font-weight: bold;
}

h4.car-search-title strong span .facetwp-facet.facetwp-facet-home_count.facetwp-type-pager {
	margin: 0;
	display: inline;
}

.used-form-box.new-used-search {
	display: grid !important;
	grid-template-columns: 1fr 1fr 200px;
	grid-gap: 20px;
}

.fwp-submit.fwp-button-home {
	border-radius: 5px;
	background: transparent !important;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	height: 75px;
	line-height: 71px;
	padding: 0px !important;
	transition: all 400ms ease-in-out 0s;
	width: 100%;
}
.fwp-submit.fwp-button-home:hover {
	background: #fff !important;
	color:var(--primary);
}
.home-intro {
  padding: 60px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 560px;
	width: 90%;
}
.home-intro h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.home-cta-wrap {
	padding: 0 0 60px 0;
	max-width: 1480px;
	margin: 0 auto;
	border-bottom: 2px solid var(--greybg);
	width: 90%;
}
.home-cta {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	margin: 0px auto 0 auto;
	grid-gap: 30px;
}

.home-cta a i {
  color: var(--secondary);
  margin: 0 5px 0;
}
.used-form-box.new-used-search .facetwp-facet.facetwp-type-dropdown::before {
	bottom: 31px !important;
}


.cta-img {
	width: 100%;
	height: 250px;
	background-size: cover !important;
	background-position: center center;
	border-radius: 10px;
}
.cta-title {
	margin: 20px 0 0 0;
	font-size: 22px;
	line-height: 22px;
}
.car-title {
  display: grid;
  align-content: center;
  padding-bottom: 130px;
}

.used-price.price-left {
	font-size: 42px;
	font-weight: 900;
	line-height: 42px;
	font-family: PP Right Grotesk, sans-serif;
}
.car-page {
	padding-top: 50px;
}
.breadcrumb-wrap {
	margin: 0 auto;
	background: var(--greybg);
	padding: 8px 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.breadcrumb-bar {
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
}
.price-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  grid-gap: 10px;
  margin-top: 30px;
}
.cta-box a {
	display: block;
	padding: 15px 5px;
	background: var(--secondary);
	border-radius: 5px;
}
.cta-box a.cta-enquiry {
	background: var(--primary);
	color: #fff;
}
.cta-box a:hover, .cta-box a.cta-enquiry:hover {
	background: var(--logored);
	color: #fff;
}
.location i {
	color: var(--logored);
}
.used-price-week {
	display: block;
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #6d7982;
	text-align: right;
}
.used-price-week span {
  font-size: 15px;
}
.call-now-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	text-align: center;
	background:linear-gradient(90deg,var(--primary) 0%, var(--logored) 100%);
	color: #fff;
	z-index: 9999;
	border-top: 2px solid var(--greybg);
	display:none;
}
.car-dets-wrap {
	width: 90%;
	max-width: 1480px;
	margin: 60px auto 0 auto;
	text-align: center;
}
.car-dets-wrap h2 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 30px 0;
}
.car-dets-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  grid-gap: 10px;
}
.car-dets-list span strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
	margin-bottom:3px;
}
.car-dets-list span {
	border: 2px solid var(--greybg);
	border-radius: 10px;
	padding: 20px 10px;
	line-height: 20px;
}
.desc-bar {
	background: var(--greybg);
	padding: 60px;
	margin: 60px auto 0 auto;
	text-align: center;
}
.desc-content p:first-child {
	margin-top: 0;
}
h2.spec-title {
	font-size: 28px;
	line-height: 28px;
	margin: 0px 0 20px 0;
}
.car-desc {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.desc-content {
    max-height: 90px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.desc-content.expanded {
    max-height: 3000px; /* big enough for full content */
}

.desc-toggle {
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	cursor: pointer;
	padding: 4px 10px;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
}

.desc-toggle i {
    transition: transform 0.3s ease;
}
.desc-toggle:hover {
	background: var(--logored);
	color:#fff;
}

.new-cars-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
	padding: 0;
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
}

.car-card {
  background-size: cover;
  background-position: center;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.car-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
	z-index: 1;
	height: 50%;
}
.car-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.car-page-layout {
	padding: 50px 0;
}
.car-info {
	color:#fff;
	text-align: center;
}
.car-tag {
	display: inline-block;
	background: #0066ff;
	color: #fff;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 15px;
	font-family: PP Right Grotesk, sans-serif;
	font-weight: 700;
	line-height: 19px;
}

.car-model {
	font-size: 48px;
	font-weight: 800;
	color: white;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}
.car-price {
	font-size: 26px;
	font-weight: 700;
	color: white;
	margin: 5px 0 0 0;
	font-family: font-family: PP Right Grotesk, sans-serif;
	font-weight: 700;
	font-family: PP Right Grotesk, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.car-cta {
	display: block;
	background: white;
	color: #000;
	text-align: center;
	padding: 5px 30px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 4px;
	transition: background 0.3s, color 0.3s;
}

.car-cta:hover {
  background: #f0f0f0;
}

.home-new-title {
	width: 90%;
	margin: 20px auto 30px auto;
	text-align: center;
	font-size: 50px;
	line-height: 40px;
	font-weight: 800;
}
@media (min-width: 768px) {
  .new-cars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .new-cars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
.home-new-title {
	width: 90%;
	margin: 10px auto 24px auto;
	font-size: 40px;
	line-height: 36px;
}
.car-model {
	font-size: 38px;
	line-height: 30px;
}
.car-card {
	background-position: bottom center;
	min-height: 450px;
}
}
/*------------------------------------*\
   CAR LOOP
\*------------------------------------*/


#car-main-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-gap: 40px;
}

.car-loop-wrap article {
	font-size: ;
	display: grid;
	align-content: center;
	margin:0;
	border: 2px solid var(--greybg);
	border-radius: 10px;
	overflow: hidden;
}
.car-loop-wrap article:hover {
	border: 2px solid #aaa;
}
.loop-image-wrap {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.loop-image-wrap a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loop-dets {
	display: grid;
	align-content: center;
	padding:20px;
	position: relative;
}
.loop-det .loop-link {
  /*! padding: ; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h2.car-loop-title {
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 10px 0;
}

.vertical-loop h2.car-loop-title {
	text-align: center;
	margin: 0 auto 20px auto;
}
.main-loop-trim {
	display: block;
	font-size: 18px;
	color: var(--secondary);
}
.price-wrap-loop {
	margin-top: 20px;
	/* border-top: 1px solid #ccc; */
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* padding-top: 20px; */
}
.car-loop-price .reserved {
	background: var(--greybg);
	/* color: #fff; */
	font-size: 15px;
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 5px;
	width: 100%;
	display: block;
	text-align: center;
}
.car-specs-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  grid-gap: 10px;
  margin: 10px auto 0 auto;
}
.car-specs-inner i {
  display: block;
  margin: 0 auto;
}
.gallery-wrap {
	overflow: hidden;
}
.gallery-heading.wp-block-heading.has-text-align-center {
	max-width: 100%;
}
.image-count {
	position: absolute;
	color: #fff;
	background: rgba(0,0,0,0.8);
	display: block;
	top: 10px;
	padding: 7px 15px;
	border-radius: 10px;
	pointer-events: none;
	left: 10px;
	font-size: 13px;
}
.dets-left {
	text-align: center;
}
.main-car-specs-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	grid-gap: 10px;
	margin: 10px auto 0 auto;
}
.car-specs-inner span {
	font-size: 15px;
}
.car-specs-inner span i {
	color:var(--secondary);
}
.car-loop-price {
	font-weight: 900;
	font-size: 26px;
	line-height: 25px;
	text-align: left;
	font-family: PP Right Grotesk, sans-serif;
}
.reserved.single-reserved {
	/* max-width: 230px; */
	background: var(--greybg);
	border-radius: 5px;
	padding: 15px 5px;
}
.reserved.finance-reserved {
	max-width: 230px;
	background: var(--greybg);
	border-radius: 5px;
	padding: 15px 5px;
	margin:20px auto 0 auto;
	display:block;
	width:100%;
}
.loop-price-week {
	text-align: right;
	color: var(--primary);
	font-family: PP Right Grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 1.6;
}
.loop-price-week strong {
  font-weight: 700;
}
.title-trim {
	font-size: 15px;
	display: block;
	line-height: 16px;
	color: var(--secondary);
}
.variant {
	color: var(--secondary);
	display: block;
	font-size: 26px;
	line-height: 28px;
}
.loop-dets .loop-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.car-loop-wrap.facetwp-template {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.main-car-specs-inner {
  font-size: 90%;
}
.main-car-specs-inner span {
	margin: 0;
	display: inline-block;
	background: var(--greybg);
	border-radius: 5px;
	padding: 10px;
}
.main-car-specs-inner span i {
  color: var(--secondary);
  margin: 0 3px 0 0;
}
.vertical-loop article {
	display: grid;
	grid-template-columns: 1fr;
	align-content: center;
	margin:0;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
}
.vertical-loop {
    display:grid;
		grid-template-columns:1fr 1fr 1fr;
    grid-gap:30px;
}

.home-latest {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.car-loop-price.car-reserved {
	grid-column: span 2;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.new-small-print {
	margin: 30px auto;
	max-width: 540px;
	width: 90%;
	text-align: center;
	font-size: 11px;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.car-page-top {
	display: grid;
	grid-template-columns: 690px 1fr;
	margin: 0 auto;
	width: 90%;
	max-width: 1480px;
	grid-gap: 40px;
}
 
.flexslider {
  margin: 0 0 10px 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 40px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	border-radius:5px;
}
.flex-direction-nav a i {
	line-height: 40px;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.custom-controls-container ol {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative !important;
	bottom: 0 !important;
}
.custom-controls-container li {
   display:inline-block;
	 margin:0 5px;
}
.flex-control-paging li a {
  width:9px;
  height:9px;
  display: block;
  background: #1d1d1d;
  cursor: pointer;
  text-indent: -9999px;
	opacity:.25;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	transition: all .1s linear;
}
.flex-control-paging li a:hover {
}
.flex-control-paging li a.flex-active {
  background: #000;
	opacity:1;
	width:30px;
  cursor: default;
}
.custom-nav-wrap {
  text-align: center;
	padding:20px 0px;
}
.custom-navigation {
  display: inline-block;
  padding: 0 30px;
  margin: 0px auto;
  position: relative;
  max-width: 95%;
}
.flex-prev {
  position: absolute;
  left: 0;
}
.custom-controls-container {
  padding: 10px 0;
}
.flex-next {
  position: absolute;
  right: 0;
  top: 0;
}

/* ----------------------------------------
   Display Typography – Suzuki Style
   PP Right Grotesk Spatial Black
----------------------------------------- */

.display-1,
.rich_text_editor .display-1 {
  font-family: 'PP Right Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
	margin:0;
	padding:0;
}

.display-2,
.rich_text_editor .display-2 {
  font-family: 'PP Right Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
	margin:0;
	padding:0;
}


.display-3,
.rich_text_editor .display-3 {
  font-family: 'PP Right Grotesk', Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
	margin:0;
	padding:0;
}



.display-4, .rich_text_editor .display-4 {
	font-family: 'PP Right Grotesk', Helvetica, Arial, sans-serif;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .205px;
	margin: 10px 0 0 0;
	padding: 0;
}


.slide-inner {
	max-width: 620px;
	color:#fff;
}
.white-text {
   color:#fff;
}
.green-text {
   color:#61e18d;
}
.blue-text {
   color:#59d3ff;
}
.pink-text {
   color:#ffaefa;
}
.red-text {
   color:#f64141;
}
.flexslider.hero-slider li {
	padding: 60PX 5VW;
	min-height: 640px;
	position: relative;
	background-size: cover !important;
	background-position: center center !important;
}
.single-new-cars .flex-control-nav.flex-control-paging, .single-new-cars .flex-direction-nav {
	display: none;
}

.hero-button {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	font-family: RobotoRegular,sans-serif;
	color: #fff;
	background: #ccc;
	margin: 30px 0 0 0;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
}



.hero-button {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	font-family: RobotoRegular,sans-serif;
	color: #fff;
	margin: 30px 0 0 0;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
}

.white-button {
   background:#fff;
	 color:#121212;
}
.green-button {
   background:#61e18d;
}
.blue-button {
   background:#59d3ff;
}
.pink-button {
   background:#ffaefa;
}
.red-button {
   background:#f64141;
}


.hero-button:hover {
	color: #fff;
	background:var(--primary);
}
@media (min-width: 1600px) {
  .display-1 { font-size: 66px; }
  .display-2 { font-size: 58px; }
  .display-3 { font-size: 52px; }
  .display-4 { font-size: 46px; }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .display-1 { font-size: 52px; }
  .display-2 { font-size: 46px; }
  .display-3 { font-size: 41px; }
  .display-4 { font-size: 36px; }
	.slide-inner {
	max-width: 480px;
	color: #fff;
}
.flexslider.hero-slider li {
	padding: 50px;
	min-height: 530px;
}
}

@media (min-width: 600px) and (max-width: 1199px) {
  .display-1 { font-size: 36px; }
  .display-2 { font-size: 32px; }
  .display-3 { font-size: 29px; }
  .display-4 { font-size: 26px; }
	.slide-inner {
	max-width: 900px
	color: #fff;
}
.flexslider.hero-slider li {
	padding: 40px;
}
.hero-slide::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}
.slide-inner {
	position: relative;
	z-index: 1;
}
}

@media (max-width: 599px) {
.flexslider.hero-slider li {
	padding: 20px;
	min-height: 500px;
}
.hero-slide::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}
.hero-button {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 0 0;
	padding: 8px 15px;
}
.slide-inner {
	max-width: 620px;
	color: #fff;
	position: relative;
	z-index: 1;
}
  .display-1 { font-size: 32px; }
  .display-2 { font-size: 29px; }
  .display-3 { font-size: 26px; }
  .display-4 { font-size: 23px; }
}

.faq-section h4 {
	font-weight: 800;
	font-size: 40px;
	line-height: 0.9;
	margin: 0 0 30px 0;
	text-align: center;
}
.faq-section {
  max-width: 800px;
  margin: 50px auto;
	width:90%;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  padding: 20px 40px 20px 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.faq-question:hover {
  color: #666;
}

.faq-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.faq-toggle::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  top: 0;
  left: 2px;
  transition: transform 0.3s;
}

.faq-question.active .faq-toggle::before {
  transform: rotate(-135deg);
  top: 4px;
}

.faq-answer {
  display: none;
  padding: 0 0 20px 0;
  line-height: 1.6;
}


#test-drive {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding:50px 0;
	position:relative;
}
#test-drive + .new-small-print {
	margin:30px auto;
}
.form-bar {
  position:relative;
	border-top:0 none !important;
}
#test-drive:before, .form-bar:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: var(--greybg);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  margin-left: -50vw;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.filter-bottom, .close-filter {
	display: none;
}
#car-main-intro {
	padding-top: 76px;
}


.model-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card */
.model-showcase__card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Image */
.model-showcase__image {
    padding: 30px 30px 0;
}

.model-showcase__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content */
.model-showcase__content {
    padding: 24px 30px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Name */
.model-showcase__name {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 4px;
    color: #1a1a1a;
}
.model-showcase_title {
	font-weight: 800;
	font-size: 36px;
	margin: 0 0 20px 0;
	text-align: center;
}
.model-showcase_subtitle {
	display: block;
	text-align: center;
	margin: 0 auto 30px auto;
}
.model-showcase_wrap:last-child {
  margin-bottom: 0px !important;
}
/* Subtitle */
.model-showcase__subtitle {
    font-size: 0.95rem;
    color: #555;
    margin: 0 0 20px;
} 

/* Features heading */
.model-showcase__features-heading {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #1a1a1a;
}

/* Features list */
.model-showcase__features {
	list-style: disc;
	padding-left: 13px;
	margin: 0 !important;
	flex: 1;
}

.model-showcase__features li {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.5;
		padding:0 !important;
}
.model-showcase_wrap {
  padding: 100px 0;
  background: var(--greybg);
  position: relative;
  margin: 100px auto;
}
.model-showcase_wrap:before {
  background: var(--greybg);
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  right: 0;
  margin-left: -50vw;
  z-index: -1;
}
/* Buttons */
.model-showcase__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
}

.model-showcase__btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #1a1a1a;
    border-radius: 0;
    transition: all 0.2s ease;
    text-align: center;
}

.model-showcase__btn--primary {
    background: transparent;
    color: #1a1a1a;
}

.model-showcase__btn--primary:hover {
    background: #1a1a1a;
    color: #fff;
}

.model-showcase__btn--secondary {
    background: transparent;
    color: #1a1a1a;
}

.model-showcase__btn--secondary:hover {
    background: #1a1a1a;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .model-showcase__grid {
        grid-template-columns: 1fr;
    }

    .model-showcase__buttons {
        flex-direction: column;
    }

    .model-showcase__btn {
        width: 100%;
    }
}


/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1480px) {
.home-splash {
	display: block;
	height: 500px;
}
#primary.main-800 {
	padding: 50px 0px;
}
.slider-list {
	padding: 0px;
	margin: 50px calc(50% - 45vw) !important; 
    margin-bottom: 50px !important; 
    max-width: calc(90vw);
    width: calc(90vw);
}
.slider-list .slick-arrow {
	width: 5vw;
}
.slider-list .slick-next.slick-arrow {
   right:-5vw;
}
.slider-list .slick-prev.slick-arrow {
   left:-5vw;
}
.prog-bar {
	padding: 50px 0px;
}
.quote-scroll {
	padding: 50px 0;
}
.page-splash {
	min-height: 400px;
	grid-template-columns: 1fr 1fr;
}

.wp-block-media-text {
	min-height: 400px;
}
.page-splash-text h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 32px;
	line-height: 36px;
}
.quote-title h4 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 28px 0;
}
.wp-block-heading.has-text-align-center {
	max-width: 380px;
	margin: 0 auto 24px auto;
}
.quick-contact {
	font-size: 110%;
}
.slider-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
	font-size: 32px;
}
.slider-list .slick-slide strong:first-child, .slider-list.text-list .slick-slide h4 {
	font-size: 24px;
}
}
@media only screen and (max-width:1250px) {
.footer {
	grid-template-columns: 250px 180px 210px 1fr;
	grid-column-gap: 30px;
}
}

@media only screen and (max-width:1180px) {
#car-main-content {
	grid-template-columns: 1fr;
	grid-gap: 0px;
}
#car-main-intro {
	position: fixed;
	top: 0;
	right: -80%;
	padding: 70px 2.5% 70px 2.5%;
	background: #fff;
	z-index: 9999;
	width: 80%;
	height: 100vh;
	transition: all .6s ease-in-out;
}
.vertical-loop {
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.main-car-specs-inner i {
	display: block;
	margin: 0 auto 4px auto !important;
}
.facetwp-facet {
	margin-bottom: 10px;
}
.filter-bottom {
	position: sticky;
	bottom: auto;
	width: 90%;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #003790;
	left: 0;
	z-index: 99;
	transition: all .6s ease-in-out;
	top: 70px;
	border-bottom: 2px solid #fff;
	font-size: 90%;
	margin: 0 auto;
	border-radius: 5px;
}
.search.search-results .breadcrumb-wrap {
	margin: 0 0 20px 0;
}
.loop-price-week {
	text-align: right;
	color: var(--primary);
	font-family: PP Right Grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
}
.smallHeader .filter-bottom {
	width: 100%;
	margin: 0 auto;
	border-radius: 0px;
	transition: all .6s ease-in-out;
}

.close-filter {
	position: absolute;
	top: 12px;
	right: 2.5%;
	color: #062f6e;
	display: block;
	font-size: 30px;
}
.no-scroll .view-results {
	right: 0;
	transition: all .6s ease-in-out;
	display: block;
}
.no-scroll #car-main-intro::before {
	content: "Refine Your Search";
	font-size: 21px;
	font-weight: 700;
	position: absolute;
	top: 19px;
	left: 21px;
}
.view-results {
	position: fixed;
	bottom: 0;
	width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #0c47a2;
	right: -80%;
	z-index: 999999999;
	transition: all .6s ease-in-out;
}
body.no-scroll::before {
	content: "";
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	transition: all 800ms ease-in-out 1s;
}
.no-scroll #car-main-intro {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999999 !important;
	transition: all .6s ease-in-out;
	overflow: scroll;
}
h2.car-loop-title {
	font-size: 27px;
	line-height: 25px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.car-loop-wrap.facetwp-template {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.car-loop-wrap article {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
}
.main-car-specs-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	grid-gap: 10px;
	margin: 10px auto 0 auto;
}
.main-car-specs-inner span {
	margin:  0;
	display: inline-block;
	line-height: 20px;
}
#car-main-content {
	padding: 0;
}
}
@media only screen and (max-width:1480px) {
.car-page-top {
	grid-template-columns: 550px 1fr;
}
.car-dets-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	grid-gap: 10px;
}
}
@media only screen and (max-width:1080px) {

.map-wrap {
	grid-template-columns: 400px 1fr;
}
body {
	padding-top: 80px;
}
.logo {
	width: 150px;
	transition: all 400ms ease-in-out 0s;
}
.head-phone, .smallHeader .head-phone {
	left: auto;
	right: 0;
}

.headwrap {
	height: 80px;
}
#site-navigation {
	display: none;
}
header .shiftnav-toggle-button {
	display: block;
	background: transparent;
	left: -6px;
	margin-top: -24px;
	width: 47px;
}
header .shiftnav-toggle-button:hover {
	display: block;
	padding: 0px;
	background: transparent;
	color: var(--primary);
	width: 47px;
}
.logo {
	margin-left: 50px;
}
.cta-box {
	grid-template-columns: 1fr;
}
.car-page-top {
	grid-template-columns: 1fr;
	max-width: 720px;
	margin: 0 auto;
	grid-gap:20px;
}
.car-title {
	display: grid;
	align-content: center;
	padding-bottom: 0px;
}
.car-dets-wrap {
	width: 90%;
	max-width: 720px;
	margin: 40px auto 0 auto;
	text-align: center;
}
.desc-bar {
	padding: 30px;
	margin: 30px auto 0 auto;
}
.finance-wrapper {
	margin: 30px auto;
	width: 90%;
	max-width: 720px;
	text-align: center;
}
#fbuilder .pbreak.pb0 {
	grid-template-columns: 1fr 1fr;
}
.enquiry-box {
	padding: 30px 0;
	margin: 30px auto 0 auto;
}
.single-finance-title h3, .single-enquiry-title h3, h2.related-title {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
.related-cars {
	margin: 30px auto;
}
}
@media only screen and (max-width:1000px) {
.home-splash {
	display: block;
	height: 400px;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 40px 10%;

}
.home-splash-text h1 {
	font-size: 50px;
	line-height: 55px;
}
.breadcrumbs {
	width: 100%;
	max-width: 1480px;
	margin: 0px auto 10px auto;
	font-size: 14px;
	color: var(--secondary) !important;
}
.page-splash-text h1 {
	font-size: 32px;
	line-height:30px;
	margin: 0 0 30px 0;
}
.footer {
	grid-template-columns: 1fr;
	text-align: center;
	grid-row-gap: 30px;
}
.footcol.footright {
	text-align: center;
	font-size: 11px;
	margin-top:0px;
}
.foot-last {
	text-align: center;
}
.footcol.col-one {
	display: block;
	margin: 0 auto;
	max-width: 400px;
}
.footcol.col-one span {
	display: block;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
}
.social-links {
	display: block;
	margin: 15px auto;
	text-align: center;
}
.footcol.col-one i {
	font-size: 20px;
	line-height: 25px;
	margin: 0 10px 0 0;
}
.social-links i {
    margin-left:10px;
}
.footcol.col-one span {
	line-height: 30px !important;
}
.footer .footcol.col-one a {
	line-height: 25px;
}
}




@media only screen and (max-width:960px) {
.wp-block-group {
	margin: 50px auto;
}
.used-form-box.new-used-search {
	grid-template-columns: 1fr 1fr 130px;
}
.home-cta {
	grid-template-columns: 1fr 1fr;
}
.home-cta a:last-child {
    grid-column:span 2;
}
.map-wrap {
	grid-template-columns: 1fr;
}
.opening-hours-widget {
	padding: 40px 5%;
}
.google-map {
	position: relative;
	height: 250px;
}
.footcol.col-one {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 400px;
}
}
@media only screen and (max-width:768px) {
#site-navigation {
    display:none;
}
header .shiftnav-toggle-button {
	display: block;
}
#primary.main-800 {
	padding: 30px 0px;
}

}
@media only screen and (max-width:660px) {
.car-loop-wrap.facetwp-template {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.home-intro {
	padding: 40px 0;
}
.main-home {
	margin: 40px auto;
}
.cta-img {
	height: 170px;
}
.loop-price-week {
	text-align: right;
	color: var(--primary);
	font-size: 17px;
}
.vertical-loop {
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.home-cta {
	grid-template-columns: 1fr;
}
.home-cta a:last-child {
    grid-column:span 1;
}
.page-splash {
	min-height: 400px;
	grid-template-columns: 1fr;
}
.page-splash-text {
	padding: 40px 0 10px 0;
	color: #fff;
	order: 2;
}
.page-slide {
	height: 250px;
	clip-path: none;
}
.page-splash-wrap::before {
	width: 100vw;
}
.call-now-mobile {
   display:block;
}
.used-form-box.new-used-search {
	grid-template-columns: 1fr;
	grid-gap:10px;
}
.breadcrumbs {
	margin: 0px auto 5px auto;
}
.page-splash-text {
	padding: 30px 5vw;
	color: #fff;
	order: 2;
}
.form-bar {
	padding: 30px 0px;
}
#primary.main-woo, #primary.main-800, #primary.cat-loop {
	padding: 30px 0px;
}
.page-splash-text h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.page-splash .tagline {
	font-size: 18px;
	line-height: 28px;
}
.page-splash .tagline:last-child {
    margin-bottom:0;
}
.car-bar {
	padding: 60px 0;
}
.car-search-title {
	margin: 0 0 20px 0;
	font-size: 34px;
	line-height: 37px;
}
.car-search-title span {
    display:inline-block;
}
.used-form-box.new-used-search .facetwp-facet {
	margin: 0 !important;
}
.head-phone span {
   display:none;
}
.head-phone i {
	margin: 0;
	font-size: 30px;
	line-height: 38px;
}
.logo {
	margin-left: auto;
	margin: 0 auto;
}
.single-used-cars .footwrap {
    padding-bottom:90px;
}
.car-dets-list {
	grid-template-columns: 1fr 1fr;
}
h2.spec-title {
	font-size: 24px;
	line-height: 24px;
}
.wp-block-heading {
	font-size: 34px;
}
}

@media only screen and (max-width:600px) {
.wp-block-media-text {
	min-height: 0;
}
.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
	margin-top: 30px;
	padding: 0;
}
.wp-block-heading {
	font-weight: 800;
	font-size: 34px;
	line-height: 0.9;
	margin: 0 0 20px 0;
}
.wp-block-media-text.full-color {
	padding: 30px 0px 0px 0px;
}
.cat-wrap {
	display: grid;
	grid-row-gap: 30px;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
.facetwp-facet.facetwp-facet-sort_by.facetwp-type-sort select {
	font-size: 13px;
}
.top-grid-sortby::before {
	bottom: 17px;
}
.top-grid-search-results h1.car-layout-header {
	line-height: 43px;
}
.prog-bar {
	padding: 50px 0px;
}
.car-page-layout {
	padding: 30px 0;
}
#car-main-content {
	padding: 0;
}
.top-grid-search-results h1.car-layout-header {
	margin: 0 !important;
	line-height: 50px;
	font-size: 24px;
}
.facetwp-facet input, .facetwp-facet select {
	font-size: 16px;
}
#carousel li {
    max-width:82px !important;
}
#carousel li img {
    max-width:82px !important;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	line-height:30px;
}
.flex-direction-nav a i {
	line-height: 30px;
}
.main-car-specs-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	grid-gap: 10px;
	margin: 10px auto 0 auto;
	font-size: 14px;
}
.main-car-specs-inner i {
   display:none;
}
}
@media only screen and (max-width:430px) {
.slider-list .slick-arrow {
	font-size: 16px;
}
.prog-list .slick-prev.slick-arrow, .prog-list .slick-next.slick-arrow {
	font-size: 16px;
}
.car-dets-list {
	grid-template-columns: 1fr;
}
}
@media only screen and (max-width:380px) {
.top-grid-search-results h1.car-layout-header {
	margin: 0 !important;
	line-height: 43px;
	font-size: 22px;
}
.top-grid-search-results {
	grid-template-columns: 1fr 120px;
}
.top-grid-search-results h1.car-layout-header {
	margin: 0 !important;
	line-height: 43px;
	font-size: 24px;
}
}