/*
	Theme Name: AdTorque Edge
	Theme URI: https://www.adtorqueedge.com/
	Description: AdTorque Edge Theme
	Version: 2.0.0
*/

/* FONTS */

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/MINISerif-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/MINISerif-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Sans Serif';
	src: url('fonts/mini_sans_serif-bold-web.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Sans Serif';
	src: url('fonts/mini_sans_serif-regular-web.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/mini_serif-bold-web.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('fonts/mini_serif-regular-web.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


/* NORMALIZE.CSS v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, input, optgroup, select, textarea, .form-control.empty+label {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}


/* SVG */
[class*=" icon-"], [class^=icon-] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor
}

/* SLIDER STYLES */
.embla { position: relative } .embla__viewport { overflow: hidden; width: 100% } .embla__viewport.is-draggable { cursor: move; cursor: grab } .embla__viewport.is-dragging { cursor: grabbing } .embla__container { display: flex; user-select: none; } .embla__container.flex { flex-wrap: nowrap; } .embla__slide { position: relative; width: 100%; flex-shrink: 0 } .embla__slide__img, .embla__slide__video { display: block; width: 100%; height: auto } .full-height .embla__slide__inner { position: relative; overflow: hidden; height: 100vh } .embla__slide__video, .full-height .embla__slide__img { width: 100%; height: 100%; object-fit: cover; object-position: center } .embla__button { outline: 0; cursor: pointer; background-color: transparent; touch-action: manipulation; position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); border: 0; width: 28px; height: 28px; justify-content: center; align-items: center; fill: #1bcacd; padding: 0 } .embla__button:disabled { cursor: default; opacity: .3 } .embla__button__svg { width: 100%; height: 100% } .embla__button--prev { left: 50px } .embla__button--next { right: 50px } .embla__dots { display: flex; list-style: none; justify-content: center } .embla__dot { cursor: pointer; position: relative; display: flex; align-items: center; } .embla__dot:last-child { margin-right: 0 } @media(max-width: 500px) { .embla__slide__inner { width: 100%; height: 100%; } .embla__slide__video { max-height: none !important; } } @media(max-width: 1024px) { .embla__button--prev { left: 28px } .embla__button--next { right: 28px } } .disable-click .embla__slide { pointer-events: none; } .embla-thumbs .embla__slide { width: 33.3333%; min-width: 33.3333%; } .embla__dots__container { display: block; padding: 20px 28px } .embla__dots { gap: 10px } .embla__dot { background-color: var(--clr-grey); border: none; width: 1.5rem; border-radius: 4px; height: 4px; padding: 0 } .embla__dot.is-selected { background-color: var(--clr-primary) } .embla__button--next { transform: translateX(16px) } .embla__button { fill: var(--clr-white) } .middle-slider .embla__container { display: flex; gap: 20px; } .middle-slider .embla__slide { width: 75%; } .middle-slider .embla__slide:first-child { margin-left: 20px; } .embla .flex .embla__slide:last-child { margin-right: var(--wrp-gaps); } @media (min-width:1024px) { .middle-slider .embla__slide { width: 60%; } .embla .grid .embla__slide:last-child { margin-right: var(--wrp-gaps-d); } }


/* Hiding/Appearing Styles */
@media (max-width:767px) { .hide-mobile { display: none !important } } @media (min-width:768px) { .hide-above-mobile { display: none !important } } @media (max-width:1023px) { .hide-below-desktop { display: none !important } } @media (min-width:1024px) { .hide-desktop { display: none !important } } @media (max-width:1200px) { .hide-below-large { display: none !important } } @media (min-width:1024px) { .hide-large { display: none !important }
}

/* FLEX */
.flex { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: -20px } .flex.no-gaps { margin-left: 0 } .fv-center { align-items: center } .fh-center { justify-content: center } .flex>* { width: 100%; float: left; position: relative; padding: 0 0 0 20px } .flex.pb-vert>* { padding-bottom: 20px } .flex.no-gaps>* { padding: 0 } .flex.site-container>* { padding: 0 } .flex>.m-col-6 { width: 50% } .flex>.m-col-4 { width: 33.333% } .flex>.m-col-3 { width: 25% } .m-two-cols>* { width: 50% } .m-three-cols>* { width: 33.333% } .m-full { width: 100% } .flex-grow { flex-grow: 1 } .flex.equal-height>* { display: flex; flex-direction: column } .flex.equal-height>*>* { display: flex; flex-direction: column; flex-grow: 1 } .flex.equal-height img { min-height: 1px; align-self: flex-start } .flex-reverse { flex-direction: row-reverse } .equal-height>*>*>:last-child { margin-top: auto } .flex-right { justify-content: flex-end; } .m-flex-basic { display: flex; justify-content: space-between; width: 100% } @media (min-width:500px) { .flex-basic { display: flex; justify-content: space-between; width: 100% } .t-two-cols>* { width: 50% } .t-three-cols>* { width: 33.333% } .t-four-cols>* { width: 25% } a.video-popup { max-width: 500px; height: 218px; margin: 20px auto; padding: 170px 20px 0 20px } } @media (max-width:767px) { .flex.t-pb-vert>* { padding-bottom: 20px } } @media (min-width:768px) { .l-two-cols>* { width: 50% } .l-three-cols>* { width: 33.333% } .l-four-cols>* { width: 25% } .flex>.l-col-10 { width: 83.333% } .flex>.l-col-9 { width: 75% } .flex>.l-col-8 { width: 66.66667% } .flex>.l-col-7 { width: 58.333% } .flex>.l-col-6 { width: 50% } .flex>.l-col-5 { width: 41.66667% } .flex>.l-col-4 { width: 33.333% } .flex>.l-col-3 { width: 25% } .flex>.l-col-2 { width: 16.66667% } } @media (max-width:1023px) { .flex.l-pb-vert>* { padding-bottom: 20px } } @media (min-width:1024px) { .flex { margin-left: -28px } .flex>* { padding: 0 0 0 28px } .flex.pb-vert>* { padding-bottom: 28px } .d-two-cols>* { width: 50% } .d-three-cols>* { width: 33.333% } .d-four-cols>* { width: 25% } .d-five-cols>* { width: 20% } .d-six-cols>* { width: 16.66667% } .flex>.d-col-10 { width: 83.333% } .flex>.d-col-9 { width: 75% } .flex>.d-col-8 { width: 66.66667% } .flex>.d-col-7 { width: 58.333% } .flex>.d-col-6 { width: 50% } .flex>.d-col-5 { width: 41.66667% } .flex>.d-col-4 { width: 33.333% } .flex>.d-col-3 { width: 25% } .flex>.d-col-2 { width: 16.66667% } } @media (min-width:1200px) { .xl-two-cols>* { width: 50% } .xl-three-cols>* { width: 33.333% } .xl-four-cols>* { width: 25% } .xl-five-cols>* { width: 20% } .xl-six-cols>* { width: 16.66667% } .flex>.xl-col-10 { width: 83.333% } .flex>.xl-col-9 { width: 75% } .flex>.xl-col-8 { width: 66.66667% } .flex>.xl-col-7 { width: 58.333% } .flex>.xl-col-6 { width: 50% } .flex>.xl-col-5 { width: 41.66667% } .flex>.xl-col-4 { width: 33.333% } .flex>.xl-col-3 { width: 25% } .flex>.xl-col-2 { width: 16.66667% } } @media (min-width:1440px) { .xxl-two-cols>* { width: 50% } .xxl-three-cols>* { width: 33.333% } .xxl-four-cols>* { width: 25% } .xxl-five-cols>* { width: 20% } .xxl-six-cols>* { width: 16.66667% } .flex>.xxl-col-10 { width: 83.333% } .flex>.xxl-col-9 { width: 75% } .flex>.xxl-col-8 { width: 66.66667% } .flex>.xxl-col-7 { width: 58.333% } .flex>.xxl-col-6 { width: 50% } .flex>.xxl-col-5 { width: 41.66667% } .flex>.xxl-col-4 { width: 33.333% } .flex>.xxl-col-3 { width: 25% } .flex>.xxl-col-2 { width: 16.66667% } } /* GRID */ .grid { display: grid; grid-template-columns: 100%; gap: var(--wrp-gaps); align-items: flex-start } .grid.no-gaps { gap: 0 } .grid.cs-gaps { gap: var(--cs-gaps) } .grid.equal-height>* { height: 100% } .grid.m-three-cols, .grid.m-two-cols { grid-template-columns: repeat(12, 1fr) } .grid .m-col-6, .grid.m-two-cols>* { grid-column: span 6 } .grid .m-col-4, .grid.m-three-cols>* { grid-column: span 4 } .grid.l-four-cols:not(.embla__container)>*, .grid.l-three-cols:not(.embla__container)>*, .grid.l-two-cols:not(.embla__container)>*, .grid.m-three-cols:not(.embla__container)>*, .grid.m-two-cols:not(.embla__container)>*, .grid.t-four-cols:not(.embla__container)>*, .grid.t-three-cols:not(.embla__container)>*, .grid.t-two-cols:not(.embla__container)>* { display: grid; width: auto; gap: var(--wrp-gaps); grid-template-columns: 100% } @media (min-width:500px) { .grid.t-four-cols, .grid.t-three-cols, .grid.t-two-cols { grid-template-columns: repeat(12, 1fr) } .grid .t-col-6, .grid.t-two-cols>* { grid-column: span 6 } .grid .t-col-4, .grid.t-three-cols>* { grid-column: span 4 } .grid .t-col-3, .grid.t-four-cols>* { grid-column: span 3 } } @media (min-width:768px) { .grid.l-four-cols, .grid.l-three-cols, .grid.l-two-cols { grid-template-columns: repeat(12, 1fr) } .grid .l-col-6, .grid.l-two-cols>* { grid-column: span 6 } .grid .l-col-4, .grid.l-three-cols>* { grid-column: span 4 } .grid .l-col-3, .grid.l-four-cols>* { grid-column: span 3 } .grid .l-col-10 { grid-column: span 10 } .grid .l-col-9 { grid-column: span 9 } .grid .l-col-8 { grid-column: span 8 } .grid .l-col-7 { grid-column: span 7 } .grid .l-col-5 { grid-column: span 5 } .l-grid-reverse>:last-child { order: 1 } .l-grid-reverse>:first-child { order: 2 } } @media (min-width:1024px) { .grid { gap: var(--wrp-gaps-d) } .grid.no-gaps { gap: 0 } .grid.cs-gaps { gap: var(--cs-gaps-d) } .grid.d-five-cols, .grid.d-four-cols, .grid.d-six-cols, .grid.d-three-cols, .grid.d-two-cols { grid-template-columns: repeat(12, 1fr) } .grid .d-col-6, .grid.d-two-cols>* { grid-column: span 6 } .grid .d-col-4, .grid.d-three-cols>* { grid-column: span 4 } .grid .d-col-3, .grid.d-four-cols>* { grid-column: span 3 } .grid.d-five-cols>* { grid-column: span 2.4 } .grid .d-col-2, .grid.d-six-cols>* { grid-column: span 2 } .grid .d-col-10 { grid-column: span 10 } .grid .d-col-9 { grid-column: span 9 } .grid .d-col-8 { grid-column: span 8 } .grid .d-col-7 { grid-column: span 7 } .grid .d-col-5 { grid-column: span 5 } .d-grid-reverse>:last-child { order: 1 } .d-grid-reverse>:first-child { order: 2 } .grid.d-five-cols:not(.embla__container)>*, .grid.d-four-cols:not(.embla__container)>*, .grid.d-three-cols:not(.embla__container)>*, .grid.d-two-cols:not(.embla__container)>* { display: grid; width: auto; gap: var(--wrp-gaps-d); grid-template-columns: 100% } } @media (min-width:1200px) { .grid.xl-five-cols, .grid.xl-four-cols, .grid.xl-six-cols, .grid.xl-three-cols, .grid.xl-two-cols { grid-template-columns: repeat(12, 1fr) } .grid .xl-col-6, .grid.xl-two-cols>* { grid-column: span 6 } .grid .xl-col-4, .grid.xl-three-cols>* { grid-column: span 4 } .grid .xl-col-3, .grid.xl-four-cols>* { grid-column: span 3 } .grid.xl-five-cols>* { grid-column: span 2.4 } .grid .xl-col-2, .grid.xl-six-cols>* { grid-column: span 2 } .grid .xl-col-10 { grid-column: span 10 } .grid .xl-col-9 { grid-column: span 9 } .grid .xl-col-8 { grid-column: span 8 } .grid .xl-col-7 { grid-column: span 7 } .grid .xl-col-5 { grid-column: span 5 } .xl-grid-reverse>:last-child { order: 1 } .xl-grid-reverse>:first-child { order: 2 } .grid.xl-five-cols:not(.embla__container)>*, .grid.xl-four-cols:not(.embla__container)>*, .grid.xl-three-cols:not(.embla__container)>*, .grid.xl-two-cols:not(.embla__container)>* { display: grid; width: auto; gap: var(--wrp-gaps-d); grid-template-columns: 100% } }

.grid-reverse>:first-child {
	order: 2;
}

/* Embla flex overrides */
.embla__container.grid { display: flex; justify-content: flex-start; align-items: stretch; gap: 0; margin-left: calc(var(--wrp-gaps) * -1) } .embla__container.grid>* { position: relative; padding: 0 0 0 var(--wrp-gaps) } .grid.m-three-cols:not(.embla__container)>*, .grid.m-two-cols:not(.embla__container)>* { display: grid; width: auto; gap: var(--wrp-gaps); grid-template-columns: 100% } @media (min-width:1024px) { .embla__container.grid { margin-left: calc(var(--wrp-gaps-d) * -1) } .embla__container.grid>* { padding: 0 0 0 var(--wrp-gaps-d) } } @media (max-width:1023px) { .mob-full-slider .lrg-wrapper, .mob-full-slider .sml-wrapper, .mob-full-slider .wrapper { padding-left: 0; padding-right: 0 } }


html, body { margin: 0; padding: 0 } *, *:before, *:after { box-sizing: inherit } section { margin: 0; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat } h1, h2, h3, h4 { display: block; width: 100%; margin: 0; } a { text-decoration: none } a:hover { /*text-decoration: underline*/ } p { margin: 0; } a, button, input[type=submit] { transition: all .4s ease } img { max-width: 100%; height: auto; } button:focus { outline: 0 } .full-wrapper, .sml-wrapper, .wrapper, .lrg-wrapper { position: relative; width: 100%; margin: 0 auto } .t-left { text-align: left } .t-right { text-align: right } .t-center, .t-centre { text-align: center; list-style-position: inside } .t-upper { text-transform: uppercase } .inline-list { margin: 0; padding: 0; display: flex; flex-wrap: wrap } .inline-list li { float: left; list-style: none } .anchor { position: relative; visibility: hidden; display: block } .hidden { display: none !important } iframe[name=google_conversion_frame] { height: 0 !important; width: 0 !important; line-height: 0 !important; font-size: 0 !important; margin-top: -12px; float: left } .slider-video video { display: block } .error-page form { display: none !important } .parallax { position: relative; background-repeat: no-repeat; background-attachment: fixed; background-position: top center; background-size: cover } .content ol, .content ul { padding-left: 20px; margin: 0; line-height: 1.75em } .content .grid ol, .content .grid ul { gap: 0; } .content ol ol, .content ol ul, .content ul ol, .content ul ul { padding-left: 20px } img:not([src]) { visibility: hidden } img[data-src], img[data-srcset] { display: block; min-height: 1px } .loaded { animation-name: fadeIn; animation-duration: .4s; animation-timing-function: cubic-bezier(0, 0, .4, 1); animation-fill-mode: forwards } @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } .videoWrapper { position: relative; padding-bottom: 56.25%; width: 100%; height: 0 } .videoWrapper iframe, .videoWrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100% } th { background: #e4e4e4 } td, th { padding: 10px 16px; border: 1px solid #d8d8d8 } .bg-img { position: absolute; top: 0; right: 0; width: 48%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat } a.skip-main { left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999 } a.skip-main:active, a.skip-main:focus { color: var(--clr-white); background-color: var(--clr-base); left: auto; top: auto; width: 30%; height: auto; overflow: auto; margin: 10px 35%; padding: 4px; border-radius: 16px; border: 4px solid #ff0; text-align: center; font-size: 1.2rem; z-index: 999 } .form-control.empty+label { font-family: inherit; font-size: 100%; line-height: 1.5; margin: 0 } a.video-popup { max-width: 500px; height: 218px; margin: 20px auto; padding: 170px 20px 0 20px }



/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Global Styling
*    1.1 - Button	
*    1.2 - Sidebar
*    1.3 - Finance text calculator	
*    1.4 - Form styles
*    1.5 - Forms Checkbox
*    1.6 - Error page
*    1.7 - Social
*  2.0 - Featured Cars
*  3.0 - Grid & Video Gallery
*    3.1 - Gallery Grid - Masonary
*    3.2 - Video Gallery
*  4.0 - Tab & Accordian
*  5.0 - News & Events - Menu Item - Category Blog
*  6.0 - Header & Menu
*  7.0 - Footer Links
*  8.0 - Banner
*  9.0 - Quicklinks
*  10.0 - Mini Stock Locator
*  11.0 - Main Content - Pages
*    11.1 - Home Page
*    11.2 - Content Page
*    11.3 - Contact Page
*/

/* ========================================================================== 
* 0.0 Variables - https://www.cssfontstack.com/oldsites/hexcolortool/
* ========================================================================== */

:root {

/* Wrappers - Width */

--sml-wrapper: 1000px;

--std-wrapper: 1540px;

--lrg-wrapper: 1936px;

/* Wrappers - Padding */

--pd-tb: 16px;

/* Mobile - Top / Bottom */

--pd-lr: 16px;

/* Mobile - Left / Right */

--pd-tb-d: 80px;

/* 1024px - Top / Bottom */

--pd-lr-d: 48px;

/* 1024px - Left / Right */

--pd-tb-xl: 16px;

/* Wrappers - Gaps */

--wrp-gaps: 16px;

/* Mobile - Gap */

--wrp-gaps-d: 32px;

/* Custom - Gaps */

--cs-gaps: 20px;

/* Mobile - Gap */

--cs-gaps-d: 48px;

/* Neutral Colours */

--clr-white: #ffffff;

--clr-black: #000000;

--clr-black-lt: #3a3a3a;

--clr-black-dk: #1a1a1a;

--clr-grey: #f1f1f1;

--clr-grey-lt: #f5f5f5;

--clr-grey-dk: #5D5D5D;

/* Text */

--clr-base: #000000;

/* Body Text */

--clr-base-lt: #dbd5d5;

--clr-base-dk: #d1d1d1;

/* Primary Colours */

--clr-primary: #006683;

/* Button Default State */

--clr-primary-lt: #1f9cc2;

/* Button Hover State */

--clr-primary-dk: #167A00;

/* Button Active / Mobile State */

/* Secondary Colours */

--clr-secondary: #27242b;

/* Button Default State */

--clr-secondary-lt: #8D8A91;

/* Button Hover State */

--clr-secondary-dk: #5A575E;

/* Button Active / Mobile State */

/* Forms */

--form-bg: #ffffff;

/* Background */

--form-lb: #dbd5d5;

/* Label Text & Border */

--form-text: #000000;

/* Input Text */

/* Mini Search */

--mini-border: black;

/* Border */

--mini-input: #ffffff;

/* Input Background*/

--mini-text: #000000;

/* Footer */

/* Background */

--footer-bg: #000000;

/* Headings */

--footer-hd: #ffffff;

/* Text Colour */

--footer-text: #dddddd;

}

/* ========================================================================== 
* 1.0 Global Styling
* ========================================================================== */

html {
	font-size: 16px;
	line-height: 1.5em;
	box-sizing: border-box;
	font-family: 'MINI Sans Serif', sans-serif;
}

body {
	background: var(--clr-white);
	color: var(--clr-base);
	padding-top: 115px;
}

.anchor {
	top: -40px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	color: var(--clr-base);
	font-weight: 600;
	line-height: 1.25em;
	font-family: "MINI Serif", sans-serif;
	text-transform: uppercase;
}

h1, .h1 {
	font-size: 28px;
}

h2, .h2 {
	font-size: 16px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 18px;
}

.subtitle {
	font-size: 20px;
}

a {
	color: var(--clr-base);
}

a:hover {
	/*color: var(--clr-primary);*/
}

iframe {
	display: block;
}

.wrapper, .sml-wrapper, .lrg-wrapper {
	display: grid;
	gap: var(--wrp-gaps);
	align-items: flex-start;
	line-height: 1.5em;
	padding: var(--pd-tb) var(--pd-lr);
	grid-template-columns: 100%;
}

.wrapper.m-flex-basic, .sml-wrapper.m-flex-basic, .lrg-wrapper.m-flex-basic, .wrapper.flex-basic, .sml-wrapper.flex-basic, .lrg-wrapper.flex-basic {
	display: flex;
}


.wrapper {
	max-width: var(--std-wrapper);
}

.sml-wrapper {
	max-width: var(--sml-wrapper);
}

.lrg-wrapper {
	max-width: var(--lrg-wrapper);
}

.inner-wrapper {
	padding: 40px 24px;
	border-radius: 20px;
	margin: 40px 16px;
}

.m-top {
	margin-top: 20px;
}

.m-bot {
	margin-bottom: 20px;
}

.grey-bg {
	background-color: var(--clr-grey-lt);
}

.dark-bg p, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg .h1, .dark-bg .h2, .dark-bg .h3, .dark-bg .h4, .dark-bg a {
	color: var(--clr-white);
}

.wrapper.no-padding-top, .sml-wrapper.no-padding-top, .lrg-wrapper.no-padding-top {
	padding-top: 0;
}

.wrapper.no-padding-bottom, .sml-wrapper.no-padding-bottom, .lrg-wrapper.no-padding-bottom {
	padding-bottom: 0;
}
.round-img img, img.round-img, .round-img video, video.round-img  {
	border-radius: 20px;
}

.flex.no-gaps>* {
	--wrp-gaps: 0px;
	--wrp-gaps-d: 0px;
}

@media (min-width: 1024px) {


	body {
		padding-top: 82px;
	}

	.anchor {
		top: -90px;
	}

	.wrapper, .sml-wrapper, .lrg-wrapper {
		gap: var(--wrp-gaps-d);
		padding: var(--pd-tb-d) var(--pd-lr-d);
	}

	.inner-wrapper {
		margin: 16px;
	}

	h1, .h1 {
		font-size: 40px;
	}

	h2, .h2 {
		font-size: 36px;
	}

	h3, .h3 {
		font-size: 32px;
	}

	h4, .h4 {
		font-size: 20px;
	}

	.inner-wrapper {
		padding: 60px 64px;
	}

}

@media(min-width: 1440px) {

	body {
	padding-top: 84px;
	}

	/* .wrapper, .sml-wrapper, .lrg-wrapper {
		padding-top: var(--pd-tb-xl);
		padding-bottom: var(--pd-tb-xl);
	} */

}


/* ========================================================================== 
*  1.1 - Scroll Animation
* ========================================================================== */


.scroll-animate {
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	opacity: 0.6;
	transform: translate3d(0, -20px, 0);
}

.scroll-animate.in-viewport {
	opacity: 1;
	transform: translateZ(0);
}


/* ========================================================================== 
*  1.1 - Buttons	
* ========================================================================== */

.btn, .header .btn-nav a {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 16px 20px;
	text-decoration: none;
	border: none;
	text-align: center;
	background-position: center;
	transition: background 0.8s;
	cursor: pointer;
	line-height: 1em;
	text-transform: uppercase;
}

a.btn:hover, .btn:hover {
	text-decoration: none;
}

.btn-mg-top {
	margin-top: 20px;
}

.btn-mg-bot {
	margin-bottom: 20px;
}

.btn-primary, a.btn-primary, .readmore, p.readmore, .dark-bg .btn-primary, .dark-bg .btn-primary, a.btn-primary {
	background-color: var(--clr-primary);
	color: var(--clr-white);
	border-radius: 200px;
	padding: 0 48px;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.btn-primary:hover, a.btn-primary:hover, p.readmore:hover, .readmore:hover {
	background: var(--clr-primary-lt) radial-gradient(circle, transparent 1%, var(--clr-primary-lt) 1%) center/15000%;
	color: var(--clr-white);
}

.btn-primary:active, a.btn-primary:active, p.readmore:hover, .readmore:hover {
	background-color: var(--clr-primary-dk);
	background-size: 100%;
	transition: background 0s;
}

.btn-secondary, a.btn-secondary {
	background-color: var(--clr-secondary);
	color: var(--clr-white);
	border-radius: 200px;
	padding: 0 48px;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

a.btn-secondary:hover, .btn-secondary:hover {
	background: var(--clr-secondary-lt) radial-gradient(circle, transparent 1%, var(--clr-secondary-lt) 1%) center/15000%;
	color: var(--clr-white);
}

.btn-secondary:active, a.btn-secondary:active {
	background-color: var(--clr-secondary-dk);
	background-size: 100%;
	transition: background 0s;
}

.btn-white, a.btn-white {
	color: black;
	background-color: white;
	border-radius: 200px;
	padding: 0 48px;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.btn-outline, a.btn-outline {
	background: transparent;
	border: 2px solid var(--clr-primary);
	color: var(--clr-primary);
}

a.btn-outline:hover, .btn-outline:hover {
	background: var(--clr-primary) radial-gradient(circle, transparent 1%, var(--clr-primary) 1%) center/15000%;
	color: var(--clr-white);
}

.btn-outline:active, a.btn-outline:active {
	background-color: var(--clr-primary-dk);
	background-size: 100%;
	transition: background 0s;
}

.btn-signature {
	padding: 4px 20px;
}

.btn-flex {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.t-center .btn-flex {
	justify-content: center;
}

@media (max-width: 500px) {

	.btn-flex {
		flex-direction: column;
	}

}

@media (min-width: 1024px) {

	.btn-full {
		/* display: inline-flex; */
		width: 100%;
	}

	.btn.form-submit {
		width: 100%;
		text-align: center;
	}

	.header .btn-nav a, .header a.btn-nav {
		background-color: var(--clr-primary);
		color: var(--clr-white);
		padding: 16px 24px;
	}

	.header .primary-nav .btn-nav a:hover, .header .primary-nav .btn-nav:hover a {
		background: var(--clr-primary-lt) radial-gradient(circle, transparent 1%, var(--clr-primary-lt) 1%) center/15000%;
		color: var(--clr-white);
	}

}

/* ========================================================================== 
*  1.3 - Finance text calculator	
* ========================================================================== */

.finance-text-calc .ft-content {
	margin: 28px 0;
}

.ft-content .ft-text {
	margin-top: 16px;
	font-size: 36px;
	line-height: 1.5;
}

.ft-content .input-group, .ft-content .select-group {
	position: relative;
}

.ft-input {
	padding: 0 4px;
	border: 0;
	border-bottom: 2px solid var(--clr-base);
	background-color: transparent;
	color: var(--clr-base);
	font-weight: bold;
	font-size: 1.1em;
}

.ft-input option {
	font-size: 0.6em;
}

.ft-input.error {
	border-color: red;
}

.ft-input:focus {
	outline: 0;
}

.ft-input.loan-amount {
	max-width: 200px;
	padding-left: 28px;
}

.ft-input.loan-interest {
	max-width: 150px;
	padding-right: 28px;
}

.ft-input.loan-balloon-value {
	max-width: 150px;
	padding-left: 28px;
}

.ft-input.loan-balloon-percent {
	max-width: 100px;
	padding-right: 28px;
}

.input-icon {
	position: absolute;
	left: 0;
	top: -16px;
	font-size: 1.3em;
	color: var(--clr-base);
	font-weight: bold;
}

.loan-interest+.input-icon, .loan-balloon-percent+.input-icon {
	left: auto;
	right: 8px;
}

.ft-text {
	display: block;
}

.ft-content #allow-balloon {
	display: inline-block;
	margin-top: 20px;
}

.ft-disclaimer {
	margin-top: 28px;
	font-size: 16px;
	line-height: 1.8;
	color: var(--clr-base-dk);
}

.ft-results {
	margin-top: 28px;
	padding: 28px;
	background-color: var(--clr-grey);
}

.ft-results p {
	margin: 0;
	font-size: 22px;
}

.ft-repayment {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 2px solid var(--clr-grey);
}

.ft-repayment .tabs-content {
	display: none;
}

.ft-repayment .tabs-content.active {
	display: block;
	font-size: 80px;
	line-height: 2;
}

.ft-repayment .tabs-header {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid var(--clr-base);
	border-left-width: 0;
	cursor: pointer;
}

.ft-repayment .tabs-header:nth-child(4) {
	border-radius: 3px 0 0 3px;
	border-left-width: 1px;
}

.ft-repayment .tabs-header:nth-child(6) {
	border-radius: 0 3px 3px 0;
}

.ft-repayment .tabs-header.active {
	background-color: var(--clr-base);
	color: var(--clr-white);
}

.ft-repayment .balloon-payment {
	margin-top: 20px;
}

.ft-loan-details {
	max-width: 350px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
}

.ft-loan-details.ftld-ec {
	font-weight: bold;
}

.ft-results .btn-primary {
	margin-top: 28px;
}

.preapproval-form {
	display: none;
}

.preapproval-form.show {
	display: grid;
}

/* ========================================================================== 
*  1.4 - Form styles
* ========================================================================== */

.ate-form {
	display: grid;
	grid-template-columns: 100%;
	gap: var(--wrp-gaps);
	align-items: flex-start;
}

.ate-form-error {
	display: none;
}

.form-group {
	position: relative;
}

/* Form Field Heights - Input */
.form-control, .select-container, .form-control.empty+label, .form-group .select-container+label {
	padding: 12px 20px;
}

/* Form Field Heights - Select */
.select-container .select-hide {
	height: 44px;
	padding: 0 20px;
}

.form-control, .select-container {
	display: block;
	width: 100%;
	color: var(--form-text);
	background-color: var(--form-bg);
	border: 1px solid var(--form-lb);
	line-height: 1em;
	outline: none;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus, .select-container:focus {
	outline: none;
	border-color: var(--clr-primary);
}

.form-control.error, .select-container.error {
	border-color: red;
}

.select-container {
	display: inline-block;
	padding: 0 !important;
	overflow: hidden;
	vertical-align: top;
	background: url(images/select-input.png) no-repeat right 20px center var(--form-bg);
}

.select-container .select-hide {
	background: transparent;
	width: 100%;
	color: var(--form-text);
	line-height: 2;
	border: 0;
	appearance: none;
	text-indent: 0.01px;
}

.select-container .select-hide:focus {
	outline: 0;
}

.form-group label {
	position: absolute;
	top: -22px;
	left: 0px;
	padding: 0;
	border: 0;
	color: var(--form-text);
	z-index: 1;
	line-height: 1.5em;
	transition: all 0.4s ease-in-out;
	cursor: text;
	font-size: 16px;
	background: transparent;
}

.form-control.empty+label, .form-group .select-container+label {
	top: 50%;
	left: 0;
	background-color: transparent;
	color: var(--form-text);
	border-left: 0;
	border-right: 0;
	font-weight: normal;
	transform: translateY(-50%);
}


.asl-details .form-control.empty+label, .asl-details .form-group .select-container+label {
	transform: none
}

textarea.form-control.empty+label {
	top: 0;
	transform: translateY(0);
}

.form-group .select-container+label {
	opacity: 0;
	pointer-events: none;
}

.form-group .select-container.active+label {
	top: -22px;
	padding: 0;
	opacity: 1;
	color: var(--form-text);
}

.home textarea.form-control {
	height: 100px;
	resize: none;
}

textarea.form-control {
	height: 150px;
	resize: none;
}

.form-text {
	margin-bottom: 28px;
}

.ate-form .form-submit .spinner2 {
	display: none;
}

.ate-form .form-submit.show-spinner .spinner2 {
	display: inline-block;
	margin-right: 10px;
}

.ate-form .spinner2 {
	vertical-align: middle;
	transform-origin: center;
	animation: spinner-rotate 2.25s linear infinite;
	will-change: transform;
}

.spinner2 circle {
	fill: none;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: spinner-stretch calc(2.25s * .75) ease-in-out infinite;
	will-change: stroke-dasharray, stroke-dashoffset
}

@keyframes spinner-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes spinner-stretch {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -34px
	}

	100% {
		stroke-dashoffset: -124px
	}
}

.ate-form .btn.form-width {
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.form-flex {
	display: flex;
	flex-direction: row;
}

.form-flex .checkbox-group {
	margin-right: 20px;
}

@media (min-width: 1024px) {
	.ate-form {
		gap: var(--wrp-gaps-d);
	}
}

/* ========================================================================== 
*  1.5 - Forms Checkbox
* ========================================================================== */

.ate-form .flex {
	row-gap: 0;
}

.form-checkboxes {
	font-size: 12px;
}

.checkbox-group .container {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 0;
	padding-left: 34px;
	min-height: 23px;
	margin-bottom: 16px;
	cursor: pointer;
	user-select: none;
	font-size: 12px;
}

.checkbox-group input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark, .radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 6px;
	background-color: var(--clr-white);
	border: 1px solid var(--clr-base-lt);
}

.radiomark {
	border-radius: 24px;
}

.error+.checkmark {
	border-color: #ec1c24;
}

/* On mouse-over, add a grey background color */
.checkbox-group:hover input~.checkmark, .checkbox-group:hover input~.radiomark {
	background-color: var(--clr-base-lt);
}

.checkbox-group input:checked~.checkmark, .checkbox-group input:checked~.radiomark {
	background-color: var(--clr-primary);
	border-color: var(--clr-primary);
}

.checkmark:after, .radiomark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-group input:checked~.checkmark:after, .checkbox-group input:checked~.radiomark:after {
	display: block;
}

.checkbox-group .checkmark:after {
	left: 8px;
	top: 3px;
	width: 8px;
	height: 12px;
	border: solid var(--clr-white);
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.checkbox-group .container {
	vertical-align: middle;
}

/* Radio Button -Style the indicator (dot/circle) */
.checkbox-group .radiomark:after {
	top: 10px;
	left: 10px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--clr-white);
}


.form-checkboxes p a {
	text-decoration: underline;
}

.form-checkboxes p a:hover {
	color: var(--clr-primary);
}

/* ========================================================================== 
*  1.6 - Error page
* ========================================================================== */

.error404 h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.error404 h2 {
	color: red;
}

.error404 h1 svg {
	margin-right: 20px;
}

/* ========================================================================== 
*  1.7 - Social
* ========================================================================== */

.social {
	align-items: center;
	gap: 10px;
}

.social a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1em;
	background-color: var(--clr-primary);

}

.social li a {
	color: var(--clr-white);
}

.social a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


.footer-links .social a:hover {
	background: var(--clr-white);
	color: var(--clr-base);
}

.top-header .social {
	margin-left: 20px;
}

.top-header .social a {
	width: 28px;
	height: 28px;
	padding: 7px;
	font-size: 16px;
	color: var(--clr-white);
}

/* ========================================================================== 
*  2.0 - Featured cars - Full Width - Overlap
* ========================================================================== */

.featured-cars .embla__slide {
	width: 90%;
}

@media (min-width:768px) {

	.featured-cars .embla__slide {
		width: 45%;
	}
		
}

@media (min-width:1200px) {

	.featured-cars .embla__slide {
		width: 30%;
	}
		
}

@media (min-width:1921px) {

	.featured-cars .embla__slide {
		width: 22.5%;
	}
		
}

@media (max-width:1023px) {

	.featured-cars .inner-wrapper {
		margin: 0;
		background-color: transparent;
		padding: 0;
	}

	.featured-cars .featured-cars-title {
		padding: var(--pd-tb) var(--pd-lr) 0;
	}

	.featured-cars .embla__viewport {
		padding-left: var(--pd-lr);
	}

}


/* ========================================================================== 
*  2.0 - Featured cars - Dots
* ========================================================================== */

.featcars .embla__dots__container {
	display: none;
}

.featcars .embla__button {
	top: auto;
	bottom: -50px;
	left: 50%;
	width: 40px;
	height: 40px;
	padding: 10px;
	transform: translateX(-54px);
	fill: #ccc;
	border: 1px solid #ccc;
}

.featcars .embla__button:hover {
	background-color: var(--clr-base);
	border-color: var(--clr-base);
	fill: var(--clr-white);
}

.featcars .embla__button--next {
	transform: translateX(16px);
}

.featcars.embla {
	display: flex;
	flex-direction: column-reverse;
}

.featcars .embla__dot.is-selected, .embla__dot.is-selected {
	background-color: var(--clr-primary);
}


/* ========================================================================== 
*  2.0 - Featured cars - Styles
* ========================================================================== */

.featcars .cow h2 {
	font-size: 18px;
	font-weight: 600;
	color: var(--clr-base);
	padding: 14px 20px;
}

.featcars .cow h2 span {
	font-size: 16px;
	font-weight: 300;
	color: var(--clr-base);
}

.featcars .cow h3 {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 24px;
}

.featcars .cow .cow-price-cat {
	margin-bottom: 16px;
	padding: 0 20px;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.featcars .cow .cow-price-cat.cow-price-rate {
	flex-direction: column;
	font-weight: 200;
}

.featcars .cow .cow-price-cat.cow-price-rate span:last-child, .featcars .cow-price-cat .btn-fancy span {
	font-size: 16px;
	color: gray;
}

.featcars .cow-price-cat, .featcars .repayments {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.featcars .repayments .icon {
	display: none;
}

.featcars .cow-price-cat a {
	display: inline;
	position: relative;
	top: auto;
	left: auto;
	text-align: right;
	text-decoration: none;
	pointer-events: none;
	cursor: pointer;
}

.featcars .cow-price-cat>span:last-child {
	text-align: right;
}


.featcars .cow .t-large {
	font-weight: 500;
	margin: 0;
}

.featcars .cow h3 .price-text {
	line-height: 1.2em;
	font-size: 12px;
	display: block;
	color: var(--clr-base);
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 4px;
}

.featcars .t-was {
	order: 2;
}

.featcars .cow .cow-il li {
	color: var(--clr-base);
	background-color: var(--clr-grey);
	font-size: 12px;
	padding: 2px 4px 0;
	border-radius: 4px;
}

.featcars .cow .cow-il li:last-child {
	margin-right: 0;
}

.featcars .cow-button {
	padding: 0 20px 20px;
}

.featcars .featured-banner .cow-img:after, .featcars .just-arrived .cow-img:after, .featcars .special-banner .cow-img:after {
	background-color: var(--clr-primary);
	padding: 10px;
}

.featcars .cow-content {
	padding: 0 20px 20px;
}


.featured-cars .cow {
	border: 0 !important;
	border-radius: 20px;
	overflow: hidden;
	background-color: var(--clr-grey);
}

.featured-cars .cow:hover {
	box-shadow: none !important;
}

.featured-cars img {
	display: block;
}

.featured-cars-title {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-family: "MINI Sans Serif", sans-serif;
	color: black;
	margin-bottom: 16px;
}

.featured-cars h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	text-align: left;
}

.featured-cars-inner .cow h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	text-align: left;
}

.featcars .cow h3 .price-text {
	line-height: 0.8;
	margin-top: 0;
	font-family: 'MINI Sans Serif', sans-serif;
	'MINI Sans Serif', font-family: sans-serif;
}

.featcars .cow .cow-il li {
	background-color: #e0e0e0;
	text-transform: uppercase;
}

@media  (min-width:1024px) {
	
	.featured-cars .cow {
		background-color: var(--clr-white);
	}

}

/* ========================================================================== 
*  3.2 - Video Gallery Styles
* ========================================================================== */

.video-gallery {
	max-width: 960px;
	margin: 0 auto;
}

div.imgbox a:hover img {
	opacity: 0.6;
}

div.vid_icon:hover, span.vid_icon:hover {
	opacity: 1;
	background-image: url(../images/vid_icon.png);
}

.titlebelowthumb a {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

/* ========================================================================== 
*  4.1 - Tabs
* ========================================================================== */

.tabs-flex {
	display: flex;
	margin-bottom: 20px;
	background-color: var(--clr-grey);
	padding: 2px;
	gap: 2px;
	border-radius: 4px;
	overflow: hidden;
}

.default-header {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 16px 20px;
	flex: 1 1 100%;
	color: #98a0a3;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	font-weight: 400;
}

.default-header:hover {
	color: var(--clr-base);
}

.default-header.dropdown {
	display: block;
}

.default-header.active {
	background-color: var(--clr-white);
	color: var(--clr-base);
}

.default-content {
	display: none;
}

.default-content.dropdown {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	border-right: none;
	border-bottom: 1px solid var(--clr-grey);
}

.default-content.active, .default-content.tab-slider {
	display: block;
	padding: 20px;
	background-color: var(--clr-white);
	border-radius: 4px;
	border: 1px solid var(--clr-grey);
}

.default-content.dropdown.active {
	max-height: 10000px;
}

@media (max-width: 768px) {

	.tabs-flex {
		flex-wrap: wrap;
	}

}


@media (min-width: 769px) {

	.default-header:first-child {
		border-radius: 4px 0 0 4px;
	}

	.default-header:last-child {
		border-radius: 0 4px 4px 0;
	}

}


/* ========================================================================== 
*  4.2 - Accordian
* ========================================================================== */

.accord-container {
	border-radius: 15px;
	background-color: var(--clr-grey-lt);
	border: 1px solid var(--clr-grey-lt);
}

.faqs .accord-head {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.accord-head {
	display: flex;
	padding: 20px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	margin: 0;
}

.accord-head svg {
	fill: var(--clr-primary);
	transition: all 0.4s ease;
	border: 2px solid var(--clr-primary);
	border-radius: 25px;
	font-size: 23px;
	padding: 1px;
	margin-right: 20px;
}

.accord-head span {
	flex: 1;
}

.accord-container.active, .accord-container:hover {
	background: var(--clr-white);
}

.accord-head:hover, .accord-container.active .accord-head {
	color: var(--clr-primary);
}

.accord-container.active .accord-head svg {
	transform: rotate(45deg);
}

.accord-content {
	padding: 0 20px 0 65px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	color: var(--clr-base);
}

.accord-content *:last-child {
	margin-bottom: 0;
}

.accord-container.active .accord-content {
	padding-bottom: 20px;
	max-height: 10000px;
}

.disclosure-text {
	font-size: 12px;
}

ul.disclosure-list {
	list-style: none;
	padding-left: 0;
}

@media (min-width: 768px) {

	.accord-head {
		padding: 30px;
		font-size: 20px;
	}

	.accord-content {
		padding: 0 30px 0 75px;
	}

	.accord-container.active .accord-content {
		padding-bottom: 30px;
	}

}


/* ========================================================================== 
*  5.0 - News & Events - Menu Item - Category Blog
* ========================================================================== */

article {
	position: relative;
}

article a.post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

article:hover h3 {
	color: var(--clr-primary);
}

.view-article {
	font-weight: 600;
}

.post-date {
	color: #818181;
	margin: 0;
	font-size: 16px;
	background: #ebebeb;
	padding: 4px 4px;
	border-radius: 4px;
}

.post img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.post h3 {
	margin-bottom: 20px;
}

.page-header, .page-header+.article-info {
	display: none;
}

.published {
	margin-left: 0;
}

.published .icon-calendar {
	display: none;
}

.pagination ul {
	display: flex;
	list-style: none;
	justify-content: center;
	padding-left: 0;
}

.pagination ul li {
	display: inline-block;
}

.pagination ul li a, .pagination ul li span {
	padding: 7px;
	margin: 0 4px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border: 1px solid var(--clr-base);
}

.pagination ul li span, .pagination ul li a:hover {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
	display: none !important;
}

.np-img {
	width: 100%;
	background-position: center;
	background-size: cover;
}

.np-line {
	margin-bottom: 34px;
}

/* ========================================================================== 
*  6.1 - Top Header
* ========================================================================== */

.top-header {
	display: none;
	position: relative;
	z-index: 1000;
	text-align: center;
	background-color: var(--clr-grey-lt);
	width: 100%;
}

.top-header .lrg-wrapper {
	padding-top: 4px;
	padding-bottom: 4px;
	justify-content: flex-end;
}

.top-header a {
	color: var(--clr-base);
}

.top-header a:hover {
	color: var(--clr-primary);
	text-decoration: none
}

.top-header p {
	margin: 0;
	line-height: 1.1em;
	vertical-align: middle;
	color: var(--clr-white);
}

.top-header .icon-location, .top-header .icon-mobile {
	margin-right: 4px;
	color: var(--clr-primary);
}

.icon-location, .icon-mobile, .icon-testdrive {
	width: 28px;
	height: 28px;
}

.translated-ltr .skiptranslate~.header .top-header {
	top: 40px;
}

@media (min-width: 1024px) {

	.top-header {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1030;
		text-align: right;
		transition: top 0.4s ease;
		overflow: hidden;
	}

	.top-header .lrg-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
		gap: 24px;
	}

	.top-header p {
		display: inline-block;
	}

}

/* ========================================================================== 
*  6.3 - Navigation
* ========================================================================== */

.nav-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1030;
	color: var(--clr-base);
	background-color: var(--clr-white);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: all 0.4s ease;
}

.nav-menu .lrg-wrapper {
	align-items: center;
	max-width: none;
}

.fixed-menu .nav-menu {
	top: 0;
	box-shadow: 0 16px 24px 0 rgb(0 0 0 / 8%);
}

.scrolling-down .nav-menu {
	transform: translate(0, -100%);
}

.primary-nav {
	display: none;
}

.logo img {
	display: block;
	max-width: 90px;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dealer-name {
    font-family: "MINI Serif", serif;
    font-size: 20px;
    letter-spacing: 0;
}

.mobile-title {
	white-space: nowrap;
	text-align: center;
	color: var(--clr-white);
	text-transform: none;
	font-size: 18px;
}

.mobile-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 20px;
}

.mobile-icons * {
	display: flex;
}

.mobile-link .icon-cross, .show-menu .mobile-link .icon-menu {
	display: none;
	font-size: 26px;
}

@media (max-width: 1024px) {

	.nav-menu .lrg-wrapper {
		padding: 16px var(--wrp-gaps);
	}

	.mobile-header .wrapper {
		padding: 10px var(--wrp-gaps);
	}

	.logo img {
		width: auto;
		max-width: none;
	}


	.mobile-link {
		justify-content: flex-end;
	}

}

@media (min-width: 1024px) {

	.mobile-header, .mobile-title, .mobile-icons {
		display: none;
	}

	.logo {
	}

	.logo img {
		height: 32px;
		width: auto;
	}

	.nav-menu {
		/*top: 44px;*/
	}

	.nav-menu .lrg-wrapper {
		padding-top: 18px;
		padding-bottom: 18px;
		gap: 42px;
	}

	.stacked .nav-menu .lrg-wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.primary-nav {
		display: inline-block;
		flex: 1;
	}

	.primary-nav ul, .secondary-nav ul {
		display: flex;
		/*justify-content: flex-end;*/
		margin: 0;
		padding: 0;
		gap: 12px;
	}

	.secondary-nav ul {
		align-items: center;
	}

	.primary-nav li, .secondary-nav li {
		display: inline-block;
		position: relative;
		font-size: 16px;
	}

	.secondary-nav li {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.secondary-nav li a {
		display: flex;
		align-items: center;
		gap: 4px;
		/* Added gap specifically for icon and text */
	}

	.primary-nav a {
		display: block;
		padding: 16px 0;
		color: var(--clr-black);
		text-decoration: none;
		transition: all 0.6s ease;
		line-height: 1em;
		font-size: 14px;
	}

	.primary-nav li:not(.menu-item-object-page) {
		position: relative;
	}

	.primary-nav > ul > li::after, .primary-nav > ul > li.mm-link::after  {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--clr-black);
		left: 0;
		width: 0;
		transition: ease 0.4s all;
	}

	.primary-nav > ul > li.menu-item-has-children:not(.mm-link):after {
		content: none;
	}

	.primary-nav > ul > li:hover::after {
		width: 100%;
	}

	.primary-nav li:hover a {
		/*color: var(--clr-primary);*/
	}

	.primary-nav .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		border: none;
		min-width: 100%;
		white-space: nowrap;
	}

	.primary-nav ul li:hover .sub-menu {
		display: block;
	}

	.primary-nav .mm-link .sub-menu, .primary-nav ul li.mm-link:hover .sub-menu {
		display: none;
	}

	.primary-nav .sub-menu li {
		display: block;
	}

	.primary-nav>.nav>li:hover>a {
		color: var(--clr-primary);
	}

	.primary-nav .sub-menu a {
		position: relative;
		padding: 12px 20px;
		text-align: left;
		background-color: var(--clr-grey);
	}

	.primary-nav .sub-menu a, .primary-nav ul li:hover .sub-menu a {
		color: var(--clr-base);
	}

	.primary-nav ul li:hover .sub-menu li:hover a {
		background: var(--clr-grey-dk);
		color: var(--clr-white);
	}

	.primary-nav .sub-menu li:last-child a {
		border: 0;
	}

	.secondary-nav h1, .secondary-nav h2 {
		text-transform: uppercase;
		font-weight: bold;
	}

	.right-sidebar h2 {
		margin: 16px 0 27px;
	}

	.translated-ltr.translated-ltr .skiptranslate~.header .nav-menu {
		top: 88px;
	}

	/* Second Level Sub-Menu */
	.primary-nav ul li .sub-menu .sub-menu {
		display: none;
		position: absolute;
	}

	.primary-nav .sub-menu li:hover .sub-menu {
		display: block !important;
	}

	.primary-nav .sub-menu .sub-menu {
		top: 0;
		left: 100%;
		height: 103.1%;
		display: none !important;
	}

	.primary-nav .sub-menu .sub-menu li a {
		background-color: #f2f2f2 !important;
		color: var(--clr-base) !important;
	}

	.primary-nav .sub-menu .sub-menu li:hover a {
		background-color: var(--clr-primary) !important;
		color: var(--clr-white) !important;
	}

	/* ========================================================================== 
	*  	6.3.1 - Smaller Navigation on scroll
	* ========================================================================== */

	.fixed-menu .top-header {
		transform: translate(0, -100%);
	}

	.fixed-menu .dealer-menu {
		top: 0;
		transform: translate(0, -100%);
	}

	.fixed-menu .nav-menu {
		top: 0;
		transform: translate(0, 0);
		/* background-color: rgb(255 255 255 / 85%);		 */
	}

	.scrolling-down .nav-menu {
		transform: translate(0, -100%);
	}

}

@media(min-width: 1200px) {

	.logo {
	}



}

@media(min-width: 1440px) {

	.logo a {
		gap: 24px;
	}

	.logo img {
		height: auto;
	}

	.primary-nav ul, .secondary-nav ul {
		gap: 24px;
	}
	.primary-nav a {
		font-size: 16px
	}

}

/* ========================================================================== 
	*  	6.3.2 - Fixed menu items positioned under navigation
	* ========================================================================== */

.fixed-menu {
	--fixed-padding: 44px;
}

@media(min-width: 1024px) {
	.fixed-menu {
		--fixed-padding: 96px;
	}
}

@media(min-width: 1200px) {
	.fixed-menu {
		--fixed-padding: 106px;
	}
}

/* ========================================================================== 
*  6.4 - Mobile Header
* ========================================================================== */

.mobile-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 72px;
	background-color: var(--clr-black);
	z-index: 1000;
	transition: all 0.4s ease;
}

.fixed-menu .mobile-header {
	top: 0;
	transform: translate(0, -100%);
}

.mobile-header .m-flex-basic>div {
	display: flex;
}

.mobile-link, .mobile-header a {
	display: flex;
	border: 0;
	padding: 0;
	background-color: transparent;
	align-items: center;
	color: #ddd;
}

.mobile-link span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.mobile-header a {
	margin-right: 20px;
}

.mobile-header a svg, .mobile-link svg {
	color: #222;
	font-size: 20px;
}

.mobile-link .icon-menu, .mobile-link .icon-cross  {
	font-size: 26px;
}

.mobile-link .icon-cross, .show-menu .mobile-link .icon-menu {
	display: none
}

.show-menu .mobile-link .icon-cross {
	display: block;
}

@media (min-width: 1024px) {
	.mobile-link {
		display: none;
	}
}

.mobile-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 500;
	transition: all 1.4s ease;
}

.show-menu .mobile-overlay {
	display: block;
	animation: mobile_overlay 1s;
}

@keyframes mobile_overlay {
	from {
		background-color: rgba(0, 0, 0, 0);
	}

	to {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

body.show-menu {
	overflow: hidden;
}

.m-menu {
	display: block;
	position: fixed;
	width: 100%;
	top: 72px;
	right: -100%;
	height: 100%;
	background-color: var(--clr-white);
	z-index: 99999999;
	padding: 60px 0 200px;
	max-height: 2000px;
	overflow: auto;
	transition: all 0.4s ease;
	border-top: solid 1px var(--clr-grey);
}

.fixed-menu .m-menu {
	top: 58px;
}

.show-menu .m-menu {
	display: block;
	right: 0;
}

.m-menu .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}

.m-menu .show .sub-menu {
	max-height: 10000px;
}

.m-menu ul {
	margin: 0;
	padding: 0;
}

.m-menu li {
	padding: 0 0;
	list-style: none;
}

.m-menu a {
	display: block;
	position: relative;
	padding: 16px 28px;
	color: var(--clr-base);
	text-decoration: none;
	font-size: 20px;
}

.m-menu .active>a {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.m-menu .sub-menu a {
	padding-top: 8px;
	padding-bottom: 8px;
	color: var(--clr-base);
	font-size: 16px;
	background-color: var(--clr-grey-lt);
}

.m-menu .current-menu-item .sub-menu .current-menu-item a {
	color: var(--clr-base);
}

.m-menu .sub-menu a:hover {
	/*color: var(--clr-primary);*/
}

.m-menu .current-menu-item .sub-menu .current-menu-item a {
	color: var(--clr-primary);
}

.m-menu .menu-item-has-children>a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	top: 50%;
	right: 28px;
	margin-top: -2px;
	transform: rotate(-90deg);
	background-image: url(images/select-input.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.m-menu .menu-item-has-children.show>a:after {
	transform: rotate(0);
}

/* Second Level Sub-Menu */
.m-menu .sub-menu, .m-menu .show .sub-menu .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: all .4s ease;
}

.m-menu .show .sub-menu, .m-menu .show .sub-menu .show .sub-menu {
	max-height: 100%;
}

.m-menu .sub-menu .sub-menu a {
	padding-left: 28px;
	color: var(--clr-white);
	color: var(--clr-grey);
}

/* ========================================================================== 
*  6.6 - Mega Menu
* ========================================================================== */

body.mm-active {
	overflow-y: hidden;
}

.mega-menu {
	display: none;
	position: fixed;
	top: 82px;
	left: 0;
	width: 100%;
	height: calc(100% - 82px);
	z-index: 99;
	background: var(--clr-white);
	transition: all 0.4s ease;
	overflow: auto;
	background: var(--clr-grey);
}

.mm-active .mega-menu {
	display: block;
}

.fixed-menu .mega-menu {
	top: 82px;
	height: calc(100% - 82px);
}

.mm-cross {
	position: absolute;
	top: 50px;
	right: 50px;
	border: 2px solid var(--clr-base);
	border-radius: 50%;
	padding: 3px;
	height: 36px;
	width: 36px;
	font-size: 26px;
	z-index: 1000;
	cursor: pointer;
}

.mm-cross:hover {
	background: var(--clr-base);
	fill: var(--clr-white);
}

.mm-car {
	position: relative;
	cursor: pointer;
	padding: 24px;
	background-color: var(--clr-white);
	border-radius: 24px;
}

.mm-car a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mm-car:hover {
	text-decoration: none;
}

.mm-car img {
	transition: all 0.4s ease;
}

.mm-car:hover img {
	transform: scale(0.9);
}

.mm-car p {
	margin: 10px 0;
}

.mm-car:hover p {
	color: var(--clr-primary);
}

.mm-car:hover .btn-primary, .mm-car .btn-primary:hover {
	background: var(--clr-primary-lt) radial-gradient(circle, transparent 1%, var(--clr-primary-lt) 1%) center / 15000%;
    color: var(--clr-white);
}

.mm-tags {
	display: flex;
	gap: 4px;
}

.mm-tags span {
	padding: 10px 8px;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1em;
}

.mm-petrol {
	background-color: #E0E0E0;
}

.mm-eletric {
	background-color: #C9B801;
}

.mm-awd {
	background-color: #E2D2BA;;
}

.mm-jcw {
	background-color: #EA1C1C;
	color: var(--clr-white);
}


.mega-menu .flex>div {
	opacity: 0;
	animation: mm-show .33s 1s forwards;
}

.mega-menu .flex>div:nth-child(1) {
	animation-delay: 0.1s;
}

.mega-menu .flex>div:nth-child(2) {
	animation-delay: 0.2s;
}

.mega-menu .flex>div:nth-child(3) {
	animation-delay: 0.3s;
}

.mega-menu .flex>div:nth-child(4) {
	animation-delay: 0.4s;
}

.mega-menu .flex>div:nth-child(5) {
	animation-delay: 0.5s;
}

.mega-menu .flex>div:nth-child(6) {
	animation-delay: 0.6s;
}

.mega-menu .flex>div:nth-child(7) {
	animation-delay: 0.7s;
}

.mega-menu .flex>div:nth-child(8) {
	animation-delay: 0.8s;
}

.mega-menu .flex>div:nth-child(9) {
	animation-delay: 0.9s;
}

@keyframes mm-show {
	from {
		opacity: 0;
		transform: translateY(-1em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



@media (min-width: 1024px) {
	.mm-link+ul {
		display: none !important;
	}
}

@media(min-width: 1440px) {

	.mega-menu {
		top: 84px;
		height: calc(100% - 84px);
	}

	.fixed-menu .mega-menu {
		top: 84px;
		height: calc(100% - 84px);
	}
}



/* ========================================================================== 
*  7.0 - Footer Links
* ========================================================================== */

.footer-links, .copyright {
	background-color: var(--footer-bg);
}

.footer-links .h3 {
	margin: 0;
	color: var(--footer-text);
	font-family: 'MINI Sans Serif', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.footer-links .h4 {
	margin: 20px 0 10px;
	color: var(--footer-text);
}

.footer-links, .footer-links a {
	color: var(--footer-text);
}

.footer-links p {
	margin: 0;
}

.footer-links a {
	text-decoration: none;
}

.footer-links a:hover, .copyright a:hover {
	/*color: var(--clr-primary);*/
}

.highlight {
	color: var(--clr-primary);
	/* Highlight Day Colour*/
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.footer-links .chronoform {
	margin-bottom: 0;
	padding-right: 10px;
}

.foot-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-header.active .icon-foot {
	transform: rotate(180deg);
}

.footer-links .sub-menu {
	display: none;
}

.icon-foot {
	font-size: 16px;
	transition: none;
	display: none;
}

.footer-contact {
	padding-top: 56px;
}

.footer-contact-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.footer-contact-row {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, max-content);
	gap: 8px;
}

.footer-contact-row svg {
	font-size: 20px;
	color: #5D5D5D;
}

.footer-contact {
	gap: 32px;
}

@media (min-width:768px) {
	
	.footer-contact-grid {
		grid-template-columns: repeat(2, max-content);
	}

}

@media (max-width:767px) {

	.footer-links ul {	
		padding-top: 16px;	
		padding-bottom: 16px;
	}

	.footer-contact {
		gap: 32px;
	}

}

/* ========================================================================== 
*  7.1 - Copyright
* ========================================================================== */


.copyright, .copyright a, .copyright span {
	color: var(--clr-grey-dk);
}

.copyright p {
	margin-bottom: 0;
	font-size: 12px;
	border-top: 1px solid var(--clr-grey-dk);
	color: var(--clr-grey-dk);
	padding-top: 16px;
}

.copyright .lrg-wrapper {
	font-size: 16px;
	line-height: 1.5em;
}

.edge-designed a {
	display: inline-block;
	vertical-align: middle;
}

.edge-designed span {
	display: inline-block;
	vertical-align: middle;
}

.edge-designed img {
	margin-left: 10px;
}

.back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.footer-links .lrg-wrapper, .copyright .lrg-wrapper {
	max-width: none;
}

@media (max-width: 767px) {

	.copyright {
	}

	.copy-name {
	}

	.copy-break {
		display: none;
	}

	.edge-designed {
		margin-top: 10px;
	}

	.foot-content {
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: all 0.4s ease;
	}

	.foot-content.active {
		max-height: 1000px;
	}

	.icon-foot {
		display: block;
	}

}

@media (min-width: 768px) {

	.copy-flex {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.copyright .lrg-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}


@media (min-width: 1024px) {

	.footer-links .lrg-wrapper {
		padding-top: 50px;
		padding-bottom: 6px;
	}

	.footer-links h1 {
		margin: 10px 0 40px 0;
	}

	.footer-links .flex>div {
		padding-bottom: 0;
	}

	.copyright .lrg-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-links .grid > *, .footer-links .grid:not(.embla__container)>* {
		gap: 28px;
	}

}

/* ========================================================================== 
*  8.0 - Banner
* ========================================================================== */

.banner {
	overflow: hidden;
	position: relative;
}

.banner .wrapper {
	max-width: none;
	padding: 0;
}

.banner img {
	display: block;
	width: 100%;
}


.banner-layer {
	position: absolute;
	left: 0;
	margin: 0 auto;
	width: 100%;
	max-width: var(--lrg-wrapper);
	z-index: 2;
	padding: var(--pd-tb) var(--pd-lr);
	top: 12px;
}

.banner-text-center {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.banner-text  {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.banner-layer .h2, .banner-layer p {
	color: var(--clr-white);
	text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
	line-height: 1.2em;
	text-transform: uppercase;
}

.banner-layer .h2 {
	font-size: 42px;
	margin: 0;
	font-family: "MINI Serif", serif;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0;
}

.banner-layer p {
	font-size: 16px;
	letter-spacing: 0.05em;
	font-size: 12px;
}

.banner-text .btn-secondary, .banner-text a.btn-secondary {
    background-color: var(--clr-white);
    color: var(--clr-black);
}

.banner-text a.btn-secondary:hover, .banner-text .btn-secondary:hover {
    background: var(--clr-secondary-lt) radial-gradient(circle, transparent 1%, var(--clr-secondary-lt) 1%) center / 15000%;
    color: var(--clr-white);
}

@media (min-width:500px) {

	.home .banner img {
        height: calc(100vh - 114px);
        object-fit: cover;
	}
	
}


@media (min-width:768px) {

	.home .banner img {
		height: auto;
		object-fit: contain;
	}

	.banner-layer {
		position: absolute;
		bottom: 24px;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	

}


@media (min-width: 1024px) {

	.banner-layer {
		padding: var(--pd-tb-d) var(--pd-lr-d);
	}

	.banner-text  {
		gap: 10px;
	}

	.banner-text-top {
		top: 0;
		bottom: auto;
	}

	.banner-layer .h2 {
		font-size: 64px;
		margin-bottom: 12px;
	}

	.banner-layer p {
		font-size: 16px;
	}

}


@media (max-width: 499px) {

	.crop-mobile img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		aspect-ratio: 16 / 9;
		height: 250px;
	}

}



/* ========================================================================== 
*  8.1 Banner - Embla Dots
* ========================================================================== */

.banner .embla__dots__container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.banner .embla__arrows {
	display: none;
}

/* ========================================================================== 
*  8.1.2 Banner - Embla Dots - Home Page Banner
* ========================================================================== */

.home .banner .embla__arrows {
	display: flex;
	display: none;
}

.home .banner .embla__dots__container {
	max-width: var(--lrg-wrapper);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-right: var(--pd-lr);
}

.home .banner .embla__dots {
	align-items: center;
}

.home .banner .embla__dot {
	width: 4px;
	height: 4px;
	transition: none;
	border-radius: 50%;
}

.home .banner .embla__dot.is-selected {
	width: 12px;
	height: 12px;
	background-color: var(--clr-white);
}

@media  (min-width:768px) {

	.home .banner .embla__dots__container {
		justify-content: flex-end;
	}

}

@media  (min-width:1024px) {
	
	.home .banner .embla__dots__container {
		padding-right: var(--pd-lr-d);
	}

}

/* ========================================================================== 
*  8.2 - Banner - Page Content
* ========================================================================== */

.content-banner .banner-layer {
	padding-bottom: 32px;
	bottom: 0;
	padding-top: 0;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
}

.content-banner .banner-text {
	gap: 16px;
}

.content-banner .banner-text h1, .content-banner .banner-text h2 {
	line-height: 1;
	color: var(--clr-white);
}


.content-banner .banner-text h1 {
	font-size: 40px;
}

.content-banner .banner-text h2 {
	font-size: 12px;
	font-family: 'MINI Sans Serif', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}

@media (min-width:1024px) {

	.content-banner .banner-layer {
		padding-bottom: 48px;
	}

	.content-banner .banner-text h1 {
		font-size: 64px;
	}
	
	.content-banner .banner-text h2 {
		font-size: 16px;
	}
	
}

/* ========================================================================== 
*  9.0 - Quicklinks
* ========================================================================== */

.quicklinks .embla__slide {
	width: 90%;
}

.q-link {
	position: relative;
	overflow: hidden;

}

.q-img {
	overflow: hidden;
	border-radius: 20px;
}

.q-link img {
	transition: all 0.6s ease;
	display: block;
	width: 100%;
	object-fit: cover;
	min-height: 320px;
}

.q-link:hover img {
	opacity: 0.8;
}

.q-link a {
	text-decoration: none;
}

.q-link a:hover {
	color: initial;
}

.q-text {
	position: absolute;
	top: 0;
	color: white;
	display: grid;
	gap: 32px;
	justify-items: start;
	padding: 40px 24px;
}


.q-header {
	display: grid;
	gap: 8px;
}

.q-link p {text-transform: uppercase;font-size: 12px;letter-spacing: 0.05em;}

.q-text *:last-child {
	margin-bottom: 0;
}

.q-link .h3 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	font-family: "MINI Serif", serif;
	color: white;
}

.q-link .btn {
	color: white;
	border-radius: 26px;
	border: 1px solid white;
	transition: background 0.2s;
	min-width: 160px;
}

.q-link:hover .btn, .q-link .btn:hover {
	background: white;
	color: black;
}

/*
.q-link:hover .h3 {
	color: var(--clr-primary);
}

.q-link:hover .btn {
	background: var(--clr-primary) radial-gradient(circle, transparent 1%, var(--clr-primary) 1%) center/15000%;
	border-color: var(--clr-primary);
	color: var(--clr-white);
}
	
*/

@media (min-width:768px) {

	.q-link img {
	}

	.quicklinks .embla__slide {
		width: 45%;
	}
	
}

@media (min-width:1024px) {

	.quicklinks .full-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.quicklinks .embla__container.flex {
		flex-wrap: wrap;
	}

	.quicklinks .embla__slide {
		width: 50%;
	}

	.quicklinks .flex {
		margin-left: -16px;
	}

	.quicklinks .flex>* {
		padding-left: 16px;
	}

	.quicklinks .flex.pb-vert>* {
		padding-bottom: 16px;
	}

	.quicklinks .embla .flex .embla__slide:last-child {
		margin-right: 0;
	}

	.q-link img {
		min-height: 0;
		object-fit: contain;
	}

	.q-text {
		padding: 32px 24px;
	}

}

@media (min-width:1440px) {

	.q-text {
		padding: 60px 64px;
	}

}

@media (max-width:1023px) {

	.quicklinks .embla__viewport {
		padding-left: var(--pd-lr);
		padding-right: var(--pd-lr);
	}

	.quicklinks .flex .embla__slide:last-child {
		margin-right: 0;
	}

	.quicklinks .embla__slide:first-child {
    }

}

/* ========================================================================== 
*  9.2 - Quicklinks - Bottom Quicklinks
* ========================================================================== */

.quicklinks-bottom .full-wrapper {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1024px) {

    .quicklinks-bottom .embla__container.flex {
		flex-wrap: nowrap;
    }

	.quicklinks-bottom .embla__viewport {
        padding-left: var(--pd-lr);
        padding-right: var(--pd-lr);
    }

	.quicklinks-bottom .q-img img {
		min-height: 320px;
		object-fit: cover;
	}

}

.quicklinks-bottom .embla__slide {
	width: 30%;
	margin-bottom: 16px;
}

@media (max-width:1023px) {

	.quicklinks-bottom .embla__slide {
		width: 45%;
	}
	
	.quicklinks-bottom .embla__slide:first-child {
	}

	.quicklinks-bottom .embla .flex .embla__slide:last-child {
	}
	
}

@media (max-width:767px) {

	.quicklinks-bottom .embla__slide {
		width: 90%;
	}
	
}


/* ========================================================================== 
*  10.1 - Mini Stock Locator - Wrapper and Video BG
* ========================================================================== */

.search-our-stock .search-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.search-our-stock .inner-wrapper {
	gap: 24px;
}

/* Video background */
.search-our-stock .ss-video {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.search-our-stock .ss-video video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.search-our-stock label {
	text-align: left;
}

.mini-search {
	min-height: 200px;
}

.mini-search .stock-option {
	display: none;
	width: 100%;
}

.search-stock-inner {
	background-color: var(--clr-grey-lt);
	border-radius: 20px;
	padding: 60px 64px;
	display: grid;
	gap: 24px;
}

.mini-search .stock-option .so-select {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mini-search.stock-locator .sl-mini-search-btn {	
	border-radius: 200px;	
	height: 100%;	
}

@media  (min-width: 1024px) {
	
	.search-our-stock .inner-wrapper {
		gap: 24px;
	}

}

@media (min-width: 1200px) {
	.mini-search {
		min-height: 50px;
	}

	.mini-search .stock-options {
		display: flex;
		justify-content: flex-end;
	}

	.mini-search .ms-btn-container, .mini-search .sd-heading-fixed, .mini-search .sd-search-fixed {
		display: none;
	}

	.stock-option .so-select {
		padding: 10px 15px;
	}

	.mini-search.stock-locator .sl-mini-search-btn {
		padding-top: 0;	
		padding-bottom: 0;
	}

}

@media (max-width:1199px) {
	
	.search-our-stock .mini-search .stock-option {
		margin-bottom: 24px;
	}

	.search-our-stock .mini-search .stock-option .so-select {
		border: none;
	}

	.search-our-stock .mini-search .stock-option.active .so-select {
		border-bottom: 1px solid #ccc
	}
	
}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Colours
* ========================================================================== */

/* Border colours */
.mini-search .stock-option .so-select, .mini-search .stock-option {
	border: 1px solid var(--mini-border);
}

.mini-search .stock-option:not(.so-more-filters):after {
	background-color: var(--mini-input)
}

/* Text colours */
.mini-search .stock-option .so-select label {
	color: var(--mini-text)
}

.mini-search .stock-option .value, .mini-search .stock-option .so-select svg {
	color: var(--mini-text)
}

/* Background colour */
.mini-search .stock-option .so-select, .mini-search .stock-option.ms-btn {
	/*background-color: var(--mini-input)*/
}

.mini-search .stock-option.active .value {
	color: var(--mini-text)
}

.search-our-stock h2 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-family: "MINI Sans Serif", sans-serif;
	color: black;
}

.sl-mini-search-btn {
	
}

/* ========================================================================== 
*  11.0 - Section Header
* ========================================================================== */

.section-header {
	display: grid;
	gap: 12px;
	max-width: 200px;
}

@media (min-width: 1024px) {

	.section-header {
		max-width: 450px;
	}

}

@media (max-width: 768px) {

	.section-header {
	}

}

/* ========================================================================== 
*  11.1 - Main Content - Home Page
* ========================================================================== */

.section-header .sub-heading {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "MINI Sans Serif", sans-serif;
    color: var(--clr-base);
}

.location-map {
	position: relative;
}

.location-map a {
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 1;
	transform: translate(-50%, 0);
}

.welcome .center-content > div, .welcome .full-wrapper .center-content > div {
	width: 100%;
	max-width: 648px;
	padding: 16px var(--pd-lr-d) 0 0;
}

.welcome h1 {
	line-height: 1.1em;
}

.welcome h1 span {
	display: block;
	font-family: 'MINI Sans Serif', sans-serif;
	font-size: 12px;
	font-weight: 300;
}

@media (min-width:1024px) {	
	
	
	> div, .welcome .full-wrapper .center-content > div {
		max-width: 600px;
	}

	.welcome .center-img video {
	    align-items: center;
	}
	
	.welcome .center-img video {
	    object-fit: cover;
	    height: 100%;
	}

	    

}

@media (min-width:1440px) {	

	.welcome .inner-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.welcome .center-img video {
	    object-fit: contain;
	    height: auto;
	    max-width: 700px;
	}

	.welcome .center-content > div, .welcome .full-wrapper .center-content > div {
		padding-right: 0;
	}
	
}



/* ========================================================================== 
*  11.1.2 - Main Content - Home Page - Home Range
* ========================================================================== */

.home-range-inner, .featured-cars-inner {
	background-color: var(--clr-grey-lt);
	border-radius: 20px;
	padding: 64px;
}

.home-range-vehicles .home-vehicle-inner {
	background-color: white;
	border-radius: 20px;
	padding: 24px;
}

.home-range-vehicles img {
	margin: 0 auto;
}


@media (min-width:1024px) {

	.home-range .inner-wrapper {
		margin-top: 0;
	}

}

@media (max-width:1023px) {
	
	.home-range .inner-wrapper {		
		padding: var(--pd-tb) var(--pd-lr);		
		margin: 0;		
		background-color: transparent;
	}

	.home-range .mm-car {
		background-color: var(--clr-grey);
	}

}

/* ========================================================================== 
*  11.2 - Content Pages
* ========================================================================== */

.content {
	position: relative;
	font-family: "MINI Serif", serif;
	font-weight: 300;
}

.intro-content {
	font-size: 20px;
	line-height: 1.5em;
}

.center-content {
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	justify-items: center;
	height: 100%;
}

.center-content.center-left {
	justify-items: start;
}

.center-content.center-right {
	justify-items: end;
}

.center-content>div {
	width: 100%;
}

.full-wrapper .center-content>div {
	padding: 40px 28px
}

.center-img {
	height: 100%;
}

.center-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.centered-carousel .embla__container {
	align-items: center;
}

.centered-carousel .embla__slide {
	width: 50%;
	transform: translateX(10%);
}

.centered-carousel .embla__slide__inner {
	width: 80%;
	filter: grayscale(100%);
}

.centered-carousel .is-selected .embla__slide__inner {
	width: 110%;
	transform: translateX(-13.6%);
	filter: grayscale(0);
}

.wp-block-image {
	margin: 20px 0;
}

.full-inner-wrapper {
    margin: 16px;
}

.round-border {
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 768px) {

	.center-content.cc-padding-top>div {
		padding-top: 28px;
	}

	.center-content.cc-padding-bottom>div {
		padding-bottom: 28px;
	}

}

@media (min-width: 768px) {

	.center-content>div {
		width: 768px;
		max-width: 100%;
	}

}

@media (min-width: 1024px) {

	.intro-content {
		font-size: 24px;
	}

}

/* ========================================================================== 
*  11.3 - Contact page
* ========================================================================== */

.contact-tabs .inline-list {
	padding-left: 0;
	background-color: #dce4e6;
}

.contact-tabs iframe {
	margin-bottom: 20px;
}

.contact-card {
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #eee;
	padding: 20px;
	height: 100%;
	margin: 4px;
}

.contact-card p {
	margin: 0;
}

.contact-card h3 {
	margin: 0;
}

.contact-card h4 {
	font-size: 18px;
	margin: 16px 0 4px;
	font-weight: 600;
}

.contact-card .contact-logo {
	background-color: #fff;
	text-align: center;
	padding: 10px 20px;
}

.contact-card .contact-stuff {
	padding: 20px;
}

.contact-card .s-header {
	width: auto;
	color: #1A1A1A;
	cursor: pointer;
	position: relative;
}

.contact-card .s-header:after {
	content: "+";
	position: absolute;
	color: #1A1A1A;
	right: 2px;
	top: 0;
	z-index: 2;
	font-weight: bold;
}

.contact-card .s-content {
	display: none;
}

.contact-card .s-header.active+.s-content {
	display: block;
}

.contact-iframe {
	position: relative;
}

.direction-btn {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

p.opening-hours {
	margin-bottom: 20px;
}

.contact-center {
	justify-content: center;
}

@media (max-width: 1024px) {

	.contact-details .wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	#contact-slider .grid>* {
		width: 50%;
	}
}

@media (max-width: 768px) {

	#contact-slider .grid>* {
		width: 80%;
	}
}

@media (min-width: 1024px) {

	.contact-card {
		padding: 28px;
	}

}

/* ========================================================================== 
*  11.3 - password Page
* ========================================================================== */

.pwd-bg {
	background: #f1f1f1;
	padding: 72px 28px;
}

.pwd-container {
	background: var(--clr-white);
	max-width: 500px;
	width: 100%;
	padding: 28px;
	text-align: center;
	margin: 0 auto;
}

.pwd-container .btn {
	width: 100%;
}


/* ========================================================================== 
*  11.4 - Search Page
* ========================================================================== */

.screen-reader-text {
	display: none;
}

.searchform input {
	padding: 10px 20px;
	color: #1A1A1A;
	background-color: #fff;
	border: 2px solid #e3e3e3;
	line-height: 1em;
	outline: none;
	border-radius: 5px;
}

#searchsubmit {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 15px 20px;
	text-decoration: none;
	border: none;
	line-height: 1em;
	text-align: center;
	background-position: center;
	transition: background 0.8s;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: var(--clr-primary);
	color: #fff;
}

#searchsubmit:hover {
	background: #8a8a8a radial-gradient(circle, transparent 1%, #8a8a8a 1%) center/15000%;
	color: #fff;
}

.src-list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.src-item {
	border: 2px solid #e1e1e1;
	border-radius: 10px;
	padding: 20px;
}

.src-item article {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.src-item:hover {
	border-color: var(--clr-primary);
}

.pagination {
	margin-top: 32px;
	text-align: center;
}

.page-numbers {
	background: #f5f5f5;
	padding: 6px 15px 10px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1em;
}

.page-numbers:hover {
	background: var(--clr-primary);
	color: #fff;
	text-decoration: none;
}

.next.page-numbers {
	background-color: transparent
}
