﻿/***** 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 {
		
	--orange: #F16822; 
	
	--gray: #333;
}

/***** 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: 1600px;}

.padit {padding: 50px 0;}
.header-pad {padding: 60px 0;}

.logo {max-width: 150px;}

.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: 800px;
}

.mobile-only {display: none;}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.white{color: #fff;}

.gray {color: var(--gray);}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: "Rubik", sans-serif; }
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: "Rubik", sans-serif; }

p, li {
	font-family: "Rubik", sans-serif;
}

p.body-text {
	line-height: 2;
}

ul.bullets {
	margin-left: 30px;
	line-height: 2;
}

ul.bullets li {
	list-style: disc;
}

ul.icon-bullets {
	margin-left: 20px;
}

ul.icon-bullets li {
	position: relative;
}

ul.icon-bullets li i {
	position: absolute;
	right: 100%;
	line-height: 2;
}

hr {
	max-width: 350px;
	border: none;
	height: 1px;
	background: linear-gradient(-45deg, #666 0%, #EEE 40%, #EEE 60%, #666 100%), #000;
	margin: 0;
}

.sub-heading {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.heading {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
/*  BUTTONS  */

.orange-btn {
	padding: 13px 22px;
	background: var(--orange);
	color: #000;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid var(--orange);
	border-radius: 10px;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.orange-btn:hover {
	background-color: #fff;
}

.white-btn {
	padding: 13px 22px;
	background: #fff;
	color: #000;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 10px;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.white-btn:hover {
	background-color: var(--gray);
	color: #fff;
}

.btn-row.flex {
	flex-wrap: wrap;
	gap: 20px;
}

.touch.padit {
	background-color: var(--orange);
	background-image: linear-gradient(rgba(241,104,34,.80), rgba(241,104,34,0.80)), url("../siteart/tractor-grain-wagon.jpg");
	background-size: cover;
	background-position: center;
}

.touch.padit .wid-90.flex {
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	flex-wrap: wrap;
}

/*--- HEADER STYLES ---------------------*/

header {
	position: relative;
	z-index: 5;
}

.main-header {
	background: #fff;
	border-bottom: 10px solid var(--orange);
}

.main-header .flex {
	justify-content: space-between;
	align-items: center;
}

/*---BODY--------------------------------*/

.hero {
	background-color: var(--gray);
	padding: 50px 0;
}

.hero .wid-90 {
	position: relative;
}

.hero .hero-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 50px;
	z-index: 1;
}

.hero-text .heading span {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 1px;
	font-style: italic;
}

.hero-text .heading {
	padding-bottom: 20px;
}

.slider-wrap {
	position: relative;
}

.hero-slider {
	position: relative;
}

.hero-slider::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, var(--gray), rgba(51,51,51,0) 50%);
	z-index: 1;
}

.hero-slider img {
	display: block;
	width: 100%;
	max-height: 425px;
	object-fit: cover;
	object-position: center;
}

.slider-controls.flex {
	padding-top: 15px;
	gap: 20px;
	color: #fff;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
}

.slider-controls .custom-prev, .slider-controls .custom-next {
	cursor: pointer;
	font-size: 20px;
}

.slider-controls .custom-dots .slick-dots {
	display: flex; gap: 15px;
}

.custom-dots .slick-dots li {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: .2s ease all;
}

.custom-dots .slick-dots .slick-active {
	background-color: var(--orange);
}

.custom-dots .slick-dots li button {
	display: none;
}

.welcome.flex {
	gap: 50px 5%;
}

.flex-1.img-aside {
	position: relative;
	min-height: 200px;
}

.flex-1.img-aside img{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	top: 0;
}

/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	justify-content: space-around;
}

.form-container {
	margin: 0 auto;
	background-color: #fff;
	border: 6px solid #2F6632;
	border-radius: 30px;
	max-width: 900px;
	box-shadow: 0 7px 20px -5px rgba(0,0,0,0.6);
}

.form-box {
	padding: 30px 40px;
	margin: 0 auto;
}

.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: "Outfit", 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: #E8E8E8;
	border: none;
	color: #2D2D2D;
	font-family: "Outfit", 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: #F2ECD2;
}

textarea {
	height: 150px;
}

.CaptchaPanel {
	font-family: "Rubik", sans-serif;
}

.captcha-button {
	text-align:center;
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	padding:25px 0 50px;
	background: #000;
	text-align: center;
}

footer .heading {
	padding-bottom: 10px;
}

footer hr {
	max-width: 700px;
	background: linear-gradient(-65deg, #666 0%, #EEE 40%, #EEE 60%, #666 100%), #000;
	margin: 0 auto;
}

.footer-nav.flex {
	gap: 0 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-nav  li a {
	color: #fff;
	line-height: 2;
	margin: 3px 0;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.footer-nav li a:hover {
	color: var(--orange);
}

.footer-connect.flex {
	gap: 30px 50px;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 30px;
}

.footer-connect.flex a {
	background-color: var(--orange);
	padding: 5px 15px;
	border-radius: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	transition: .3s ease all;
}

.footer-connect.flex a:hover {
	background-color: #fff;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
	
}

@media only screen and (max-width: 1000px) {
	.main-header a:has(.orange-btn) {display: none;}
}

@media only screen and (max-width: 850px) {
	.hero .hero-text {position: static; padding-top: 25px;}
	.slider-controls.flex {position: static;}
	.form-flex {flex-wrap: wrap; gap: 20px; padding: 5px 0;}
	
	.welcome.flex {flex-wrap: wrap;}
}


@media only screen and (max-width: 600px) {
	.hero-text .heading span {font-size: 36px;}
	.hero-text .heading {font-size: 28px;}
	.heading {font-size: 32px;}
	
}

@media only screen and (max-width: 500px) {
	.logo {max-width: 120px;}
	
	.heading {font-size: 24px;}
	
	footer {padding: 0 0 50px;}
	.footer-nav.flex {display: block;}
}

@media only screen and (max-width: 450px) {
/*	make buttons full width*/
	.orange-btn, .white-btn, a:has(> .orange-btn), a:has(> .white-btn) {width: 100%;}
}






