﻿/***** 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 --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #231f20; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #231f20;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

html{scroll-behavior: smooth;}
body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.hours-btn {
    position: relative;
}
.hours-btn:hover + .hours-dropdown {
    display: block;
}
.hours-dropdown {
    position: absolute;
    top: 72px;
    padding: 15px;
    background: #eee;
    display: none;
		z-index: 10;
}
.hours-dropdown li {
	font-size: 12px;
	background: unset !important;
	padding: 0 !important;
}

.bg-offwhite{background: #f9f9f9;}

.hero{display: flex;}

.hero .side-nav{
	width: 13.1%;
	background: #231f20;
}
.secondary .side-nav{
    position: absolute;
    left: 0;
    top: 0;
    right: 86.9%;
    background: #231f20;
}
.hero .bg-img{
	width: 86.9%;
	padding: 20px;
	box-sizing: border-box;
}

.secondary .bg-img{
	
    height: 509px;
	left: 13.1%;
	position: relative;
	width: 86.9%;
	padding: 20px;
	box-sizing: border-box;
}

.hero-text{
	color: #fff;
    padding: 100px 50px;
}
.hero-text p{
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1.25;
	margin: 30px 0 50px;
}
.hero-contact{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.hero-contact a{
	position: relative;
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 52px;
	background: #fff;
	color: #231f20;
	padding: 0 20px;
	text-align: center;
	max-width: 320px;
	box-sizing: border-box;
	display: block;
    z-index: 1;
}
.hero-contact a:nth-of-type(2){
	background: #231f20;
	color: #fff;
}
.hero-contact a:nth-of-type(2) i{
	padding-right: 10px;
}

.hero-contact a:hover{
	color: #231f20 !important;
	transition: ease all 0.1s;
}
.hero-contact a:before{
	content:'';
	position: absolute;
	left: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #ffae34;
	opacity: 0;
}
.hero-contact a:hover:before{
	left: 0;
	opacity: 1;
	transition: ease all 0.2s;
	
}



.hero-contact li{
	position: relative;
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 25px;
	background: #fff;
	color: #231f20;
	padding: 0 20px;
	text-align: left;
	max-width: 320px;
	box-sizing: border-box;
	display: block;
    z-index: 1;
}
.hero-contact li:nth-of-type(2){
	background: #231f20;
	color: #fff;
}
.hero-contact li:nth-of-type(2) i{
	padding-right: 10px;
}

.hero-contact li:hover{
	color: #231f20 !important;
	transition: ease all 0.1s;
}
.hero-contact li:before{
	content:'';
	position: absolute;
	left: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #ffae34;
	opacity: 0;
}
.hero-contact li:hover:before{
	left: 0;
	opacity: 1;
	transition: ease all 0.2s;
	
}
/*---BODY--------------------------------*/

.secondary-wrap{
    padding: 0 70px 0 70px;
    max-width: 86.9%;
    margin-left: auto;
    box-sizing: border-box;
}

.nopad-top{padding-top: 0 !important;}
.nopad-bottom{padding-bottom: 0 !important;}
.padding-vertical{
	padding: 120px 0;
}

.bg-img{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
}
.gap{
	border:solid 10px #fff;
	box-sizing: border-box;
}


.cta{
	position: relative;
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 52px;
	border-right: 52px solid #e9e9e9;
	background: #fff;
	color: #231f20;
	padding: 0 20px;
	text-align: center;
	max-width: 320px;
	box-sizing: border-box;
	display: block;
    z-index: 1;
	
	font-size: 16px;
}
.cta:after{
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	position: absolute;
	right: -52px;
	left: 100%;
	text-align: center;
	top: 0;
}
.cta.lg{
	line-height: 70px;
	font-size: 24px;
	border-width: 70px;
	color: #231f20;
}
.cta:hover{
	color: #fff !important;
	transition: ease all 0.1s;
	border-color: #333 !important;
}
.cta:before{
	content:'';
	position: absolute;
	left: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #231f20;
	opacity: 0;
}
.cta:hover:before{
	left: 0;
	opacity: 1;
	transition: ease all 0.2s;
	
}
.cta.lg:after{
	right: -70px;
}

.cta.orange{
	border-color: #d9932a;
	background: #ffae34;
	color: #231f20;
}
.cta.white{
	color: #231f20;
}

.cta-box{min-height: 28vw; padding: 50px; box-sizing: border-box; position: relative; }
.cta-box:hover{
	transition: ease all 0.3s;
	backdrop-filter: brightness(1.1);
}

.cta-box.low-brightness:hover{
	backdrop-filter: brightness(1.03);
}
.cta-box .heading.underline {
    position: absolute;
    bottom: 50px;
    padding-bottom: 20px;
	transition: ease all 0.3s;
}
.cta-box .cta {
    position: absolute;
    bottom: 50px;
	left: 50px;
	right: 50px;
}
.cta-box .heading.underline:after {
    position: absolute;
	content: '';
	height: 12px;
	width: 70px;
	background: #ffae34;
	bottom: 0;
	left: 0;
	transition: ease all 0.2s;
}
.cta-box:hover .heading.underline {
	padding-bottom: 30px;
}
.cta-box:hover .heading.underline:after {
	width: 90px;
}

.plus{
	position: relative;
}
.plus:after{
	content: "\2b";
	
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
	
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	background: #fff;
	color: #231f20;
	text-align: center;
	font-size: 24px;
}

.white{color: #fff;}
.black{color: #231f20; }
.orange{
	color: #ffae34;
}
.bg-orange{
	background: #ffae34;
}

.heading{
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 48px;
	line-height: 0.9;
	text-transform: uppercase;
}
.heading-lg{
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 80px;
	line-height: 0.9;
	text-transform: uppercase;
}


.heading.underline {
    position: relative;
    padding-bottom: 20px;
}
.heading.underline:after {
    position: absolute;
	content: '';
	height: 12px;
	width: 70px;
	background: #ffae34;
	bottom: 0;
	left: 0;
	transition: ease all 0.2s;
}

.bg-white p, .bg-white ul{
	
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 30px;
}

.bg-dark{
	color: #fff; 
	background: #231f20;
}
.bg-dark .heading{
	color: #aaa9a9;
}


.icon-list li{
	position: relative;
	padding-left: 40px;
}
.icon-list li i{
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	text-align: center;
	color: #ffae34;
}

.icon-list li a{
	color: #231f20;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	font-style: italic;
}



/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 10px;
	font-family: "elza", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #231f20;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	border-bottom: #777 solid 1px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}
.custom-form .flex{
	gap: 10px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: "elza", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #231f20;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
	border-bottom: #777 solid 1px;;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "elza", sans-serif;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #231f20 !important;
}
.custom-form button{
    width: 100%;
	outline: none !important;
	cursor: pointer !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-box{min-height: 28vw; padding: 120px 70px; box-sizing: border-box;}

.footer-box .heading{
	margin-bottom: 30px;
}
.footer-box ul li a{
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 8px;
}
.bg-dark .footer-box ul li a{
	color: #fff;
}

.footer-box ul li 
{
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 8px;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/








.vertical-divider{width: 2px; margin: 0 10px; background: #999; opacity: 0.25}

/* COLUMNS */

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.wrapper{padding: 0 10px;}

.col-row{display: flex; flex-wrap: wrap; position: relative;}

@media (max-width: 1439px){
	
	.heading-lg{
		font-size: 48px;
		line-height: 1.1;
	}
	.heading{	
    	font-size: 36px;
	}
	.hero-text p{
		font-size: 18px;
	}
}
@media (min-width: 1200px){
	
	.right-lg{text-align: right;}
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-hidden{display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px){
	
	
.hero .side-nav{
	width: 170px;
}
.secondary .side-nav{
    right: calc(100% - 170px);
}
.hero .bg-img{
	width: calc(100% - 170px);
}
.secondary .bg-img{
	left: 170px;
	width: calc(100% - 170px);
}
.secondary-wrap{
    padding: 0 70px 0 70px;
    max-width: calc(100% - 170px);
}
	
	.heading-lg{
		font-size: 48px;
		line-height: 1.1;
	}
	.hero-text p{
		font-size: 18px;
	}
	.heading{	
    	font-size: 36px;
	}
	
	.right-md{text-align: right;}
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}
	.col-md-hidden{display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px){
	
	.wrapper{padding: 0 !important;}
	
	
.hero .bg-img{
	position: relative;
}
.hero .bg-img:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #231f20;
    opacity: 0.5;

}
	
	
.hero .side-nav{
	width: 120px;
}
.secondary .side-nav{
    right: calc(100% - 120px);
}
.hero .bg-img{
	width: calc(100% - 120px);
}
.secondary .bg-img{
	left: 120px;
	width: calc(100% - 120px);
}
.secondary-wrap{
    padding: 0 70px 0 70px;
    max-width: calc(100% - 120px);
}
	
nav.primary > ul li a, li.click > div{
	font-size: 14px !important;
	height: 120px !important;
}
nav.primary > ul li a i, .menu-toggle i{
	font-size: 30px !important;
}
	.cta-box {
    min-height: 300px;
	}
	
	.cta.lg{
		margin-top: 30px;
		font-size: 18px;
	}
	.heading-lg{
		font-size: 48px;
		line-height: 1.1;
	}
	.heading{	
    	font-size: 36px;
	}
	
	.hero-text p{
		font-size: 18px;
	}
	
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-hidden{display: none !important;}
	
	.col-row{padding: 0 20px;}
	.col-row.extra-pad-sm{padding: 0 30px;}
	.footer .col-row{padding: 0 !important;}
}
@media (max-width: 767px){
	
	.hero-contact{flex-wrap: wrap;}
	.hero-contact > *{ flex-grow: 1; max-width: unset !important; order: 1;}
	.hero-contact .hours-btn{ order: 0; background: #eee;}

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}

.hours-dropdown {
    top: 68px;
}
	
	.wrapper{padding: 0 !important;}
	.hero-contact a{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 48px;
		padding: 0 16px;
	}
	.heading-lg{
		font-size: 30px;
		line-height: 1.1;
	}
	.heading{	
    	font-size: 30px;
	}
	.hero-text p{
		font-size: 14px;
		line-height: 1.5;
	}
	.cta{
		font-size: 11px;
		letter-spacing: 2px;
		padding: 0 10px;
		border-width: 32px;
	}
	.cta:after{
    	right: -32px;
	}
		
	.hero-text{padding-left: 0 !important; padding-right: 0 !important;}

.hero .side-nav{
	width: 120px;
}
	.hero .col-row{
		
    	padding: 0 10px !important;
	}
.secondary .side-nav{
    right: calc(100% - 120px);
    position: relative;
}
.hero .bg-img{
	width: calc(100% - 120px);
	position: relative;
}
.hero .bg-img:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #231f20;
    opacity: 0.5;

}
.secondary .bg-img{
    height: 480px;
	width: calc(100% - 120px);
	left: 0;
}
.secondary-wrap {
    padding: 0 20px 0 20px;
    max-width: unset;
}	
	.cta-box {
    min-height: 300px;
		padding:30px;
	}
	.cta.lg{
		margin-top: 30px;
		font-size: 18px;
	}
nav.primary > ul li a, li.click > div{
	font-size: 14px !important;
	height: 120px !important;
}
nav.primary > ul li a i, .menu-toggle i{
	font-size: 30px !important;
}
	
	.footer-box{
		padding: 70px 40px;
	}
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	
	.col-row{padding: 0 20px;}
	.col-row.extra-pad-xs{padding: 0 30px;}
	
	.footer .col-row{padding: 0 !important;}
}





