/* Temp Styles whilst CSS is in use */

.finance {
  display: block;
}
.finance h3 {
  font-weight: bold;
}
.finance p {
  text-align: center;
  color: black;
}
.template-article .social-sharing a{
  text-decoration: none;
}

.comments .h4 {
  margin-top: 20px;
}

.comments .button {
  margin-top: 20px;
}


#shopify-section-header .show-nav { display: block !important; }


@media (max-width: 768px){
  .hero-slider .slide-content { 
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.7)!important;
  }
  
  
  .sub-menu 
    
    .h3 {
      color: white;
      opacity: 0.7;
      padding: 0 0 0 15px;
          font-size: 14px;
    
  }
}
@media (min-width: 768px){
  .hero-slider .slide-content { 
    min-width: initial;
  }
}

/* Header */
.header .search-bar form { display: flex; }
.header .search-bar input { display: inline-block; font-size: 13px; }
.header .search-bar .fa { color: white; }
.header .search-bar button {
    background: #ad973f;
    width: 60px;
}

.slick-initialized .slick-slide { display: block!important; }

/* Collection page filters */
.filters { margin-bottom: 20px; }
filters i {
    color: #ccc;
    margin-right: 0;
    margin-top: 0;
}
.filters h2 { display: inline; }
.filters .button:hover { color: black; }
.filters .button {
    background: #fff;
    color: black;
    padding: 2px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.filters .button span { float: right; }
.filter-menu { display: none; }
.filter-menu { list-style-type: none; margin-left: 0; }
.filter-menu.show { display: block; }

/* contact page */
#MainContent .page-intro { padding: 0; }
.contact-form .button {
  	margin-top: 20px; 
}

/* Product Page */
.spr-badge[data-rating="0.0"] { display: none; }

/* customer accounts pages */
.account-wrap { margin-bottom: 20px; }
button:focus, button:hover { color: #1468a0; cursor: pointer; }


/* Cookie Bar */

.cookie-banner {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: black;
  color: #fff;
  left: 0;
  right: 0;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.cookie-banner h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.cookie-banner ul.cookies { padding: 0; }
.cookie-banner ul.cookies li { display: inline-block; }
.cookie-banner ul.cookies li:nth-child(n+2) { padding-left: 10px; }
.cookie-banner ul.cookies li:last-child { float: right; }
.cookie-banner a { color: #fff; border-bottom: 1px dotted #fff;  }
.cookie-banner a:hover { border: none;  }
#confirmCookies {  color: #fff; padding: 5px 40px; font-weight: bold; cursor: pointer; display: inline-block; }
.cookie-banner p { padding: 5px 0; }

/* homepage */
.hero { 
    background-attachment: fixed;
    background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero__inner {
	width: 100%;
}




.hero__inner .h1.mega-title { 
  	color: #fff;
  	font-family: 'Nunito Sans', sans-serif;
  	font-size: 2.2rem; 
  	font-weight: 700;
    text-transform: uppercase;
  line-height: 1.2;
}
.hero__inner .h2.mega-subtitle {
    color: #fff;
  	font-family: 'Nunito Sans', sans-serif;
    font-size: 2rem;
  	font-weight: 400;
 	line-height: 1.2;
    margin-bottom: 2rem;
  	text-transform: uppercase;
}
.hero__inner .rte-setting a {
    color: #a7a7a7;
    font-size: 18px;
}

.hero__inner .rte-setting a strong {
	color: #fff;
  	font-weight: 400;
}

@media (min-width: 1024px){
  /* Collection page filters */
  .filter-menu { display: initial; }
  .filters { margin-bottom: 0; }
  .filters h2 { display: block;  }
  
  /* contact page */
  .page-intro { padding: 30px; }
  
  
  .filters .cat-heading h2 {
  	font-size: 16px;
  }
  
  .filter-menu ul {
  	margin-bottom: 10px;
  }
  
}

.collection-hero{
  height:300px;
  display:flex;
  align-items:flex-end;
  padding:0 !important;
  
}

.collection-hero.default-bg {
	height: 200px;
}

.collection-hero .grid-container{
  width:100%;
  display:flex;
  flex-direction:column;
  justify-conten:flex-start;
}

.collection-hero .grid-container .brand {
  margin-left:0;
}

.collection-hero .collection-title {
  background:rgba(0,0,0,0.5);
  padding:15px 20px;
  width:auto;
}

.collection-hero .grid-container .brand-title {
	margin-bottom: 20px;
}

.collection-hero .grid-container .brand-logo {
  	align-items: center;
	display: flex;
  	justify-content: flex-end;
  	margin-bottom: 20px;
}

.collection-hero.default-hero .grid-container .brand-logo img {
	max-width: 125px;
}


.default-bg .default-collection h1 {
	margin: 0;
}


@media (min-width:1024px) {
  .collection-hero:not(.default-bg) h1{
    font-size:42px;
    margin: 0;
  }
  .collection-hero:not(.default-bg) {
    height:450px;
  }
}


/* News */

.post-content h2 {
    color:  #000;
  	font-family: 'Nunito Sans', sans-serif;
    font-size: 21px;
    font-weight: bold;
    min-height: 58px;
}

.post-content h2 a {
	color: inherit;
  	text-transform: uppercase;
}
.post-content {
  position: relative;
  padding-bottom: 85px !important;
}
.post-content .button {
	width: initial !important;
  position: absolute;
  bottom: 30px; 
  left: 30px;
  right: 30px;
}

.featured img {
  width: 100%;
}




/* Rich Text */

.rich-text {
  background-color: #000;
  background-image: url(car-dark.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 1200px;
  padding-bottom: 300px;
  padding-top: 150px;
}

.rich-text h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.rich-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  }


/* Text with Image */

.text-with-image {
  background: #fff;
	padding: 100px 0;
}

.text-with-image h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-with-image h3 {
  color: #605E5E;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-with-image p {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-with-image img {
  	margin-top: 30px;
	max-width: 400px;
}

.text-with-image .button {
    clear: both;
    display: table;
    margin: auto;
    margin-top: 30px;
}


/*  Slider Fixes - Large Screens */

@media(min-width: 1024px) {

.slide img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    object-position: center;
}
  
  .slide-content h2 {
  	font-size: 28px;
    margin-bottom: 1rem;
  }
  
.slide-content .subtitle {
    color: #777777;
    font-size: 18px;
}
  
  .slide-content p {
  	font-size: 16px;
    margin-bottom: 1rem;
  }
  
  .template-index header {
  	position: absolute;
    width: 100%;
    z-index: 999;
  }
	
}


/* Collection Changes */

.sidebar-link {
	margin-top: 20px;
}



#new-ford {
	background: #fff;
}


/* Article - Collection */

.product .product-news__article {
  	background: #000;
  	overflow: hidden;
    position: relative;  
}

@media(min-width:1024px){

.product-news__article img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: 0.4;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
  
.product .product-news__article:hover img {
    opacity: 0.25;
	transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
  
.product-news__article .article_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
  
.product-news__article .article_content {
	padding: 30px;
}
  
  .product-news__article .article_content .subtitle {
  	color: #C8C4C4;
    font-size: 14px;
    text-transform: uppercase;
    
  }
  
  .product-news__article .article_content h2 {
 	color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  
} 

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

.slide .grid-x {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
  
}


@media screen and (max-width: 768px) {
  
  .slide-wrap {
  	position: initial;
  } 
  
.slide-content {
    background-color: #000;
    padding: 40px 20px;
    text-align: center;
}

.slide-content .subtitle {
  font-size: 16px;
}

.slide-content h2 {
  font-size: 21px;
  margin-bottom: 5px;
}

.slide-content p {
  line-height: 21px;
}
  
/* Rich Text */  

.rich-text {
  padding-bottom: 250px;
  padding-top: 75px;
}

.rich-text h2 {
  font-size: 24px;
}

.rich-text p {
  font-size: 14px;
}
  
/* "hero" */
  
.hero {
  background-attachment: initial;
}
  
.hero__inner .h1.mega-title {
  font-size: 28px;
}

.hero__inner .h2.mega-subtitle {
  font-size: 24px;
}
  
/* Text w/ image */  
  
.text-with-image {
  padding: 75px 0;
}

.text-with-image h2 {
  font-size: 24px;
}

.text-with-image h3 {
  font-size: 18px;
}

.text-with-image img {
  max-width: 240px;
}
  
/* Footer */
  
footer .main-footer {
  padding-bottom: 50px;
  padding-top: 50px;
}

footer .main-footer .cell {
  margin-bottom: 20px;  
}

footer p.footer-header {  
  margin-bottom: 10px;
}  
  
  
/* Blog */

.post-content,
.post-content h2,
.post-content h3,
.post-content .rte p {
    min-height: 0;
}  
  
   

}

.mb-30{
  margin-bottom:30px;
}

.borderline{
  width:100%;
  height:1px;
  border:1px solid #f2f2f2;
  margin-top:30px;
}


@media screen and (max-width: 1024px) {
  .refineResults {
  	font-size: 14px;
  }
}

.social {
  	display: flex;
	list-style-type: none;
 	margin: 20px 0 0 0;
}

.social li {
	margin-right: 10px;
}

.social a {
	color: #fff;
  	font-size: 20px;
}