﻿/***** 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 --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr {
    border: 4px solid #FCB040;
    margin: 0;
	width: 155px;
}



.yellow {
	color: #FCB040;
}
.yellow-bg {
	background-color: #FCB040;
}
.navy {
	color: #222532;
}
.navy-bg {
	background-color: #222532;
}
.faded-navy-bg {
	background-color: #4E515B;
}



.black {
	color: #131313;
}
.black-bg {
	background-color: #131313;
}
.white {
	color: #fff;
}
.white-bg {
	background-color: #fff;
}
.grey-bg {
	background-color: #EEEEEE
}

.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}


.marg {
	margin: 0 auto!important;
}
.wid95 {
	width: 95%;
}
.wid90 {
	width: 90%;
}
.wid85 {
	width: 85%;
}
.wid80 {
	width: 80%;
}
.wid75 {
	width: 75%;
}
.wid70 {
	width: 70%;
}

.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 4% 0 5%;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
    gap: 10px;
    font-family: "roc-grotesk", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 25px;
    border: solid 1px #eee;
    background: #fff;
    color: #403f3b;
    font-size: 15px !important;
    font-family: "roc-grotesk", sans-serif;
}


.roc-light {
	font-family: "roc-grotesk", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.roc-reg {
	font-family: "roc-grotesk", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roc-med {
	font-family: "roc-grotesk", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.roc-bold {
	font-family: "roc-grotesk", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.roc-wide {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 400;
	font-style: normal;
}


a.phone-btn {
    display: flex;
/*    align-items: center;*/
    border: none;
    border-radius: 20px;
    padding: 3px 3px 3px 3px;
    font-size: 16px;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
    cursor: pointer;
    transition: .3s ease-in-out;
	width: 170px;
	align-items: baseline;
}
.head-phone i {
    padding: 10px;
    border-radius: 20px;
	font-size: 14px;
}
a.phone-btn:hover {
    background: #FCB040;
	color:#fff;
	padding: 3px 5px 3px 3px;
	transition: .3s ease-in-out;
}


.rv-btn {
    display: inline-flex;
}
.yel-btn {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 20px;
    padding: 3px 3px 3px 22px;
    font-size: 16px;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
    cursor: pointer;
    transition: .3s ease-in-out;
    color: #000;
    background-color: #FCB040;
    font-family: 'roc-grotesk';
}
.yel-btn i {
	background-color: #FBC679;
    border-radius: 20px;
    font-size: 14px;
    padding: 8px;
	transition: .3s ease-in-out;
}
.yel-btn:hover {
	background-color: #FBC679;
	transition: .3s ease-in-out;
	padding: 3px 5px 3px 26px;
}

.padd-bott100 {
    padding-bottom: 100px;
}
.marg-bott100 {
    margin-bottom: 100px;
}
.marg-bott50 {
    margin-bottom: 50px;
}


/*--- HEADER STYLES ---------------------*/
header {}

.header-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 95%;
    margin: 10px auto;
}
.head-logo {
    margin-right: 100px;
	flex: 1;
}
.head-phone {
    margin-left: 100px;
	flex: 1;
}




/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}

.hero {
	background-image: url("../siteart/rv-hero.jpg");
    height: 690px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
	width: 100%;
	max-width: 100%;
}
.hero-title h2 {
    font-size: 20px;
	letter-spacing: 1px;
}
.hero-title h1 {
    font-size: 65px;
	margin: 15px 0 25px;
}
.hero-txt-wrap {
    border-left: 9px solid #FCB040;
    place-content: center;
/*    border-top: 10px solid #FCB040;*/
/*    border-bottom: 10px solid #FCB040;*/
    margin-left: 4%;
}
.hero-title {
    margin: 50px;
}
.hero-equip-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.equip-btn {
    font-size: 35px;
    padding: 35px;
    border: 1px solid #707070;
    flex: 1;
    text-align: center;
    transition: .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
.equip-btn:hover {
    background-color: #FBC679;
}
.equip-btn br {
    display: none;
}

.home-about {
    margin: 100px auto;
}
.home-about .wid90.marg {
    display: flex;
    align-items: center;
	gap: 100px;
}
.home-col {
    flex: 1;
}
.col-txt-wrap h2, .text-top h2, .sub-wrapper h1, .form-wrapper h3 {
    font-size: 40px;
    letter-spacing: 1px;
}
.col-txt-wrap h3, .text-top h3 {
    margin: 12px auto 20px;
}
.col-txt-wrap p, .serv-box p  {
    line-height: 28px;
    margin-bottom: 28px;
}
.home-col.trailer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}
.shop-trailer {
    text-align: center;
    background-color: #EEEEEE;
    display: flex;
    width: 13vw;
    height: 13vw;
    justify-content: center;
    align-items: stretch;
    border: 1px solid #dfdfdf;
    padding: 10px;
	transition: .3s ease-in-out;
}
.shop-trailer:hover {
    background-color: #dfdfdf;
	transition: .3s ease-in-out;
}
.shop-trailer a {
    align-content: center;
}
.shop-trailer img {
    margin-bottom: 20px;
    max-width: 100%;
}
.shop-trailer p {
    font-size: 18px;
}

.home-services-wrap {
    display: flex;
    align-items: stretch;
}
.service-bg {
	background-image: url("../siteart/rv-serv.jpg");
	min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 3;
}
.box-wrap {
    display: flex;
    gap: 25px;
}
.serv-box {
    padding: 40px;
}
.serv-box p {
    margin: 8px 0 20px;
}
.rv-services {
    padding: 75px 7%;
    flex: 5;
	align-content: center;
	border-left: 9px solid #FCB040;
	position: relative;
}
.round-tool {
    position: absolute;
    left: 0;
    margin-left: -47px;
    bottom: 43%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.round-tool i {
    padding: 22px;
    border-radius: 45px;
    font-size: 40px;
}

.map-wrap {
    padding: 50px 0;
}
.map-wrap iframe {
    width: 100%;
}
.addy {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-left: 40px;
}
.addy a i {
    border-radius: 20px;
    font-size: 14px;
    padding: 8px;
    transition: .3s ease-in-out;
    margin-left: 20px;
}
a.rv-directions {
    padding: 15px 40px;
	transition: .3s ease-in-out;
}
a.rv-directions:hover {
    transition: .3s ease-in-out;
    padding: 15px 42px 15px 44px;
    color: #FCB040;
}
a.rv-directions:hover i {
    transition: .3s ease-in-out;
    color: #000;
	background-color: #FBC679;
}



.map-hold {
    width: 100%;
    margin-bottom: 30px;
}

.sub-wrapper h1 {
    margin-bottom: 30px;
}
.sub-wrapper p {
    line-height: 22px;
}

.contact-deets {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: baseline;
    justify-content: space-between;
	margin-bottom: 50px;
}
.deets-box {
    flex-basis: 33%;
}
.deets-box .list-group p.roc-bold, p span.roc-bold {
    margin: 0;
    letter-spacing: 1px;
}
.contact-deets .wid90 {
    width: 85%;
    padding: 20px 0;
}
.contact-deets h2 {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-deets a {
    color: #000;
    transition: .3s all;
}
.deets-hours .list-group {
    margin-bottom: 25px;
}
.foot-contact.contact-contact {
    justify-content: flex-start;
	margin: 0;
	gap: 8px;
}
/*
.deets-box:nth-of-type(even) {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
*/

.form-wrapper {
    padding: 100px 0;
}
.form-wrapper h3 {
    margin-bottom: 12px;
}
.specials-wrap {
    border-bottom: 1px solid #707070;
}
.specials-wrap h3 {
    margin-bottom: 10px;
}
.specials-cta {
    display: flex;
    flex-wrap: wrap;
	margin: 20px 0;
}
.specials-cta a {
	margin: 10px;
}


.promos-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.promo-wrapper {
    width: calc(50% - 2em);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em;
    margin: 1em;
    border: 1px solid #4E515B;
    flex-direction: column;
    text-align: center;
	color: #4E515B;
	font-family: "roc-grotesk", sans-serif;
}





/*--------FORM STYLES--------------------*/

form.custom-form {
	margin: 25px 0;
}
form.custom-form input, textarea {
    width: 100%;
    margin: 5px 0;
	padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 400;
    color: #000;
    font-family: 'roc-grotesk';
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 15px;
}
.flex {
    display: flex;
    gap: 10px;
}
.CaptchaAnswerPanel {
    /* padding: 5px 5px 10px 5px; */
    width: 200px;
    place-self: center;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: 500!important;
    font-family: roc-grotesk;
	color: #fff;
}
.CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
    font-family: 'roc-grotesk';
}
.CaptchaWhatsThisPanel a {
	color: #FCB040!important;
}
button.cta.yel-btn {
    place-self: center;
}




/*-------- FOOTER STYLES ----------------*/
footer{}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-left {
    flex: 1;
    text-align: center;
	margin: 50px;
}
.foot-contact {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
	margin-top: 20px;
}
.soc i {
    border-radius: 20px;
    font-size: 15px;
    padding: 12px;
    width: 14px;
    text-align-last: center;
}

.foot-right {
    flex: 2;
	border-left: 9px solid #FCB040;
	display: flex;
	padding: 100px;
    font-size: 14px;
	justify-content: space-between;
}
.foot-list {
    display: flex;
	flex-wrap: wrap;
}
.foot-list.list-hours {
    gap: 50px;
	margin-right: 50px;
}
.list-group p.roc-bold {
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.list-section {
    display: flex;
	gap: 20px;
}
.quicklinks {
    flex-direction: column;
    line-height: 28px;
    border-left: 1px solid #fff;
    padding-left: 4vw;
}
.sect1 p {
    line-height: 28px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.inv-wrap {
	border-bottom: 1px solid #707070;
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1680px) {
	.shop-trailer {
		padding: 20px;
	}
}
@media only screen and (max-width: 1510px) {
	.head-logo {
		margin-right: 50px;
	}
	.head-phone {
		margin-left: 50px;
	}
	.shop-trailer img {
		max-width: 70%;
	}
}
@media only screen and (max-width: 1445px) {
	.equip-btn {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1390px) {
	.home-about .wid90.marg {
		flex-direction: column;
	}
	.home-col.trailer-grid {
		align-items: stretch;
		justify-items: stretch;
		width: 100%;
	}
	.shop-trailer {
		width: unset;
 		height: unset;
		padding: 40px;
	}
	.hero {
		height: 470px;
	}
}
@media only screen and (max-width: 1275px) {
	.equip-btn {
		font-size: 25px;
		padding: 30px;
	}
}
@media only screen and (max-width: 1190px) {
	.header-wrap {
		position: relative;
		margin: 15px auto;
		align-items: flex-start;
	}
	.head-phone {
        margin: 0;
        justify-items: right;
    }
	a.phone-btn {
		font-size: 14px;
	}
	.head-phone i {
		font-size: 12px;
		padding: 8px;
	}
	.hero-title h1 {
		font-size: 50px
	}
}
@media only screen and (max-width: 1100px) {
	.foot-right {
		padding: 100px 50px;
	}
	.foot-logo img {
		width: 100%;
	}
}
@media only screen and (max-width: 1080px) {
	.service-bg {
		flex: none;
	}
	.round-tool {
		display: none;
	}
}
@media only screen and (max-width: 1045px) {
	.equip-btn br {
		display: block;
	}
	.equip-btn {
		font-size: 20px;
	}
}
@media only screen and (max-width: 930px) {
	.contact-deets {
		flex-wrap: wrap;
	    flex-direction: row;
	}
	.deets-box {
		flex-basis: 100%;
	}
}
@media only screen and (max-width: 860px) {
	.hero-title br {
		display: none;
	}
}
@media only screen and (max-width: 815px) {
	.footer-wrap {
		flex-direction: column;
	}
	.hero-equip-wrap {
		flex-direction: column;
	}
	.foot-right {
		border-top: 9px solid #FCB040;
		border-left: none;
	}
	.hero {
		height: 440px;
	}
	.equip-btn br {
        display: none;
    }
	.equip-btn {
        padding: 20px;
    }
}
@media only screen and (max-width: 700px) {
	.box-wrap {
		flex-direction: column;
	}
	.rv-services {
		border: none;
	}
	.home-col.trailer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.hero-title h1 {
        font-size: 35px;
    }
	.hero-title h2 {
		font-size: 15px;
		letter-spacing: 0px;
	}
	.addy {
		justify-content: space-between;
		padding-left: 0;
		flex-direction: column;
		align-items: stretch;
	}
	.addy p {
		display: none;
	}
	.col-txt-wrap h2, .text-top h2, .sub-wrapper h1, .form-wrapper h3 {
		font-size: 30px;
		letter-spacing: 1px;
	}
	.flex {
		gap: 0;
		flex-direction: column;
	}
}
@media only screen and (max-width: 600px) {
	.hero-txt-wrap {
		border: none;
		margin: 0;
	}
	.hero-txt-wrap hr {
		border: none;
	}
	.hero-title {
		margin: 25px;
	}
}
@media only screen and (max-width: 500px) {
	.home-col.trailer-grid {
        grid-template-columns: 1fr;
    }
	.foot-right {
		display: flex;
        flex-direction: column;
	}
	.quicklinks {
		flex-direction: column;
		border-top: 1px solid #fff;
		border-left: none;
		padding-left: 0;
		padding-top: 8vw;
		align-content: flex-start;
		margin-top: 50px;
	}
	.sect1 p {
		line-height: 23px;
	}
	.list-section {
		gap: 18px;
	}
	.foot-list.list-hours {
		gap: 35px;
		margin-right: 0;
	}
	a.phone-btn {
		width: auto;
	}
	.head-phone p {
		display: none;
	}
	a.phone-btn {
        background-color: transparent;
    }
	.serv-box {
		padding: 30px;
	}
	a.yel-btn {
		font-size: 15px;
	}
	.col-txt-wrap h2, .text-top h2, .sub-wrapper h1, .form-wrapper h3 {
        font-size: 25px;
    }
	.col-txt-wrap h2 br {
		display: none;
	}
}




