12/************************************************

Stylesheet: BMW Stylesheet

*************************************************/

@charset "UTF-8";
/* CSS Document */


/* Change the width of the site container */
.content, .row {
    max-width: 90rem;
    margin: 0 auto;
}

@font-face {
    font-family: 'BMWType';
    src: url('../fonts/bmw-new/BMWTypeNext-Regular.woff2') format('woff2');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BMWType';
    src: url('../fonts/bmw-new/BMWTypeNext-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BMWType';
    src: url('../fonts/bmw-new/BMWTypeNext-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BMWType';
    src: url('../fonts/bmw-new/BMWTypeNext-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}


body {
	font-family: "BMW Global Pro", Sans-serif;
	font-family: "BMWType", Sans-serif;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, li, strong {
	font-family: "BMW Global Pro", Sans-serif !important;
	font-family: "BMWType", Sans-serif !important;
}
h1 {
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: 300 !important;
	font-style: normal;
	text-transform: uppercase !important; 
}
h2 {
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: 300; 
	font-style: normal;
	text-transform: none; 
}
h3 {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	font-style: normal;
	text-transform: none; 
}
h4 {
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: normal;
	font-style: normal;
	text-transform: none; 
}
p {
    font-family: "BMW Global Pro", Sans-serif !important;
	font-family: "BMWType", Sans-serif !important;
}

@media only screen and (max-width: 40em) {
	h1 {
		font-size: 2rem;
	    line-height: 2.6rem !important;
	}
	h2 {
		font-size: 1.6rem;
		line-height: 2rem !important;
	}	
	h3 {
		font-size: 1.2rem;
		line-height: 1.8rem !important;
	}	
	h4 {
		font-size: 1rem;
		line-height: 1.6rem !important;
	}
}


/* Buttons */
button, .button, input[type=submit].wpcf7-submit {
    font-family: "BMW Global Pro", Sans-serif !important;
	font-family: "BMWType", Sans-serif !important;
	font-weight: normal;
	font-style: normal;
    font-size: 0.8rem;	
	text-transform: capitalize; 
    border-radius: 0px;    
    background-color: #1c69d4;
    color: #FFFFFF; 
    border-color: transparent;
    padding: 0.95em 1em;
	cursor: pointer;    
} 
.button:focus, .button:hover, input[type=submit].wpcf7-submit:hover {
    background-color: #0653b6; 
    color: #FFFFFF;
}
#button, .wpcf7-submit, .elementor-button, .elementor-cta__button, .elementor-widget-button a.elementor-button, .elementor-slide-button, .elementor-cta__button.elementor-button {
    font-family: "BMW Global Pro", Sans-serif !important;
	font-family: "BMWType", Sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: capitalize!important; 
    border-radius: 0px !important;
    color: #FFF;   
    border-color: transparent;
    background-color: #1c69d4;  
}
input[type=submit].wpcf7-submit {
	width: 100%;
}

.button.secondary {
    border: 1px solid black;
    background-color: #ffffff00 !important;
    color: black;
}

.button.secondary:focus, .button.secondary:hover {
    border: 1px solid #262626;
    background-color: #ffffff00;
    color: #262626;
}


/* BMW Header */
header {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}
header .bmw-logo a.bmw-colour-logo {
	display: none;
}
header .bmw-logo a.bmw-white-logo {
	display: block;
}
header .inner-header {
    background: transparent;
    padding: 1rem 0 0 0;
}
header .inner-header .content {
	border-bottom: 1px solid white;
	padding: 1.5rem 0;
}
.header .site-navigation-container {
    border-top: 2px solid #FFF;
}
header .social-media-icons li {
    width: 30px;
}
header .social-media-icons li i {
    color: #ffffff;
    opacity: 1;
    font-size: 18px;
}
header .dealer-name span {
	font-family: "BMW Global Pro", Sans-serif;
	font-family: "BMWType", Sans-serif;
	font-style: normal;
	font-weight: 600;	
    color: white;
}
.bmw-logo {
	border-left: 0px solid;
}


	/* Header Changes on BMW Model Page */
	body.single-mlo_asset header .dealer-name span, body.single-mlo_asset header .social-media-icons li i {
		color: #666666;
	}
	body.single-mlo_asset header {
		border-bottom: 1px solid #e6e6e6;
	}
	body.single-mlo_asset .header .site-navigation-container {
		border-top: 2px solid #e6e6e6;
	}
	body.single-mlo_asset header .bmw-logo a.bmw-colour-logo {
		display: block;
	}
	body.single-mlo_asset header .bmw-logo a.bmw-white-logo {
		display: none;
	}

	@media only screen and (max-width: 40em) {
		header .mobile-header-cta {
			text-align: left;
		}	
		header .header-left-cta i, header .mobile-header-cta i {
			top: -4px;
	        margin-right: 0px;
		}	
	}

@media only screen and (max-width: 40em) {
	header .inner-header {
		border-bottom: 1px solid black;
		padding: 0.5rem;
		background: white;
	}
	.header .site-navigation-container {
		border-top: 0 solid #FFF;
		margin: 0;
	}	 
	header .bmw-logo a.bmw-colour-logo {
		display: block;
		position: relative;
		top: 7px;
	}
	header .bmw-logo a.bmw-white-logo {
		display: none;
	}
	header .social-media-icons li i, header .dealer-name span {
		color: #666666;
	}	
}


/* BMW Navigation */
.title-bar-title {
	font-family: "BMW Global Pro", Sans-serif;
    font-family: "BMWType", Sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #666;
    text-transform: none;	
}
#top-responsive-menu .dropdown.menu a {
    margin: 1.5rem 1rem 1rem 0;
}
.dropdown.menu a {
	font-family: "BMW Global Pro", Sans-serif;
	font-family: "BMWType", Sans-serif;
	font-style: normal;
	font-weight: 600;	
    color: white;
	border-bottom: 1px solid transparent;
}
.dropdown.menu a:hover {
    background: transparent;
    color: #FFF !important;
	border-bottom: 1px solid #FFF;
}
.menu .active > a {
    background: transparent;
    color: #1a1a1a;
}
.dropdown.menu .is-active> a {
	color: #1a1a1a;
} 
.nav.flex .align-center.vertical.menu>li>a {
	background: transparent;
}
.title-bar {
	justify-content: center;
}
	/* Nav Changed on BMW Model Page */
	body.single-mlo_asset .dropdown.menu a {
		color: #666666;
	}
	body.single-mlo_asset .nav.flex .align-center.vertical.menu>li>a {
		color: #666666 !important;
	}


@media only screen and (max-width: 40em) {
	.bmw-header .header-icons {
		width: 25%;
	}
	.bmw-header .dealer-name {
		width: 50%;
        text-align: right;
        margin-right: 10px;
	}
	header .dealer-name span {
		font-size: 16px;
	}	
	.bmw-logo {
		width: 40%;
	}	
	.bmw-logo img.brand-logo {
		margin: 0 auto;
		width: 48px;
		float: left;
	}	
}


/* BMW Slideshow */
.swiper.slider {
    width: 100%;
    height: 800px;
    margin: -175px auto 0;
}
.swiper.slider .swiper-slide img, .swiper.slider .swiper-slide video {
	height: 800px;
}
.swiper-slide:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(0,0,0,0.76234243697479) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(0,0,0,0.76234243697479) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(0,0,0,0.76234243697479) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.swiper.slider .swiper-button-prev:after, .swiper.slider .swiper-button-next:after, .swiper.slider .swiper-pagination:after {
    color: #1c69d4;
}
@media only screen and (max-width: 40em) {
	.swiper.slider {
		height: 350px;
	    margin: 0 auto 0;
	}	
	.swiper.slider .swiper-slide img, .swiper.slider .swiper-slide video {
		width: 100%;
		height: 350px;
		object-fit: cover;
	}	
}



/* BMW Page Header */
.header-title {
    min-height: 500px;
}
.header-title, #news-article-header, #new-model-page-header {
    margin: -175px 0 0 0;
    content: '';
	padding-bottom: 1rem;	
}
.header-title .container {
    display: table-cell;
    vertical-align: bottom;
}
.header-title h1, .header-title h2 {
	color: #FFF;
    padding: 0;
    line-height: 2.6rem;
    font-size: 2.4rem; 
    margin-bottom: 0.5rem;
}
.header-title p {
	color: #FFF;
    padding: 0;
    line-height: 1.6rem;
    font-size: 1.2rem; 
    margin-bottom: 1rem;
}
.header-title .container:before, #news-article-header .elementor-background-overlay{
    background: rgba(0,0,0,0.55);
}
.separator-parent { 
    line-height: 0;
    text-align: center;
	display: none;
}
.seperator {
    width: 15%;
    border-top-width: 5px;
    border-top-color: #1c69d4;
    border-top-style: solid;
    display: inline-block;
    position: relative;
    z-index: 10;
    box-shadow: 2px 2px 2px rgba(0,0,0,.8);
}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.header-title {
		min-height: 450px;
		margin: -275px 0 0 0;
	}
}
@media only screen and (max-width: 40em) {
	.header-title, #news-article-header, #new-model-page-header {
		margin: 0 0 0 0;	
	}	
	.header-title {
		min-height: 200px;
		padding: 1rem 0;
		margin: 0;
	}	
	.header-title h1, .header-title h2 {
	    font-size: 1.2rem;
	    line-height: 1.4rem;
	    margin-bottom: 0.5rem
	}
	.header-title p {
	    font-size: 0.8rem;
		line-height: 1.2;
	    margin-bottom: 0.5rem
	}	
	.seperator {
	    width: 25%;
	}
	
}


/* Home CTA IMages */

.brand-home-cta-image .elementor-cta__button {
	width: 100%;
}
@media only screen and (max-width: 40em) {
	.brand-home-cta-image .elementor-cta__description {
		display: none;	
	}
}


/* Used Stock Overrides */
.asset-filters button, .asset-filters .button {
    font-size: 0.8rem;
    padding: 10px 0;
} 
.asset-filters button.secondary, .asset-filters .button.secondary {
    color: white;
	border: 1px solid white;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #1c69d4 !important;
    background: #1c69d4 !Important;
}
.button.view-asset-cta {
	
}
.grid-view .asset-item-container h3.title {
    font-size: 1.3rem;
    color: #1c69d4;
    margin: 0;
}
.grid-view .asset-item-container h3.price, .grid-view .asset-item-container p span, .view-asset-title h2.asset-price, .view-asset-title h3.asset-price, .view-asset-title p.finance-price span {
    color: #1c69d4;
}
.asset-item-image-container .used-bike-image {
	max-height: 300px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

/* Form Styles */
span.wpcf7-not-valid-tip {
    background: #0653b6;
}
div.wpcf7-response-output {
    color: #0653b6;
}


/* Tabs */
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: #0653b6;
    color: #FFF;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: #FFFF;
    color: #0653b6 !important;
}
.accordion-item.is-active .accordion-title {
    color: #0653b6 !important;
}