﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

	COLOR:  #XXXXXX
*/

:root {
		
	--red: #DF2B23; 
	
	--gray: #EEEEEE;
}

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

* {box-sizing: border-box;}

body {
}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1800px;}

.padit {padding: 70px 0;}
.header-pad {padding: 60px 0;}

.logo {max-width: 300px;}

.logo img {width: 100%; display: block; padding: 10px 0;}

.flex {display: flex;}

.flex-1 {
	width: 100%;
}

.flex-2 {
	width: 50%;
}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 900px;
}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.white{color: #fff;}
.red {color: var(--red);}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: "figtree", sans-serif; }
a:hover {text-decoration:none;}

a.black {color: #000;}
a.black:hover {color: var(--red);}

h1, h2, h3, h4, h5, h6 { font-family: "roboto-condensed", sans-serif; }

p, li {
	font-family: "figtree", sans-serif;
}

p.body-text, ul.body-text {
	line-height: 2;
}

ul.bullets {
	margin-left: 30px;
	line-height: 2;
}

ul.icon-bullets {
	margin-left: 20px;
}

ul.icon-bullets li {
	position: relative;
}

ul.icon-bullets li i {
	position: absolute;
	right: 100%;
	line-height: 2;
}

ul.bullets li {
	list-style: disc;
}

.sm-heading {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
}

.heading {
	font-size: 36px;
	font-family: "figtree", sans-serif;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}

.flavor {
	font-size: 64px;
	font-family: "brush-script-std", serif;
	opacity: 0.1;
	position: absolute;
	bottom: 5px;
}

.flavor.white {opacity: 0.2;}

.heading-container {
	position: relative;
}

.heading-container.centered {
	text-align: center;
}

.heading-container.centered .flavor {
	left: 50%;
	transform: translate(-50%, 0);
}

/*  BUTTONS  */

.red-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	background: var(--red);
	color: #fff;
	font-family: "roboto-condensed", sans-serif;
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.black-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	background: #000;
	color: #fff;
	font-family: "roboto-condensed", sans-serif;
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.red-btn span, .black-btn span {
	display: block;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.red-btn span i, .black-btn span i {
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.red-btn:hover span i, .black-btn:hover span i {
	color: var(--gray);
	transform: translate(30%, 0);
}

.flex.centered {justify-content: center;}

/*--- HEADER STYLES ---------------------*/

header {
	position: relative;
	z-index: 5;
}


.header-container {
	position: relative;
}

.top-header {
	background-color: #000;
	padding: 10px 0;
}

.top-header .wid-90.flex {
	justify-content: space-between;
	gap: 40px;
}

.top-header .left.flex {
	justify-content: flex-start;
	gap: 30px;
}

.top-header .flex a, .top-header .flex span {
	color: #fff;
	font-family: "figtree", sans-serif;
	font-weight: 800;
}

.top-header .flex a:hover {
	color: var(--red);
}

.main-header {
	background: #fff;
}

.main-header .flex {
	justify-content: space-between;
}

.logos-container {
	padding: 0 5%;
	width: 100%;
	max-width: 700px;
}

.logos-container .logo {
	padding: 0 25px;
}

.logos-container .logo a, .logos-container .logo {
	align-items: center; 
	display: flex; 
	background-color: #fff;
}
 
.logos-container .flex {
/*	width: fit-content;*/
}

.nav-container {
	display: flex;
	align-items: center;
	background-color: var(--gray);
	width: 100%;
	padding: 0 5%;
}

/*---BODY--------------------------------*/

.hero {
	background-color: #000;
	background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url("../siteart/hero-trailer.jpg");
	background-size: cover;
	background-position: center;
}

.hero-text {
	padding: 155px 0;
}

.hero-text p {
	background-color: #000;
	padding: 10px;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 1;
	text-transform: uppercase;
	width: fit-content;
}

.hero-text .heading {
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.50));
	font-weight: 800;
	font-size: 32px;
	padding-bottom: 30px;
}

.hero-text .heading .top {
	font-size: 48px;
	font-weight: 900;
}

.hero-text .heading .metal {
	font-size: 64px;
	font-weight: 900;
	font-style: italic;
	background-image: linear-gradient(-45deg, #ccc 0%, #fff 40%, #fff 60%, #ccc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  	background-clip: text;
}

.view-trailers {
	background-color: #000;
	padding-bottom: 70px;
}

.view-trailers .wid-90.flex {
	gap: 30px;
	align-items: flex-end;
}

.view-trailers .vertical-heading {
	padding-top: 30px;
}

.vertical-heading .heading-container {
	writing-mode: sideways-lr;
}

.vertical-heading .heading-container .flavor {
	font-size: 96px;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	bottom: unset;
}

.vertical-heading .heading-container .heading {font-size: 48px;}

.inv-cats.flex {justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: -25px;}

.inv-cats a.inv-cat {
	display: block;
	width: calc(33.3% - 30px);
	max-width: 500px;
	aspect-ratio: 2 / 1;
	background-color: var(--gray);
	border-radius: 5px;
	position: relative;
}

.inv-cats a.inv-cat.view-all {
	background-color: var(--red);
	background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.00)60%, rgba(0, 0, 0, 0.25) 100%);
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inv-cats a.inv-cat.view-all i {
	transition: .3s ease all;
}

.inv-cats a.inv-cat.view-all:hover i {
	transform: rotate(-45deg);
}

a.inv-cat img {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 1;
	transition: .3s ease all;
}

a.inv-cat:hover img {
	transform: translate(0, -20px);
}

a.inv-cat .cat-title {
	background-color: var(--red);
	padding: 10px 20px;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-radius: 0 0 5px 5px;
}

.cat-title .sm-heading, .inv-cats a.inv-cat.view-all .sm-heading {
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.8px;
}

.cat-title .icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	background-color: #000;
	border-radius: 30px;
	font-size: 16px;
	transition: .3s ease all;
}

a.inv-cat:hover .icon-wrap {
	transform: rotate(-45deg);
}

.flex-1.img-aside {
	position: relative;
	min-height: 300px;
}

.flex-1.img-aside img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-home .wid-90.flex {
	gap: 60px 5%;
}

.about-home .quote {
	background-color: var(--gray);
	padding: 40px 80px;
	text-align: center;
	font-style: italic;
	text-transform: none;
}

.service-bg {
	background-color: var(--red);
	background-image: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.00)60%, rgba(0, 0, 0, 0.25) 100%), linear-gradient( rgba(223, 43, 35, 0.87) 0%, rgba(223, 43, 35, 0.87) 100%), url("../siteart/service-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 120px;
}

.service-bg .wid-90 {
	text-align: center;
	max-width: 800px;
}

.service-bg .body-text {
	padding: 30px 0;
}

.contact-info.flex {
	padding: 20px 0;
	gap: 30px 150px;
	flex-wrap: wrap;
}

.contact-info .info .sm-heading {
	padding-bottom: 10px;
}

.contact-info a {
	color: #000;
}

.contact-info a:hover {
	color: var(--red);
}

.flex-1.map-aside {
	position: relative;
}

.flex-1.map-aside iframe {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
}

.page-heading {
	background-color: var(--red);
	background-image: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.00)60%, rgba(0, 0, 0, 0.25) 100%);
}

.gray-box {
	padding: 30px;
	background-color: var(--gray);
}

.gray-box.contact-call {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

.fast-facts .wid-90.flex {
	gap: 30px 5%;
}

/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	justify-content: space-around;
}

.form-container {
	margin: 0 auto;
	margin-top: 30px;
	background-color: var(--gray);
	max-width: 900px;
	padding: 30px;
}

.form-box .heading {
	padding: 15px 0;
}

.form-flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 10px 0;
}

.form-flex label, .form-flex legend {
	font-family: "figtree", sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
	display: inline-block;
}

.form-field, .form-flex input, .form-flex select, .form-flex textarea, .form-flex div {
	width: 100%;
}

.form-flex input[type="radio"], .form-flex input[type="checkbox"] {
	width: unset;
}

.form-flex input, .form-flex select, .form-flex textarea {
	background: #fff;
	border: none;
	color: #2D2D2D;
	font-family: "figtree", sans-serif;
	font-size: 15px;
	padding: 15px;
	border-radius: 0;
	
}

.form-flex input:focus-visible, .form-flex select:focus-visible, .form-flex textarea:focus-visible {
	outline: none;
	background: #FFF6F6;
}

textarea {
	height: 150px;
}

.CaptchaPanel {
	font-family: "Outfit", sans-serif;
}

.captcha-button {
	text-align:center;
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	background: #000;
}

.footer-left {
	padding: 40px 5%;
	background-color: #333;
	margin-top: -25px;
	width: 50%;
	position: relative;
	max-width: 450px;
	border-radius: 5px 5px 0 0 ;
}

.footer-left .logo {margin: 0 auto;}

.footer-locations {
	padding-top: 20px;
	line-height: 2;
	text-align: center;
}

.footer-locations a, .footer-locations span {
	color: #fff;
	font-family: "figtree", sans-serif;
	font-weight: 700;
}

.footer-right.flex {
	padding: 70px 5% 100px;
	width: 100%;
	justify-content: flex-end;
	gap: 30px 80px;
	flex-wrap: wrap;
}

footer h3.sm-heading {
	margin-bottom: 10px;
}

.footer-nav .flex {
	gap: 0 40px;
	flex-wrap: wrap; 
}

.footer-nav ul li a {
	color: #fff;
	line-height: 2;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.footer-nav ul li a:hover {
	color: var(--red);
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
	.nav-container, .top-header {display: none;}
	.main-header .flex {justify-content: center;}
	
	.vertical-heading .heading-container .heading {font-size: 36px;}
	.vertical-heading .heading-container .flavor {font-size: 64px;}
}

@media only screen and (max-width: 1100px) {
	footer .outer.flex {flex-wrap: wrap; justify-content: center; padding: 0 5%;}
	.footer-left {width: 100%;}
	.footer-right.flex {justify-content: center; padding: 70px 0 100px;}
	
	.view-trailers .wid-90.flex {flex-wrap: wrap; justify-content: center;}
	.view-trailers .vertical-heading {padding-top: 70px;}
	.vertical-heading .heading-container {writing-mode: unset;}
	.inv-cats.flex {margin-top: 0;}
	.vertical-heading .heading-container .flavor {right: 50%; top: unset; transform: translate(50%, 0); bottom: 5px;}
	.inv-cats a.inv-cat {width: calc(50% - 30px);}
	
	.about-home .wid-90.flex, .fast-facts .wid-90.flex {flex-wrap: wrap;}
	.about-home .flex-1 .padit {padding-bottom: 0;}
}

@media only screen and (max-width: 850px) {
	
	.form-flex {flex-wrap: wrap; gap: 20px; padding: 5px 0;}
}


@media only screen and (max-width: 600px) {
	.logos-container .logo {padding: 0 10px;}
	
	.footer-nav ul, .footer-nav {width: 100%;}
	
	.hero-text {padding: 70px 0;}
	.hero-text .heading {font-size: 24px; line-height: 1.2;}
	.hero-text .heading .top {font-size: 36px;}
	.hero-text .heading .metal {font-size: 48px;}
	
	.heading {font-size: 28px;}
	.sm-heading {font-size: 22px;}
	.flavor {font-size: 56px; bottom: 3px}
	
	.inv-cats a.inv-cat {width: 100%;}
	
	.home-contact.flex {flex-wrap: wrap;}
	.home-contact.flex .map-aside {order: -1;}
	
	.home-contact.flex .map-aside iframe {position: static; height: 400px;}
}

@media only screen and (max-width: 500px) {
	.hero-text {padding: 50px 0;}
	.hero-text .heading {font-size: 20px;}
	.hero-text .heading .top {font-size: 24px;}
	.hero-text .heading .metal {font-size: 32px;}
	
	.heading {font-size: 24px;}
	.sm-heading {font-size: 20px;}
	.flavor {font-size: 48px;}
	
	.about-home .quote {padding: 20px 40px;}
}

@media only screen and (max-width: 450px) {
/*	make buttons full width*/
	.black-btn, .red-btn, a:has(> .black-btn), a:has(> .red-btn) {width: 100%;}
}






