﻿/***** 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;
}

/*-------- UNIVERSAL STYLES --------*/
body{
    font-family: "Montserrat", sans-serif;
}

section{
    padding: 75px 40px;
}

button{
    border: none;
    background-color: #3561FF;
    transition:.25s;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

button:hover{
    background-color: #1E4BEE;
}

button a{
    color: #fff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    transition:.25s;
}

button:hover a{
    color: #fff;
}

.secondary-btn{
    border: none;
    background-color: transparent;
    padding: 0px;
}

.secondary-btn i{
    color: #3561FF;
}

.secondary-btn:hover{
    background-color: transparent;
    color: black;
}

.secondary-btn a{
    color: #fff;
    padding: 0px;
}

.secondary-btn:hover a{
    color: #fff;
    gap: 30px;
}

.inner-pg-cover button{
    background-color: #FFC20F;
}

.inner-pg-cover button:hover{
    background-color: #F5B90B;
}

.inner-pg-cover .secondary-btn{
    border: none;
    background-color: transparent;
    padding: 0px;
}

.inner-pg-cover .secondary-btn:hover{
    background-color: transparent;
}

.inner-pg-cover .secondary-btn i{
    color: #FFC20F;
}

.inner-pg-cover{
    background-color: #3561FF;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 50px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3{
    width: 33.33%;
}

.col-4{
    width: 25%;
}

/*-------- BODY STYLES --------*/

body {

}

h1{
    font-size: 52px;
}

h2{
    font-size: 38px;
}

h2 span{
    font-weight: 400;
}

h3{
    font-weight: 400;
    font-size: 26px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}





/*--------HOME STYLES--------------------*/
.hero{
    padding: 150px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-image: linear-gradient(135deg, rgba(0,0,0,0.2682883522727273) 37%, rgba(0,0,0,0.16033380681818177) 77%), url("/siteart/red-tractor.jpeg");
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

h1 span{
    font-weight: 400;
}

.hero-categories{
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0px;
    margin-top:-25px;
}

.hero-categories a{
    padding: 30px 40px;
    background-color: #FFC20F;
    color: #000;
    transition: .25s;
}

.hero-categories a:hover{
    background-color: #F5B90B;
    color: #fff;
}

.hero-categories a:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.section-1{
align-items: center;
}

.section-1 i{
    color: #3561FF;
    border: 1px solid #3561FF;
    padding: 3px 4px;
    border-radius: 20px;
    font-size: 8px;
    font-weight: 800;
    }

    .section-1 ul li{
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        gap: 10px;
    }

    .section-1 ul li p{
        line-height: 25px;
        font-weight: 700;
        font-size: 14px;
}

.section-2{
    background-color: #3561FF;
    position: relative;
}

.section-2 h2{
    color: #fff;
    background-color: #3561FF;
}

.image-container{
    height:250px;
    overflow: hidden;
    margin-bottom: 25px;
}

.section-3{
margin-top: -125px;
position: relative;
z-index: 1;
}

.section-3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-3 .secondary-btn a{
    color: #000 !important;
    margin-top: 25px;
}

.service-categories{
    gap: 25px !important;
    align-items: stretch;
}

.service-categories .col-3{
display: flex;
flex-direction:column;
justify-content: space-between;
}

/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input{
    border: 1px solid #8B8B8B25 !important;
    width: 50%;
    padding: 10px 10px;
    font-family: "Montserrat", sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
}

input.submit-button{
    border: none;
    background-color: #3561FF;
    font-family: "Montserrat", sans-serif;
    color: #fff !important;
    padding: 20px 25px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-optical-sizing: auto;
    font-style: normal;
    transition: .25s;
    font-size: 14px;
}

input.submit-button:hover{
    background-color: #1E4BEE;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    color: #fff;
    padding: 20px 25px;
}


/*-------- CONTACT STYLES --------*/

.contact-header h2{
    text-align: center;
    margin: 60px 40px 0px 40px;

}

.contact-section-1{
    align-items: stretch;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 22px 8px rgba(0,0,0,0.05); 
    box-shadow: 1px 2px 22px 8px rgba(0,0,0,0.05);
    margin: 75px 40px;
    padding: 0px;
}

.contact-section-1 .col-2-sml{
    background-color: #FFC20F;
    color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.contact-info a{
    color: #fff;
}

.contact-info div{
padding-top: 15px;
}

.contact-section-1 .col-2-lrg{
    padding: 50px 50px 50px 0px;
}

.google-maps{
    
}

/*-------- FOOTER STYLES ----------------*/
footer{
    background-color: #000;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 50px 40px;
}

.left-footer{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.left-footer a{
    display: flex;
    gap: 10px;
    color: #fff;
}

.left-footer i{
    color: #FFC20F;
}

.left-footer span{
    color: #FFC20F;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.right-footer{
    display: flex;
    gap: 50px;
}

.right-footer ul li{
    line-height: 30px;
}

.right-footer a{
    color: #fff;
}

.right-footer p{
    color: #FFC20F;
    font-weight: 600;
}

.bottom-footer{
    text-align: right;
    padding: 10px 40px;
    border-top: 1px solid #ffffff50;
    font-size: 12px;
}

.button-container{
    display: flex;
    align-items: center;
    gap: 25px;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #3561FF;
    border-radius: 0px;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: #FFC20F;
    border-radius: 0px;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: #FFC20F;
    border-radius: 0px;
}

/*---------- RESPONSIVE STYLES ----------*/



@media only screen and (max-width: 1090px) {

      
    .section-1 ul li{
        display: inline-flex;
        padding: 5px;
    }
}


@media only screen and (max-width: 750px) {
    h1{
        font-size: 44px;
    }

    h2{
        font-size: 38px;
    }

    section{
        padding: 40px 25px;
    }

    .contact-section-1{
        margin: 50px 25px;
    }

    .section-3{
        margin-top: -65px;
    }

    .flexy{
        flex-direction: column !important;
        gap: 25px;
    }
    
    .col-2{
        width: inherit !important;
    }
    
    .col-3{
        width: inherit !important;
    }
    
    .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }

    .contact-section-1 .col-2-lrg{
        padding: 25px 50px 50px 50px;
    }

    .no-break{
        display: none;
    }

    .hero-categories{
        flex-direction: column;
        padding: 25px;
        gap: 10px;
        margin-top: 0px;
        text-align: center;
    }

    .hero-categories a:nth-child(2){
        border: none;
    }

    .top-footer{
        flex-direction: column;
        gap: 40px;
    }
}

@media only screen and (max-width: 500px) {

    h1{
        font-size: 38px;
    }

    h2{
        font-size: 36px;
    }

.button-container{
    flex-direction: column;
    align-items: flex-start;
}

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .contact-section-1 .col-2-sml{
        padding: 30px;
    }

    .contact-section-1 .col-2-lrg{
        padding: 25px 30px 30px 30px;
    }
	
}

@media only screen and (max-width: 400px) {
    h1{
        font-size: 36px;
    }

    h2{
        font-size: 32px;
    }
.top-footer{
    gap: 25px;
}

.left-footer a br{
    display: none;
}


.right-footer{
    flex-direction: column;
    gap: 25px;
}

.bottom-footer{
    text-align: left;
}
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



