﻿/***** 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: #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 --------*/

.display-none{display: none;}
body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}




/*---BODY--------------------------------*/

.wrapper{max-width: 92%; margin: 0 auto;}
.flex{display: flex;}
.page-bottom{padding-bottom: 4%;}
.nopad-top, .wrapper.nopad-top{padding-top: 0 !important;}

/* CONTENT BEFORE FACETED */


.inventory-banner{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 55px;
    height: 400px;
}
.bg-online-parts{
	background: linear-gradient(0deg,rgba(0,0,0,.56),rgba(0,0,0,.56)) center center, url('/templates/rudd.addashop.com/siteart/used-parts.jpg') top center;
    background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.title-box {
    position: absolute;
    background-color: #ffcd00;
	padding: 4%;
	font-family: 'Montserrat', sans-serif;
	max-width: 92%;
	bottom: -20px;
}
.title-box .banner-page-title {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
    font-weight: 600;
	padding-bottom: 2%;
}

.title-box .breadcrumbs {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 600;
    color: #000;
}
.title-box .breadcrumbs .breadcrumb>a {
    color: #645000;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
}
.title-box .breadcrumbs .chevron {
    color: #645000;
    position: relative;
    top: -1px;
    margin: 0 6px;
}

.title-box .breadcrumbs .breadcrumb>a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    background-color: #645000;
}
.title-box .breadcrumbs .breadcrumb>a:hover:after {
    width: 100%;
}

.short-underline:after {
    content: '';
    display: block;
    margin-top: 18px;
    height: 3px;
}
.short-underline.su-yellow:after {
    background-color: #ffcd00;
}


/* SHOP */

.hs-btn .hs-highlighted{
	background: #ffcd00;
}
#hs-main-content *{font-family: "Montserrat",sans-serif !important; }


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	padding: 65px 0 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
	background: url("/templates/rudd.addashop.com/siteart/footer-bg.jpg") center no-repeat;
    background-size: cover;
	
	font-family: "Montserrat",sans-serif;
	color: #fff;
}
.footer p{
	letter-spacing: .5px;
    color: #b2c2c7;
	margin: 0;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
}
.footer .blue-link{
	line-height: 2rem;
    font-weight: 400;
    color: #007398;
    letter-spacing: .5px;
	padding-bottom: 5px;
}
.footer ul li{
	margin-bottom: 15px;
}
.footer li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    display: inline-block;
    position: relative;
}

.footer .col20{
	width: auto;
}

#footer-logo{
	width: 127px;
}

#employee-btn{
	min-width: 220px;
    padding: 16px 30px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 600;
    color: #000;
    background-color: #ffcd00;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}

#employee-btn:hover {
    background-color: #ffda41;
}

.hover-underline {
    position: relative;
}
.hover-underline:hover:after{
    visibility: visible;
    transform: scale(1);
}
.hover-underline:after {
    content: '\2588';
    line-height: 0;
    font-size: 999em;
    color: inherit;
    overflow: hidden;
    font-style: normal;
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 101%;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.yellow.hover-underline:after {
    color: #ffcd00;
	top: 96%;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1300px) {
	.title-box .banner-page-title{
		font-size: 60px;
    		font-size: 3.75rem;
    		line-height: 60px;
    		line-height: 3.75rem;
	}
}

@media only screen and (max-width: 1024px) {
	.footer{
		flex-direction: column !important;
		padding: 30px 22px;
	}
	.footer .col20{
		margin-bottom: 50px;
	}
}


@media only screen and (max-width: 830px) and (min-width: 785px) {
	#inv.wrapper{max-width: 100%;}
}
@media only screen and (max-width: 824px) {
	body > .wrapper{
		padding: 84px 10px 0 !important;
		max-width: 100% !important;
	}	
	.wrapper{
		max-width: calc(100% - 20px);
	}
}
@media only screen and (max-width: 767px) {
	.page-bottom{padding-bottom: 89px;}
	.inventory-banner{
    		height: 180px;
	}
	.contact-info .contact-row {
    		flex-direction: column;
	}
	.title-box{
		padding: 13px 20px;
	}
	.title-box .banner-page-title{
    		letter-spacing: 0.02em;
    		font-size: 36px;
    		font-size: 2.25rem;
    		line-height: 44px;
    		line-height: 2.75rem;
	}
	.title-box .breadcrumbs{display: none;}
}






