﻿/***** 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:#000 1px solid;}


.yellowtail {
	font-family: "yellowtail", sans-serif;
	font-weight: 400;
	font-size: 55px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.raleway {font-family: "raleway", sans-serif;}
.apotek {font-family: "apotek", sans-serif;font-weight: 400;}
.apotek-wide {font-family: "apotek-wide", sans-serif;font-weight: 700;}


.heading1 {font-family: "apotek-wide", sans-serif;font-weight: 700;text-transform: uppercase;font-size: 120px;line-height: 110px;letter-spacing: 5px;text-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;margin-bottom: 2vw;}
.heading-lg {font-family: "apotek-wide", sans-serif;font-weight: 700;text-transform: uppercase;font-size: 4vw;letter-spacing: 2px;line-height: 4vw;}
.cta-heading {font-family: "raleway", sans-serif;font-weight: 700;text-transform: uppercase;font-size: 20px;letter-spacing: 1px;}
.body {font-family: "raleway", sans-serif;letter-spacing: 1px;line-height: 30px;}


.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
.italic {font-style: italic;}


.black {color: #000000;}
.black-bg {background-color: #000000;}
.not-blk-bg {background-color: #252525;}
.white {color: #fff;}
.white-bg {background-color: #fff;}
.grey {color: #898989;}
.grey-bg {background-color: #D9D9D9;}
.red {color: #CD1433;}
.red-bg {background-color: #CD1433;}
.dark-red {color: #B5132E;}
.dark-red-bg {background-color: #B5132E;}
.blue {color: #063F6A;}
.blue-bg {background-color: #063F6A;}


.wid95 {width: 95%;margin: 0 auto;}
.wid90 {width: 90%;margin: 0 auto;}
.wid85 {width: 85%;margin: 0 auto;}
.wid80 {width: 80%;margin: 0 auto;}

.marg-b20 {margin-bottom: 20px;}
.marg-b50 {margin-bottom: 50px;}
.marg-tb20 {margin-bottom: 20px;margin-top: 20px;}
.marg-tb50 {margin-bottom: 50px;margin-top: 50px;}

.padd-tb50 {padding-bottom: 50px;padding-top: 50px;}




/*BUTTONS*/
a.btn-hvr {
	box-shadow: inset 0 0 0 0 #fff;
	padding: 0.75rem 1rem;
	margin: 0 -.25rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	font-family: "raleway", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative
}
a.btn-hvr:hover {
	color: #fff;
	box-shadow: inset 200px 0 0 0 #CD1433;
}
a.btn-hvr.btn-red {
	background-color: #CD1433;
	color: #fff;
}
a.btn-hvr.btn-red:hover {
	color: #fff;
	background-color:  #B5132E;
}
a.btn-red {
	background-color: #CD1433;
	color: #fff;
}
a.btn-red:hover {
	color: #fff;
	background-color:  #B5132E;
}
a.btn-white-trace {
	background-color: transparent;
	color: #fff;
	padding: 0.75rem 1rem;
	margin: 0 -.25rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	font-family: "raleway", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	border: 1px solid #fff;
}
a.btn-white-trace:hover {
	color: #063F6A;
	background-color:  #fff;
}
a.btn-grey {
	color: #252525;
	padding: 0.75rem 1rem;
	margin: 0 -.25rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	font-family: "apotek-wide", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	border: 1px solid #fff;
}
a.btn-grey:hover {
	transition: opacity 0.2s ease;
	opacity: 0.7
}
a.btn-grey span {
	color: #252525;
	background-color:  #fff;
}
.ft-links a.btn-grey {
    border-left: 3px solid #CD1433;
    padding: 0 10px !important;
    margin: 10px;
}

/* Presentational styles */
a.btn-hvr.blk.hero {
	border-left: 3px solid #CD1433;
	background-color: #252525;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
	overflow: hidden;
}
a.btn-hvr.blk.hero:hover {
	color: #fff;
	box-shadow: inset 400px 0 0 0 #CD1433;
	border-left: 3px solid #CD1433;
	padding-right: 52px;
}
a.btn-hvr.blk.hero::after {
	content: "➜";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) translateX(-6px);
	opacity: 0;
	transition: all .3s ease;
}
a.btn-hvr.blk.hero:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}


a.btn-hvr.white.hero {
	border-left: 3px solid #CD1433;
	background-color: #fff;
	color: #252525;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	overflow: hidden;
}
a.btn-hvr.white.hero:hover {
	color: #fff;
	box-shadow: inset 400px 0 0 0 #CD1433;
	border-left: 3px solid #CD1433;
	padding-right: 52px;
}
a.btn-hvr.white.hero::after {
	content: "➜";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) translateX(-6px);
	opacity: 0;
	transition: all .3s ease;
}
a.btn-hvr.white.hero:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.btn-wrap {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

a.btn-hvr.white.contact {
	border-left: 3px solid #CD1433;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	overflow: hidden;
}
a.btn-hvr.white.contact:hover {
	color: #fff;
	box-shadow: inset 400px 0 0 0 #CD1433;
	border-left: 3px solid #CD1433;
	padding-right: 52px;
	background-color: #CD1433;
}


/*--- HEADER STYLES ---------------------*/
header {}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.head-logo {
    position: relative;
    margin-bottom: -19px;
}

/*---BODY--------------------------------*/

.breadcrumbs {
	font-size: 14px !important;
    flex-wrap: wrap;
    color: #fff;
/*    padding: 20px 55px;*/
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.breadcrumbs a {
    display: inline-block;
    font-size: 14px !important;
}



.hero-wrap {
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 67% 25%;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.hero-wrap.home {
	background-image: url("../siteart/scott-hero.jpg");
    height: 800px;
}
.hero-wrap.home::before {
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}
.hero-text-wrap {
	bottom: 25%;
    position: absolute;
	margin: 0 10vw;
}
.hero-wrap.contact {
	background-image: url("../siteart/spm-tractor-contact.jpg");
    height: 450px;
}
.hero-wrap.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}


.hero-wrap.ty {
	background-color: #252525;
    height: 450px;
}



.home.cat-wrap {
    margin-top: -70px;
    position: relative;
    z-index: 10;
}
.feature-section {
  display: flex;
}

.feature-box {
	flex: 1;
	position: relative;
/*  overflow: hidden;*/
	text-decoration: none;
	color: white;
	border-right: 2px solid #ffffff54;
	align-self: end;
}

.feature-box:last-child {
  border-right: none;
}

/* icon top area */
.icon-area {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
	padding: 25px;
}

.icon-area img {
  transition: transform 0.3s ease;
}

/* text bottom area */
.text-area {
  background: #B5132E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
	padding: 15px 5px;
}

/* hover fill overlay */
.feature-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #B5132E;
  transition: height 0.4s ease;
  z-index: 1;
}

.feature-box:hover::before {
  height: 100%;
}

/* icon hover animation */
.feature-box:hover img {
  transform: scale(1.1);
}



.home.about-wrap {
    display: flex; 
	gap: 50px;
	position: relative;
    z-index: 999;
}
.col {flex: 1;}
.col.lf {margin-left: 10vw;}
.tractor-bg {
	background-image: url("../siteart/AdobeStock_451487829.jpg");
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 0 25%;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    align-items: center;
	height: 650px;
	border-left: 3px solid #CD1433;
	margin-top: 210px;
	margin-bottom: -120px;
}
.about-txt h2 {
    margin-right: -300px;
	margin-top: 50px;
}




.equipment-container {
  margin: auto;
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
}

.equipment-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

/* vertical divider lines */
.equipment-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 2px;
  background: rgba(255,255,255,0.3);
}

.equipment-col a {
	color: white;
	font-family: "apotek-wide", sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: opacity 0.2s ease;
}

.equipment-col a:hover {
  opacity: 0.7;
}






section.hero-wrap.contact .hero-text-wrap, section.hero-wrap.ty .hero-text-wrap {
    bottom: auto;
}
section.contact-deets {
    display: flex;
	gap: 50px;
    margin-bottom: 100px;
}
.con-col.lf.blue-bg {
    padding: 75px 50px 50px 50px;
	margin-top: -70px;
    position: relative;
    z-index: 10;
	min-width: 317px;
}
p.loc-title {
    font-family: "raleway", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
}
.red-border {
    border-left: 3px solid #CD1433;
    padding-left: 1rem;
}
.con-col.rt {
    margin-top: 50px;
}
.contact-loc a:hover {
	transition: opacity 0.2s ease;
	opacity: 0.7
}




section.hero-wrap.home.inv {
    height: 200px !important;
	margin-bottom: 20px;
}



/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 15px auto;
	gap: 50px;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}

@media (max-width: 1700px) {
	.equipment-col a {font-size: 22px;letter-spacing: 1px;}
}
@media (max-width: 1440px){
	.equipment-col a {font-size: 18px;letter-spacing: 1px;}
}
@media (max-width: 1230px){
	.heading1 {font-size: 100px;line-height: 90px;}
	.hero-text-wrap {margin: 0 5vw;}
	.hero-wrap.home {height: 650px;}
	.yellowtail {font-size: 40px;}
	.icon-area img {max-height: 70px;}
	a.btn-grey {font-size: 18px!important;}
}
@media (max-width: 992px){
	.hero-wrap.home {height: 500px;}
	.heading1 {font-size: 75px;line-height: 70px;}
	.hero-text-wrap {bottom: 25%;}
	section.contact-deets {flex-direction: column;flex-wrap: wrap;margin-bottom: 0;}
	.loc-aside {display: flex;gap: 0 7vw;flex-wrap: wrap;}
	.ft-links {display: flex;flex-wrap: wrap;}
	.feature-section {display: grid!important;grid-template-columns: repeat(2, 1fr)!important;}
	.feature-box {border-bottom: 2px solid #ffffff54;}
	.heading-lg {font-size: 40px;line-height: 38px;}
	section.contact-deets .con-col.rt {margin-bottom: 50px;}
}
@media (max-width: 900px) {
	.equipment-container {grid-template-columns: repeat(2, 1fr);gap: 20px 40px;}
	.equipment-col::after {display: none;}
	.home.about-wrap {flex-direction: column;gap: 75px;}
	.tractor-bg {margin-top: 0;margin-bottom: 0;border-left: none;height: 400px;}
	.col.lf {margin: 0 auto; width: 80%;}
	.about-txt h2 {margin-right: 0;}
}
@media (max-width: 768px) {
	.feature-section {grid-template-columns: repeat(1, 1fr)!important;}
	.heading1 {font-size: 50px;line-height: 48px;letter-spacing: 2px;margin-bottom: 4vw;}
	.heading1 br {display: none}
	.cta-heading {font-size: 16px !important;}
	a.btn-hvr {font-size: 16px !important;}
	.hero-text-wrap {bottom: 35%;}
}
@media (max-width: 600px) {
	.head-contact {
		display: none;
	}
	.foot {flex-direction: column-reverse;}
	.ft-links {justify-content: center;}
	.icon-area img {max-height: 50px;}
	.con-col.lf.blue-bg {min-width: auto;}
}
@media (max-width: 481px) {
  .equipment-container {
    grid-template-columns: 1fr;
  }
	.heading-lg {letter-spacing: 1px;font-size: 30px;line-height: 32px;}
	.yellowtail {
        font-size: 32px;
        line-height: 36px;
    }
}




