/*
	Theme Name: AdTorque Edge
	Theme URI: https://www.adtorqueedge.com/
	Description: AdTorque Edge Theme
	Version: 1.0.0
*/

/* NORMALIZE.CSS v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea,.form-control.empty + label{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],fieldset{padding:.35em .75em .625em}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]details{display:block}summary{display:list-item}

/* 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:30px;height:30px;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:30px}.embla__button--next{right:30px}}
.disable-click .embla__slide { pointer-events: none; }
.align-slider{overflow: hidden;}.align-slider .embla__viewport{overflow: visible;}
.align-slider .embla{max-width:100%;margin:auto;--slide-height:auto;--slide-spacing:1rem;--slide-size:80%}.align-slider .embla__container{backface-visibility:hidden;display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.align-slider .embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.align-slider .embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height)}.align-slider .embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;align-items:center}.align-slider .embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),0.5);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:3.6rem;height:3.6rem;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.align-slider .embla__button:disabled{color:var(--detail-high-contrast)}.align-slider .embla__button__svg{width:100%;height:100%}.align-slider .embla__slide img {display: block; max-width: 100%;}
@media (min-width:768px){.align-slider.home-community .embla__slide{--slide-size:45%}}
@media (min-width:1024px){.align-slider.home-community .embla__slide{--slide-size:16.66%}}

.embla-thumbs .embla__slide {
	width: 33.3333%;
	min-width: 33.3333%;
}


/* 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:1024px){.hide-below-desktop{display:none!important}}@media (min-width:1025px){.hide-desktop{display:none!important}}@media (max-width:1200px){.hide-below-large{display:none!important}}@media (min-width:1025px){.hide-large{display:none!important}}

/* FLEX */
.flex{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:-24px}.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 24px}.flex.pb-vert>*{padding-bottom:24px}.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}.equal-height>*{display:flex;flex-direction:column}.equal-height>*>*{display:flex;flex-direction:column;flex-grow:1}.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:1024px){.flex.l-pb-vert>*{padding-bottom:20px}}
@media (min-width:1025px){.flex{margin-left:-30px}.flex>*{padding:0 0 0 30px}.flex.pb-vert>*{padding-bottom:30px}.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%}}
/*@media (min-width:1500px){.flex:not(.sml-gaps):not(.no-gaps){margin-left:-50px}.flex:not(.sml-gaps):not(.no-gaps)>*{padding-left: 50px} }*/

*,*: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-top:0;margin-bottom:15px}a{text-decoration:none}a:hover{text-decoration:underline}p{margin:0 0 20px}a,button,input[type=submit]{transition:all .4s ease}img{max-width:100%;height:auto;}button:focus{outline:0}.full-wrapper,.frm-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:-13px;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-bottom:20px;line-height:1.75em}.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 15px;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:5px;border-radius:15px;border:4px solid #ff0;text-align:center;font-size:1.2rem;z-index:999}

/* 
*  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
*/

/* ========================================================================== 
* 1.0 Global Styling
* ========================================================================== */

:root {

	/* Font Sizes */
	--font-12: 12px;
	--font-14: 14px;
	--font-16: 16px;
	--font-18: 18px;
	--font-20: 20px;
	--font-24: 24px;	
	--font-28: 28px;			
	--font-32: 32px;
	--font-36: 36px;
	--font-40: 40px;

	/* wrappers */
	--sml-wrapper: 1000px;
	--std-wrapper: 1540px;
	--lrg-wrapper: 1900px;

	/* neutrals Colours */
	--clr-white: #ffffff;
	--clr-black: #000000;

	--clr-grey: #f2f2f2;	
	--clr-grey-lt: #f1f1f1;	
	--clr-grey-dk: #e3e3e3;	

	/* our base color, with one tint, and one shade - body and typogaphry is generally the base colour */
 	--clr-base:    #000000;
 	--clr-base-lt: #DDDDDD;
 	--clr-base-dk: #717171;

	/* primary brand color - with shades and tints */
	--clr-primary: #3A3EB9;
	--clr-primary-lt: #6165C7;
	--clr-primary-dk: #2E3192;

	/* secondary brand color - with shades and tints */
	--clr-secondary: #2E3192;
	--clr-secondary-lt: #9497F8;
	--clr-secondary-dk: #00005F;	

	/* Footer background */
	--clr-footer: #000000;
	--clr-footer-lt: #8D8A91;
	--clr-footer-dk: #5A575E;	
}



html {
	font-size: var(--font-16);
	line-height: 1.5em;
	box-sizing:border-box;
	font-family: "Inter", sans-serif;
}

body {
	background: var(--clr-white);
	color: var(--clr-base);
	padding-top: 74px;
}

.anchor {
	top: -40px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	color: var(--clr-base);
	font-weight: 200;
	line-height: 1.25em;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}

h1, .h1 {
	font-size: var(--font-28);
}

h2, .h2 { 
	font-size: var(--font-24);
}

h3, .h3 {
	font-size: var(--font-20);
}

h4, .h4 {
	font-size: var(--font-18);
}

.subtitle {
	margin-top: -20px;
	font-size: 20px;
}

a {
	color: var(--clr-base);
}

a:hover {
	color: var(--clr-primary);
}

iframe {
	display: block;
}

.wrapper, .sml-wrapper, .lrg-wrapper {
	line-height: 1.5em;
	padding: 60px 30px;
}

.wrapper {
	max-width: var(--std-wrapper);
}

.sml-wrapper {
	max-width: var(--sml-wrapper);
}

.lrg-wrapper {
	max-width: var(--lrg-wrapper);
}

.m-top {
	margin-top: 20px;
}

.m-bot {
	margin-bottom: 20px;
}

.grey-bg {
	background-color: var(--clr-grey);
}

.blue-bg {
	background-color: var(--clr-primary);
}

.wrapper.no-padding-top, .frm-wrapper.no-padding-top, .sml-wrapper.no-padding-top, .lrg-wrapper.no-padding-top {
	padding-top: 0;
}

.wrapper.no-padding-bottom, .frm-wrapper.no-padding-bottom, .sml-wrapper.no-padding-bottom, .lrg-wrapper.no-padding-bottom  {
	padding-bottom: 0;
}

.rnd-img {
    border-radius: 16px;
}

@media (min-width: 1025px) {


	body {
		padding-top: 126px;
	}

	h1, .h1, h2, .h2 {
		margin-bottom: 30px;
	}

	.anchor {
		top: -90px;
	}

	.wrapper, .sml-wrapper, .lrg-wrapper {
		padding: 80px 50px;
	}

	h1, .h1 {
		font-size: var(--font-40);
	}

	h2, .h2 { 
		font-size: var(--font-32);
	}

	h3, .h3 {
		font-size: var(--font-24);
	}

	h4, .h4 {
		font-size: var(--font-20);
	}

}

@media(min-width: 1200px) {

	.wrapper, .sml-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

}


/* ========================================================================== 
*  1.1 - Buttons	
* ========================================================================== */

.btn {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 16px 20px;
    text-decoration: none;
    border: none;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    background-position: center;
    transition: background 0.8s;
    cursor: pointer;
    border-radius: 50px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

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 {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.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);
}

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-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: 5px 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: 1025px) {

	.btn-full {
		display: block;
		width: 100%;
	}

	.btn.form-submit {
		width: 100%;
		text-align: center;
	}

}

/* ========================================================================== 
*  1.2 - Sidebar
* ========================================================================== */

.sidebar-mini {
	position: fixed;
	right: -124px;
	top: 40%;
	transform: translateY(-50%);
	width: 160px;
	z-index: 2000;
	transition: all 0.4s ease;
}

.sidebar-mini:hover {
	right: 0;
}

.sidebar-mini a:hover {
	background: #444;
}

.sidebar-mini a {
	display: block;
	background: var(--clr-primary);
	color: var(--clr-white);
	padding: 10px;
	vertical-align: middle;
	text-decoration: none;
}

.sidebar-mini .icon-sidebar {
	margin-right: 10px;
	vertical-align: middle;
}

.sidebar-mini .s-bg span {
	vertical-align: middle;
}

/* ========================================================================== 
*  1.3 - Finance text calculator	
* ========================================================================== */

.finance-text-calc .ft-content {
	margin: 30px 0;
}

.ft-content .ft-text {
	margin-top: 15px;
	font-size: 36px;
	line-height: 1.5;
}

.ft-content .input-group, .ft-content .select-group {
	position: relative;
}

.ft-input {
	padding: 0 5px;
	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: 30px;
}

.ft-input.loan-interest {
	max-width: 150px;
	padding-right: 30px;
}

.ft-input.loan-balloon-value {
	max-width: 150px;
	padding-left: 30px;
}

.ft-input.loan-balloon-percent {
	max-width: 100px;
	padding-right: 30px;
}

.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: 30px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--clr-base-dk);
}

.ft-results {
	margin-top: 30px;
	padding: 30px;
	background-color: var(--clr-grey);
}

.ft-results p {
	margin: 0;
	font-size: 22px;
}

.ft-repayment {
	margin-bottom: 30px;
	padding-bottom: 30px;
	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: 30px;
}

.preapproval-form {
	display: none;
}

.preapproval-form.show {
	display: block;
}

/* ========================================================================== 
*  1.4 - Form styles
* ========================================================================== */

.ate-form {
	margin-top: 30px;
}

.form-group {
	position: relative;
}

.form-control, .select-container {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 14px 20px;
	color: var(--clr-base);
	background-color: var(--clr-white);
	border: 1px solid var(--clr-base-lt);
	line-height: 1em;
	outline: none;
	background-image: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-radius: 6px;
	letter-spacing: 0.04em;
    font-size: 14px;
}

.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(--clr-white);
}

.select-container .select-hide {
	 background: transparent;
	 width: 100%;
	 color: var(--clr-base);
	 height: 45px;
	 padding: 0 20px;
	 line-height: 2;
	 border: 0;
	 appearance: none;
	 text-indent: 0.01px;
}

.select-container .select-hide:focus {
	outline: 0;
}

.form-group label {
	border: 0;
	color: var(--clr-base-dk);
	line-height: 1.5em;
	font-size: 12px;
	background: transparent;
	font-weight: 300;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	padding: 0;
}

.form-control.empty + label, .form-group .select-container + label {
	top: 0;
	left: 0;
	padding: 15px 20px;
	background-color: transparent;
	color: var(--clr-base-lt);
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}

.form-group .select-container + label {
	opacity: 0;
	pointer-events: none;
}

.form-group .select-container.active + label {
	top: -22px;
	padding: 0;
	opacity: 1;
	color: var(--clr-base);
	font-weight: 700;
}

.home textarea.form-control {
	height: 100px;
	resize: none;
}

textarea.form-control {
	height: 150px;
	resize: none;
}

.form-text {
	margin-bottom: 30px; 
}

.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:-35px}100%{stroke-dashoffset:-124px}}

.ate-form .btn.form-submit {
  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;
}


/* ========================================================================== 
*  1.5 - Forms Checkbox
* ========================================================================== */

.form-checkboxes {
	font-size: 13px;
}

.checkbox-group .container {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 0;
    padding-left: 35px;
    min-height: 23px;
    margin-bottom: 15px;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
}

.checkbox-group input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark, .radiomark {
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 6px;
    background-color: var(--clr-white);
    border: 1px solid var(--clr-base-lt);
}

.radiomark {
	border-radius: 25px;
}

.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: 13px;
    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: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1em;
    border-radius: 25px;
    border: 1px solid var(--clr-footer-dk);
    background-color: var(--clr-footer);

}

.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-primary);
	color: var(--clr-white);
}

.top-header .social {
	margin-left: 20px;
}

.top-header .social a {
	width: 30px;
	height: 30px;
	padding: 7px;
	font-size: var(--font-16);
	color: var(--clr-white);
}

/* ========================================================================== 
*  2.0 - Featured cars - Dots
* ========================================================================== */


.featcars .embla__dots__container {
	bottom: auto;
    position: relative;
    display: block;
    padding: 20px;
}

.featcars .embla__button {
	top: auto;
	bottom: -50px;
	left: 50%;
	width: 40px;
	height: 40px;
	padding: 10px;
	transform: translateX(-55px);
	fill: #ccc;
	border: 1px solid #ccc;
}

.featcars .embla__button:hover {
	background-color: var(--clr-base);
	border-color: var(--clr-base);
	fill: var(--clr-white);
}


/* ========================================================================== 
*  2.0 - Featured cars - Styles
* ========================================================================== */

.cow,.rc-box{
	border-radius: 16px;
	border: 1px solid  var(--clr-base-lt);
	background-color:var(--clr-white);
	overflow: hidden;
}

.featcars .cow h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--clr-base);
    padding: 20px;
}

.featcars .cow h2 span {
	font-size:16px;
	font-weight: 300;
	color: gray;
}

.featcars .cow h3 {
	margin-bottom: 0;
}

.featcars .cow .cow-price-cat {
	margin-bottom: 15px;
    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: 14px;
    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-size: 22px;
	font-weight: 500;
	margin: 0;
}

.featcars .cow h3 .price-text {
    line-height: 1.2em;
    font-size: 14px;
    display: block;
    color: #999;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 5px;
}

.featcars .t-was {
	order: 2;
}

.featcars .cow .cow-il li {
    color: var(--clr-base);
    background-color: #EDEDFF;
    font-size: 12px;
    padding: 2px 5px 0;
    border-radius: 5px;
}

.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: #066FEF;
    padding: 10px;
}

.featcars .cow-content {
    padding: 0 20px 20px;
}

.cow-disc {
	display: none;
}

/* ========================================================================== 
*  3.1 - Gallery Grid - Masonary
* ========================================================================== */

.gallery-grid-layout {
	columns: 340px;
	column-gap: 30px; 
}

.gallery-grid-layout > div {
		break-inside: avoid-column;
		margin-bottom: 30px;
}

.gallery-grid-layout img {
	display: block;
}

/* ========================================================================== 
*  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: 5px;
    overflow: hidden;
}

.grey-bg .tabs-flex {
    background-color: var(--clr-white);
}

.default-header {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 15px 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: 5px;
	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: 5px 0 0 5px;
	}

	.default-header:last-child {
		border-radius: 0 5px 5px 0;
	}

}

/* ========================================================================== 
*  4.1 - Tabs - Locations & Brands
* ========================================================================== */

.loc-main-tabs {
    justify-content: space-between;
}

.loc-container .tabs-flex {
    display: inline-block;
    background-color: transparent;
    padding: 0;
}

.location-header, .brand-header {
	display: inline-block;
    width: auto;
    margin: 0;
    padding: 5px 10px;
    color: #98a0a3;
    font-size: var(--font-12);
    text-align: center;
    cursor: pointer;
    font-weight: 700;
	border-radius: 5px;
}

.location-header {
    font-size: var(--font-12);
}

.brand-header {
    font-size: var(--font-16);
	flex: 1 1 49%;
}

.location-header:hover, .brand-header:hover {
    color: var(--clr-base);
}

.location-header.dropdown {
	display: block;
}

.location-header.active, .brand-header.active {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.location-content, .brand-content {
	display: none;
}

.location-content.dropdown {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	border-right: none;
	border-bottom: 1px solid var(--clr-grey);
}

.location-content.active, .location-content.tab-slider, .brand-content.active {
    display: block;
}

.location-content.dropdown.active {
	max-height: 10000px;
}



/* ========================================================================== 
*  4.2 - Accordian
* ========================================================================== */

.accord-head {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	font-size: 20px; 
	cursor: pointer;
	margin: 0;
}   

.accord-head svg {
	fill: var(--clr-base);
	transition: all 0.4s ease;  
}  

.accord-head:hover, .accord-container.active .accord-head{
	color: var(--clr-primary);
}

.accord-head:hover svg, .accord-container.active svg {
	fill: var(--clr-primary);
}   

.accord-container.active .accord-head svg {
	transform: rotate(45deg);
}

.accord-content {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;  
	border-bottom: 1px solid var(--clr-grey);
}

.accord-content:last-child * {
	margin-bottom: 0;
}

.accord-container.active .accord-content {
	padding: 0 20px 20px;  
	max-height: 10000px;  
}

/* ========================================================================== 
*  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: 14px;
  background: #ebebeb;
  padding: 5px 5px;
  border-radius: 5px;
}

.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 5px;
	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: 35px;
}

/* ========================================================================== 
*  6.1 - Top Header
* ========================================================================== */

.top-header {
	display: none;
	position: relative;
	z-index: 1000;
	text-align: center;
	background-color: var(--clr-grey);
	width: 100%;
}

.top-header .wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	justify-content: space-between
}

.top-header a {
	color: var(--clr-base);
	font-size: var(--font-14);
	text-transform: uppercase;
}

.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: 0 5px 0 10px;
	color: var(--clr-primary);
}

.translated-ltr .skiptranslate ~ .header .top-header {
	top: 40px;
}

.top-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.logo-brand a{
 display: flex;
}

@media (min-width: 1025px) {

	.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 .wrapper {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.top-header p {
		display: inline-block;
	}

}

/* ========================================================================== 
*  6.2 - Dealer menu
* ========================================================================== */

.dealer-menu {
	background: var(--clr-base);
	position:fixed;
	top: 52px;
	left: 0;
	width: 100%;
	z-index: 1030;
	transition: top 0.4s ease;
}

.dealer-menu .wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}

.dealer-menu .logo {
	display: inline-block;
	width: 150px;
}

.dealer-name {
	color: var(--clr-white);
	text-align: right;
	font-weight: 700;
	width: auto;
	float: right;
	font-style: italic;
	margin-top: 15px;
}

.dealer-name span {
	color: var(--clr-primary); 
}

@media (min-width: 1025px) {

	.dealer-name {
		margin-top: 7px;
	}

	.stacked .nav-menu {
		top: 135px;
		
	}

}

@media (min-width: 1200px) {

	.dealer-name {
		font-size: 30px;
		margin-top: 15px;
	}

	.dealer-menu .logo {
		width: auto;
	}

	.stacked .nav-menu {
		top: 156px;
	}

	.fixed-menu .stacked .nav-menu {
		top: 0;
	}

}

/* ========================================================================== 
*  6.3 - Navigation
* ========================================================================== */

.nav-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1030;
	background-color: var(--clr-white);
	color: var(--clr-base);
	transition: all 0.4s ease;
}

.nav-menu .wrapper {
	align-items: center;
}

.fixed-menu .nav-menu {
	top: 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.scrolling-down .nav-menu {
	transform: translate(0, -100%);
}

.primary-nav {
	display: none;
}

.logo {
	margin-right: 20px;
}

.logo img {
	display: block;
}

.logo a {
	display: block;
}

.mobile-title {
	white-space: nowrap;
	text-align: center;
}

.mobile-link .icon-cross, .show-menu .mobile-link .icon-menu {
	display: none;
}


.mobile-icons {
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

.mobile-icons a, .mobile-link {
    background: var(--clr-grey-lt);
    color: var(--clr-base);
    border-radius: 6px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
	border: 0;
	padding: 0;
}



@media (min-width: 1025px) {

	.mobile-header, .mobile-title, .mobile-icons {
		display: none;
	}

	.logo {
		width: auto;
	}

	.logo img {
		height: auto;
	}

	.m-menu {
		background: #e3e3e3;
	}

	.nav-menu {
		position: fixed;
		top: 40px;
	}

	.nav-menu .wrapper {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.stacked .nav-menu .wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.primary-nav {
		display: inline-block;
		flex: 1;
	}

	.primary-nav ul {
		display: flex;
		justify-content: flex-end;
		margin: 0;
		padding: 0;
		gap: 24px;
	}

	.primary-nav li {
		display: inline-block;
		position: relative;
	}

	.primary-nav a {
		display: block;
		padding: 15px 0;
		color: #222;
		text-decoration: none;
		text-transform: uppercase;
		transition: all 1s ease;
		font-size: 14px;
	}

	.primary-nav li:hover a {
		color: var(--clr-primary);
	}	

	.primary-nav .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		border: none;
		text-transform: uppercase;
		min-width: 100%;
		white-space: nowrap;
	}
	
	.primary-nav li:last-child .sub-menu {
		left: auto;
		right: 0;
	}

	.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: 8px 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-primary);
		color: var(--clr-white);
	}	

	.primary-nav .sub-menu li:last-child a {
		border: 0;
	}

	.right-sidebar h2 {
		margin: 14px 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);
	}

	.scrolling-down .nav-menu {
		transform: translate(0, -100%);
	}

}

@media(min-width: 1200px) {

    .logo img {
        width: 250px;
    }

	.primary-nav a {
        font-size: 16px;
    }

}

/* ========================================================================== 
	*  	6.3.2 - Fixed menu items positioned under navigation
	* ========================================================================== */

.fixed-menu {
	--fixed-padding: 44px;
}

@media(min-width: 1025px) {
	.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: 62px;
	background-color: var(--clr-grey-lt);
	border-bottom: 1px solid var(--clr-grey-dk);
	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 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.mobile-header a {
	display: block;
}

.mobile-header a svg, .mobile-link svg {
	font-size: 18px;
}

.mobile-header a svg {
	color: var(--clr-primary);
}

.mobile-link svg {
	color: var(--clr-base);
}

.mobile-link .icon-cross, .show-menu .mobile-link .icon-menu {
	display: none
}

.show-menu .mobile-link .icon-cross {
	display: block;
}

@media (min-width: 1025px) {
	.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: 74px;
	right: -100%;
	height: 100%;
	background-color: var(--clr-grey);
	z-index: 99999999;
	padding-bottom: 200px;
	max-height: 2000px;
	overflow: auto;
	transition: all 0.4s ease;
}

.fixed-menu .m-menu {
	top: 74px;
}

.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: 15px 30px;
	color: var(--clr-base);
	border-bottom: 1px solid var(--clr-grey);
	text-decoration: none;
	text-transform: uppercase;
}

.m-menu .active > a {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.m-menu .sub-menu a {
	padding-top: 15px;
	padding-bottom: 15px;
	background: var(--clr-white);
	border-bottom: 1px solid var(--clr-grey);
}

.m-menu .current-menu-item .sub-menu .current-menu-item a {
	background-color: var(--clr-primary);
	color: var(--clr-white);
}

.m-menu .menu-item-has-children > a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 5px;
	top: 50%;
	right: 30px;
	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: 30px;
	color: var(--clr-white);
	background: var(--clr-grey);
}

/* ========================================================================== 
*  6.5 - Mobile Header - Split Style
* ========================================================================== */

.mobile-split .wrapper {
	padding: 0 !important;
}

.mobile-split .m-flex-basic > div {
	padding: 0 30px;
}

.mobile-split .mobile-link {
	padding: 11px 30px;
	background: var(--clr-primary); 
}

.mobile-split a svg {
	margin-right: 0;
}


@media (max-width: 1024px) {

	.nav-menu .wrapper {
		padding: 21px 30px;
	}

	.mobile-header .wrapper {
		padding: 10px 30px;
	}	

}

/* ========================================================================== 
*  6.6 - Mega Menu
* ========================================================================== */

.mega-menu {
	display: none;
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	height: calc(100% - 120px);
	z-index: 99;
	background: var(--clr-white);
	transition: all 0.4s ease;
    overflow: auto;
}

.mega-menu .flex {
    margin-left: 0;
}

.mega-menu .flex .brd-link {
    border-radius: 0;
}

.mm-active .mega-menu {
	display: block;
}

.mm-cross {
    position: absolute;
    top: 20px;
    right: 20px;
    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;
    text-align: center;
    cursor: pointer;
}

.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 span {
	display:block;
}

.mega-menu .flex > div {
  opacity: 0;
  animation: mm-show .33s 1s forwards;
  padding: 0;
}

.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; }

.mega-menu .wrapper {
    display: flex;
    flex-direction: row;
	padding-top: 40px;
	padding-bottom: 40px;
}

.mega-link {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1 0 300px;
}

.mega-a {
    display: flex;
    border: 1px solid var(--clr-base-lt);
    height: 100%;
    align-items: center;
    padding: 30px;
	justify-content: space-between;
}

.mega-a:hover {
	background-color: var(--clr-secondary-dk);
	color: var(--clr-white);
	text-decoration: none;
}

.mega-a.active {
	background-color: var(--clr-primary);
	color: var(--clr-white);
	text-decoration: none;
}


@keyframes mm-show {
	from {
		opacity: 0;
		transform: translateY(-1em);}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}



@media (min-width: 1025px) {
	.mm-link + ul {
		display: none !important;	
	}
}

@media(min-width: 1200px) {

	.mega-menu {
		top: 120px;
		height: calc(100% - 120px);
	}

	.fixed-menu .mega-menu {
		top: 80px;
		height: 100%;
	}

	.scrolling-down .mega-menu {
		top: 0;
		height: 100%;
	}	

}

/* ========================================================================== 
*  7.0 - Footer Links
* ========================================================================== */

.logo-footer {
    filter: invert(100%);
    display: block;
    margin-bottom: 70px;
}

.footer-links {
	background-color: var(--clr-footer);
}

.footer-links, .footer-links a {
	color: var(--clr-base-lt);
}

.footer-links .h3, .footer-links .h4 {
	color: var(--clr-footer-dk);
	font-size: var(--font-14);
	font-weight: 700;
}

.footer-links .h3, .footer-links .h4 {
	margin: 0 0 0;
}

.footer-links .h4 {
	margin: 24px 0 0;
}

.footer-links p {
	margin: 0 0 20px 0;
}

.footer-links a {
	text-decoration: none;
}

.footer-links a:hover {
	color: var(--clr-primary);
}

.highlight {
	color: var(--clr-primary); /* Highlight Day Colour*/
}

.footer-links ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li {
    padding: 6px 0;
}

.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(45deg);
}

.footer-links .sub-menu {
	display: none;
}

.icon-foot {
	font-size: 15px;
	transition: all 0.4s ease;
	display: none;
}

.footer-links .foot-brands ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.footer-links .foot-brands ul li {
	width: 48%;
}

/* ========================================================================== 
*  7.1 - Copyright
* ========================================================================== */

p.copyright {
    margin: 36px 0 0;
}

p.copyright, .copyright a {
	color: var(--clr-footer-dk);
	font-size: var(--font-14);
}

.copyright a:hover {
	color: var(--clr-white);
}

.copyright span {
	color: var(--clr-footer-dk);
}

.back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media (max-width: 767px) {

	.copy-name {
		display: block;
	}

	.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;
	}

	.footer-links .foot-brands ul li {
		width: 100%;
	}

}


@media (min-width: 1025px) {

	.footer-links .wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.footer-links .flex > div {
		padding-bottom: 0;
	}

	.copyright .lrg-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}

/* ========================================================================== 
*  8.0 - Banner
* ========================================================================== */

.banner {
	position: relative;
}

.banner .wrapper {
	max-width: none;
	padding: 0;
}

.banner img {
	display: block;
	width: 100%;
}

.embla__button {
	fill: var(--clr-white);
}


.banner-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1540px;
    z-index: 2;
    padding: 30px 30px;
}

.banner-layer .h2 {
	font-size: var(--font-24);
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}

.banner-layer p {
	font-size: var(--font-16);
	margin-bottom: 20px;
}

.banner-layer .h2, .banner-layer p {
	color: var(--clr-white);
	line-height: 1.2em;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}

.banner-text > div {
	margin-bottom: 24px;
}

.banner-text div p {
	margin-bottom: 8px;
}

/* Banner Overlay - Homepage */
.home .banner .embla__slide__inner::before, .brand-banner::before {
    content: "";
    display: block;
    background-color: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

@media (max-width: 500px) {

	.crop-mobile img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		aspect-ratio: 16 / 9;
		height: 250px;
	}

}

@media (min-width: 1025px) {


	.banner-layer {
		padding: 30px 50px;
	}

	.banner-text-center {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}	

	.banner-text-top {
		top: 0;
		bottom: auto;
	}	

	.banner-layer .h2 {
		font-size: var(--font-36);
	}

}


.banner-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 1200px) {

	.banner-video  {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

}

@media (min-width: 1200px) {

	.banner-video {
		max-height: calc(100vh - 300px);
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

}

/* ========================================================================== 
*  8.1 - Banner - Dots
* ========================================================================== */

.embla__dots__container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
    display: block;
    padding: 20px;
}

.embla__dot {
	background-color: var(--clr-grey-dk);
	border: none;
	width: 50px;
	border-radius: 5px;
	height: 5px;
	padding: 0;
}

.embla__dot.is-selected {
	background-color: var(--clr-primary);
}


.embla__button--next {
	transform: translateX(15px);
}

.featcars.embla {
	display: flex;
    flex-direction: column-reverse;
    margin-bottom: 14px;
}


.embla__dot {
    margin-right: 10px;
}


/* ========================================================================== 
*  9.0 - Quicklinks
* ========================================================================== */

.quicklinks {
	
}

.q-link {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.q-img {
	overflow: hidden;
}

.q-link img {
	transition: all 0.6s ease;
	display: block;
	width: 100%;
}

.q-link:hover img {
	transform: scale(1.1);
}

.q-link a {
	text-decoration: none;
}

.q-text {
    background: var(--clr-primary);
    width: 100%;
    padding: 24px;
}

.q-link:hover .q-text {
    background: var(--clr-primary-dk);	
}

.q-link .h3 {
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: inherit;
}

.q-link p {
	margin-bottom: 0;
}

@media (min-width: 769px) {

	.align-slider.quicklinks .embla {
		--slide-size:33.33%
	}

}

/* ========================================================================== 
*  10.1 - Mini Stock Locator - Wrapper and Video BG
* ========================================================================== */

.search-our-stock {
    position: relative;
    z-index: 5;
	margin: 0 auto;
	max-width: 768px;
    width: 100%;
    padding: 80px 20px;
}

.search-our-stock .search-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

/* 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%;
}

.mini-search #so-more_filters, .mini-search #so-year {
	display: none;
}


@media (min-width: 1200px) {

	.search-our-stock {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		max-width: 1540px;
		transform: translateY(-50%);
		padding: 50px;
	}

	.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;
	}
}

@media (min-width: 1440px) {

	.mini-search #so-year {
		display: block;
	}

}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Colours
* ========================================================================== */

/* Border colours */
.mini-search .stock-options, .mini-search .stock-option .so-select {
	border-color: #e6e6e6;
}

.mini-search .stock-option:not(.so-more-filters):after {
	background-color: #666666;
}

/* Text colours */
.mini-search .stock-option .so-select label {
	color: #000000;
}

.mini-search .stock-option .value, .mini-search .stock-option .so-select svg {
	color: #000000;
}

/* Background colour */
/* .mini-search .stock-option .so-select, .mini-search {
	background-color: #ffffff;
} */

.mini-search .stock-option.active .value  {
	color: #000000;
}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Quick Search
* ========================================================================== */

.mini-search a.sl-mini-search-btn {
	display: inline-block;
	position: relative;
    width: 100%;
    padding: 18px 20px 16px;
	text-decoration: none;
	border: none;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	background-position: center;
	transition: background 0.8s;
	cursor: pointer;
	border-radius: 50px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}

.mini-search a.sl-mini-search-btn:hover {
	text-transform: uppercase
}

.mini-search-quick {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.mini-search-quick > div {
	width: 50%;
	padding: 10px;
}

.mini-search-quick .msq-text {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.mini-search-quick svg {
	font-size: 20px;
	margin-right: 10px;
}

.mini-search-quick a {
	display: block;
	border: 1px solid #000000;
	color: #000000;
	padding: 8px 25px;
	text-decoration: none;
	text-align:center;
	border-radius: 3px;
	font-size: 18px;
}

.mini-search-quick a:hover, .mini-search-quick a.primary {
	background-color: var(--clr-primary);
	color: #ffffff;
}

@media (min-width: 1025px){

	.mini-search-quick .msq-text {
		margin-right: 20px;
		padding-right: 30px;
		border-right: 1px solid #ffffff;
	}

	.mini-search-quick > div, .mini-search-quick .msq-text {
		width: auto;
	}

	.mini-search-quick a {
		border: 1px solid transparent;
	}

	.mini-search-quick a:hover, .mini-search-quick a.primary {
		border-color:  #ffffff;
	}

	.mini-search-quick {
		margin-top: 30px;
	}

}

/* ========================================================================== 
*  10.3 - Mini Stock Locator - Search Flex
* ========================================================================== */

.search-flex {
	display: flex;
	flex-direction: column;
}

.search-flex .mini-search-quick {
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .search-flex > *:nth-child(1) { order: 1; }
    .search-flex > *:nth-child(2) { order: 3; }
    .search-flex > *:nth-child(3) { order: 2; }

    .search-flex .mini-search-quick {
    	margin-top: 20px;
	}

	.search-our-stock .search-flex  {
		text-align: center;
	}

}

@media (min-width: 1025px) {

	.search-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.search-flex h2, .search-flex .mini-search-quick {
		margin: 0;
	}


	.search-flex > div:last-child {
		width: 100%;
    	margin-top: 20px;
	}

	.search-flex .mini-search-quick .msq-text {
	    margin-right: 0;
	    padding-right: 30px;
	    border-right: 1px solid #000000;
	}

	.search-flex .mini-search-quick > div {
	    padding: 0 0 0 10px;
	}

	.search-flex .mini-search-quick > div:last-child {
		padding-right: 0;
	}
}


/* ========================================================================== 
*  10.4 - Header Section
* ========================================================================== */
.header-section {
	margin-bottom: 30px;
}

.header-section h1 {
    margin-bottom: 10px;
}


/* ========================================================================== 
*  10.4 - Stock Locator 
* ========================================================================== */

.slf-vehicle-details .v_vin {
	display: none;
}

.stock-item.c-used {
    border-radius: 16px;
    overflow: hidden;
}

h1.sl-results-heading:after {
    display: block;
    content: "We Deliver Nationwide";
    color: var(--bg-color);
}

.asl-results .sl-heading .sl-wrapper {
    align-items: end;
}

/* .sl-stock-results a.si-features span:first-child {
    background-color: #3a3ec5;
    color: #fff;
}

.sl-stock-results .si-price .price-value {
        color: #3a3ec5;
} */

/* .sl-stock-details .sd-share-mobile .print {
	display: none;
} */


/* ========================================================================== 
*  10.4 - Stock Locator - Checkbox
* ========================================================================== */

.asl-details .sl-checkbox label {
    padding-left: 0;
    margin-bottom: 30px;
    flex-direction: column;
	align-items: flex-start;
    color: #000;

}

.asl-details .sl-checkbox .checkbox, .asl-details .sl-checkbox .radiobox {
    position: relative;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 6px;
	transform: none;
}

.sl-checkbox #sl-privacy-policy + .checkbox:before {
    content: "I Agree";
    display: block;
    position: absolute;
    top: 3px;
    width: 59px;
    left: 35px;
    font-size: 14px;
    color: #000;
}

.asl-details .sl-checkbox input:checked~.checkbox:after, .asl-details .sl-checkbox input:checked~.radiobox:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 13px;
    border-width: 0 3px 3px 0;
}


.sdc-submit .slc-terms-subs a {
	color: #066fef;
}

.sdc-submit .slc-terms-subs a:hover {
	color: #066fef;
	text-decoration: underline;
}

@media (min-width: 500px) {
    .asl-details .sl-checkbox p {
        padding-left: 0;
    }
}


/* ========================================================================== 
*  11.1 - Main Content - Home Page
* ========================================================================== */


.content {
	position: relative;
}

.content-fill {
	height: 100%;
	background: #bdbdbd;
	padding: 10px 20px; 
}

.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);
}

.welcome h1 span {
	display: block;
}

.location-map {
	position: relative;
}

.location-map a {
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 1;
	transform: translate(-50%, 0);
}

.welcome h1 {
	font-size: 50px;
	font-weight: 800;
}

.welcome-subtitle {
	text-transform: uppercase;
	color: var(--clr-primary); 
	background-color: var(--clr-grey); 
	border-radius: 16px;
	padding: 15px 24px;
	font-size: var(--font-18);
	display: inline-block;
	margin: 0;
}

.grey-bg .welcome-subtitle {
	background-color: var(--clr-white); 
}

@media (max-width: 1024px) {

	.welcome {
		background-image: none !important;
	}

}

@media (min-width: 1025px) {

	.welcome-content > div {
		max-width: 600px;
		padding: 0;
	}

	.welcome h1  {
		font-size: 80px;
	}

}

@media(min-width: 1440px) {

	.welcome h1  {
		font-size: 110px;
	}

}


/* ========================================================================== 
*  9.0 - Brand Links
* ========================================================================== */

.welcome .sml-wrapper, .home-brands .sml-wrapper {
	max-width: 1300px;
}

.brd-link, .com-link, .loc-logo {
    border: 1px solid var(--clr-base-lt);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.brd-link, .com-link {
    height: 150px;
    padding: 12px;
}

.loc-logo {
    flex: 0 1 22.5%;
    padding: 10px;
}

.brd-link:hover, .loc-logo:hover {
	border-color: var(--clr-primary);
}

.brd-link img, .com-link img {
	transition: all 0.6s ease;
	display: block;
}

.brd-link:hover img {
	transform: scale(0.9);
}

.brd-link a, .loc-logo a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


/* ========================================================================== 
*  11.2 - Content Pages
* ========================================================================== */

.center-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-content > div {
	max-width: 768px;
	width: 100%;
	padding: 0
}

.full-wrapper .center-content > div {
	padding: 40px 30px
}

.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;
}

@media(min-width: 768px) {

	.welcome .center-content > div {
		padding-right: 20px;
		max-width: 100%;
	}

}

/* ========================================================================== 
*  11.3 - Contact page
* ========================================================================== */

.contact-tabs .inline-list {
	padding-left: 0;
	background-color: var(--clr-grey);
}

.contact-tabs iframe {
	margin-bottom: 20px;
}

.contact-card {
	background-color: var(--clr-grey);
	border: 1px solid var(--clr-grey);
}

.contact-card .contact-logo {
	background-color: var(--clr-white);
	text-align: center;
	padding: 10px 20px;
}

.contact-card .contact-stuff {
	padding: 20px;
}

.contact-card .s-header {
	width: auto;
	color: var(--clr-base);
	cursor: pointer;
	position: relative;
}

.contact-card .s-header:after {
	content: "+";
	position: absolute;
	color: var(--clr-base);
	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;
}

/* ========================================================================== 
*  11.3 - password Page
* ========================================================================== */

.pwd-bg {
    background: #f1f1f1;
    padding: 70px 30px;
}

.pwd-container {
	background: var(--clr-white);
	max-width: 500px;
	width: 100%;
	padding: 30px;
	text-align: center;
	margin: 0 auto;
}

.pwd-container .btn {
	width: 100%;
}



/* ========================================================================== 
*  11.3 - Location Page
* ========================================================================== */

.loc-link {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--clr-base-lt);
	background-color: var(--clr-white);
	height: 100%;
}

.loc-text {
    display: flex;
    flex-direction: column;
    gap: 24px;	
}

.loc-text hr  {
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--clr-base-lt);
}

.loc-link img {
	display: block;
	width: 100%;
}

.loc-heading {
	background-color: var(--clr-primary);
	padding: 24px;
	color: var(--clr-white);
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}

.loc-container {
	padding: 24px;
}


.loc-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.loc-flex svg {
	color: var(--clr-primary);
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.loc-logo-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}



/* ========================================================================== 
*  10.4.5 - Location Header - Inividual Page
* ========================================================================== */

.loc-banner .wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
    justify-content: space-between;
}

.loc-banner h2, .loc-social h4 {
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
	width: auto;
}


.loc-social h4 {
	display: none;
}


.loc-social {
	display: flex;
	align-items: center;
	justify-content: center;
    gap: 16px;
}

.loc-social a {
    border: 2px solid var(--clr-white);
    padding: 5px;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loc-social a:hover {
	background-color: var(--clr-white);
	color: var(--clr-primary);
}


@media (min-width: 1025px) {

	.loc-social h4 {
		display: block;
	}


	.loc-banner .wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

/* ========================================================================== 
*  10.4.5 - Brand Pages
* ========================================================================== */

.brand-location .flex {
	justify-content: center;
}


@media (min-width: 769px) {

	.align-slider.page-brand .embla {
		--slide-size:25%
	}

}



/* ========================================================================== 
*  10.4.5 - Hide Pages
* ========================================================================== */

body.page-template-brand-page .menu-hire {
	display: none;
}

body:not(.page-template-brand-page) .logo-brand {
	display: none;
}