
/* 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;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */

*{box-sizing: border-box;}
body {font-family: 'Lato', sans-serif; letter-spacing: .02em; font-size: 16px; -webkit-text-size-adjust: none; overflow-x: hidden; line-height: 1.6;}
::-moz-selection{background: #0e512e; color: #fff; text-shadow: none} ::selection{background: #0e512e; color: #fff; text-shadow: none}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.main-wrapper {padding: 7em 10%; display: flex; flex-wrap: wrap;}

.pad50 {padding: 50px!important;}
.pad30 {padding: 30px!important;}
.center {text-align: center;}

.content-width{max-width: 950px; margin: 0 auto; width: 90%;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%;} .column7{width: 58.3333%;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%;} .column4{width: 33.3333%;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}

a{text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn {cursor: pointer; display: block; color: #fff; margin: 1em; font-family: 'Lato', sans-serif; box-sizing: border-box; font-weight: 700; text-transform: uppercase;}
a#cta-btn i {padding: 0 5px; color: #ffea84;}
a#cta-btn:hover {letter-spacing: .5px; color: #ffea84;}
a#cta-btn2 {padding: 10px 30px; background: rgba(0,0,0,.5); color: #fff; border: 1px solid #fff; cursor: pointer; display: block; text-align: center; margin-top: 30px!important; font-weight: 700; border-radius: 30px; text-transform: uppercase; margin: 0 auto; max-width: 75%;}
a#cta-btn2:hover {background: #000; border: 1px solid #000;}


/* HEADER */

.header {width: 100%; box-shadow: 6px 0px 13px -5px rgba(0, 0, 0, 0.35);}
.mobile-nav-container, #menu-button, .mobile-display {display: none;}
.header .content-width {display: flex; align-items: center;}
.hdr-right {display: flex; align-items: flex-end; flex-direction: column; box-sizing: border-box; padding: 0; font-size: 16px;}
.hdr-right .top-socials {display: flex; align-items: center; justify-content: flex-end; margin-top: 1em;}
.hdr-right .top-socials a {margin-left: 15px;}
.hdr-right .top-socials a:nth-child(1) {background: #1877F2; color: #fff; padding: 3px 6px;}
.hdr-right .top-socials a:nth-child(2) {background: #000; color: #fff; padding: 3px 6px;}
.hdr-right .top-socials a:nth-child(3) {background: #FF0000; color: #fff; padding: 3px 6px;}
.hdr-right .top-socials i {font-size: 18px;}
.hdr-right a#top-phone {margin-top: 2.5em; display: flex; justify-content: flex-end;}
.hdr-right a#top-phone button {border: none; outline: none; cursor: pointer; background: #191919; color: #aaa; padding: 1em; font-weight: 500;}
.hdr-right a#top-phone i {margin-right: 5px;}
.hdr-right a#top-phone button:hover {color: #fff; transition: .3s ease-in-out all;}
.main-logo img {width: 100%; max-width: 350px; height: auto; box-sizing: border-box;}

.mobile-display {}
.mobile-display .column9 {float: left; width: 75%!important;}
.mobile-display .column3 {float: left; width: 25%!important;}


/* ALL OTHER STYLES */



/* FOOTER */

.footer {background:#2f2e2e; padding: 2em 10% 10em; display: flex; justify-content: center; align-items: center; color: #A0A09F; text-align: center;}
.footer p {margin: 1em 5%; line-height: 1.4; font-size: 18px;}
.footer img#mid-iowa {width: 100%; height: auto; max-width: 222px;}
.footer img#dirt-dealer {width: 100%; height: auto; max-width: 150px;}


/* MEDIA QUERIES (RESPONSIVE) */

.show{display: block;}


@media screen and (max-width: 1200px){
	.header .colum8 {width: 60%!important; float: left;}
	.header .column4 {width: 40%!important; float: left;}
	
	.main-wrapper {padding: 4em 10%;}

	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}

	.menu-main-container ul {text-align: center;}
}

@media screen and (max-width: 1000px) {	
	.mobile-hide-desktop {display: none!important;}
	.mobile-display {display: flex; align-items: center;}
	.main-logo img {max-width: 325px; padding: 0 2em;}
	.header .column9.center {text-align: left;}
}

@media screen and (max-width: 890px) {		
	.footer {flex-wrap: wrap; justify-content: center; flex-direction: column; text-align: center; padding: 2.5em 10%;}
	.footer p {margin: 2.5em 0; font-size: 16px;}
	.footer img#mid-iowa {max-width: 180px;}
	.footer img#dirt-dealer {max-width: 111px;}
}

@media screen and (max-width: 550px) {	
	.pad30 {padding: 20px!important;}
	.pad50 {padding: 35px!important;}	
}

@media screen and (max-width: 400px) {	
	
}
