﻿/***** 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;
}

.aos-init[data-aos].aos-animate {
    transform: unset;
 }

/*-------- BUTTON --------*/
button{
    background-color: #FFDE00;
    padding: 8px 13px 8px 16px;
    border-radius: 20px;
    border: none;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    transition: .25s;
    font-size: 13.5px;
}

button a{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    color: #000 !important;
}

button:hover{
    background-color: #E4C600;
}

button i{
    background-color: #367C2B;
    color: white !important;
    padding: 5px 5px 4px 5px;
    border-radius: 15px;
}

button.green-btn{
    background-color: #367C2B !important;
    color: #fff;
    transition: .25s;
}

button.green-btn a{
    color: #fff !important;
}

.green-btn i{
    background-color: #FFDE00;
    color: #000 !important;
    border-radius: 15px;
}

button.green-btn:hover{
    background-color: #2B6721 !important;
}

.green-background{
    background-color: #367C2B;
}


button .green-btn:hover{
    background-color: #E4C600;
}





/*---BODY--------------------------------*/
body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.main-section{
    padding: 75px 40px;
}

h1{

}

h2{
    font-size: 32px;
}

.center{
    text-align: center;
}

.flex{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.inner-cover{
    background-color: #47A139;
    padding: 100px 40px;
    color: #fff;
    text-align: center;
}

/*---Category--------------------------------*/


.category-section{
    display: flex;
    justify-content: center;
    margin-top: -75px;
}

.category{
    display: flex;
    gap: 25px;
    background-color: #47A139;
    width: 90%;
    padding: 35px 25px 40px 25px;
    text-align: left;
    border-radius: 5px;
    z-index: 1;
}

.category-half-post{
    display: flex;
}


.category-items{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    border-right: 1px solid #E8E8E850;
    padding:0px 25px;
    width: 50%;
}

.category-half-post:last-of-type .category-items:last-of-type{
    padding-right: 0px;
    border-right: none;
}

.category-items:first-child{
    padding-left:0px;
}

.category-items h2{
    font-size: 18px;
}

.category-items p{
    font-size: 14px;
}

.icon-container i{
    color: #B9A100;
    background-color: #FFDE00;
    padding: 8px;
    font-size: 14px;
    border-radius: 20px;
}

.category-items button{
    margin-top: 25px;
}

/*--------HOME--------------------*/
.cover{
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    padding: 250px 40px;
    background: linear-gradient(0deg, rgba(0,0,0,0.4534606078759629) 0%, rgba(0,0,0,0.5627043053549545) 100%), url("/siteart/john-deere-cover.jpg");
    background-size: cover;
    background-position: top;
	height: 60vh;
}

.cover-button{
    text-align: center;
    display:flex;
    justify-content: center;
    margin-top: 50px;
}

.cover h1{
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
}

.cover p{
    color: #fff;
    margin-top: 15px;
}



.equipment-category-container{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-top: 35px;
}

.equipment-category{
    background-color: #47A139;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 40px 30px;
    border-radius: 5px;
    text-align: left;
    color: #fff;
    width: 50% !important;
}

.equipment-category div{
    width: 50%;
}

.equipment-category-image{
    width: 250px;
}

.equipment-category-image img{
    width: 100%;
}

.equipment-category button{
    margin-top: 25px;
}

.equipment-category h2{
    font-size: 22px;
}

.equipment-category img{
    width: 100%;
}

.equipment-category:last-child{
    width: 250px;
}

.about-us-section{
    background-color: #FEFAF5;
    padding-bottom: 125px;
}

.image-container{
    width: 500px;
    height: 365px;
    border-radius: 5px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-us-section .image-container{
    background-image: url("/siteart/john-deere-tractor.png");
}

.questions-section{
    display: flex;
    justify-content: center;
    margin:0px 40px;
    position: relative;
}

.questions-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: #47A139;
	padding: 40px 40px;
	background-image: url("/siteart/background-pattern.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    color: #fff;
    border-radius: 5px;
    width: 90%;
    gap: 25px;
    top: 45px;
    position: absolute;
}

.questions-container h2{
    font-size: 26px;
}

.about-us-section .image-container img{
    width: 100%;
}

.contact-us-section .image-container{
    background-image: url("/siteart/john-deere-tractor-lineup.png");

}

.contact-us-section{
    color: #fff;
    padding-top: 150px;
}

.contact-us-section .half-post:last-child{
    display:flex;
    justify-content: flex-end;
}

.half-post{
    width: 50%;
}

.col-third{
    width: 40%;
}

/*--------CONTACT US--------------------*/
.contact-map-section{
    padding-top: 0px !important;
}

.contact-map-section iframe{
    border-radius: 5px !important;
}

.contact-item-post{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
}

.contact-item-section{
    display: flex;
    flex-direction: column;
    gap: 25px;
	text-align: center;
}

.contact-item{
    background-color: #FEFAF5;
    width: 50%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
    padding: 30px 10px;
    text-align: center;
}

.contact-item i{
    color:#E4C600;
    font-size: 28px;
}

.contact-item a{
color: #000;
}

.contact-form-section{
    align-items: center;
}

/*--------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;
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B25 !important;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'Figtree', sans-serif;
}

input.submit-button{
    background-color: #FFDE00;
    border: none;
    background-color: #FFDE00;
    color: #000 !important;
    padding: 8px 13px 8px 16px;
    border-radius: 20px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    transition: .25s;
    font-size: 13.5px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    color: #000;
}

/*-------- FOOTER STYLES ----------------*/
footer{
    background-color: #0A4D00;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.top-footer{
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
}

.top-footer p{
    width: 40%;
}

.top-footer ul li a{
    color: #fff;
    line-height: 28px;
}

.nav-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #B8B8B8;
}

.nav-footer ul{
    display: flex;
    justify-content: space-between;
}

.nav-footer li{
    border-left: 1px solid #B8B8B8;
    padding: 15px 25px;
}

.nav-footer ul li a{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    color: #fff;

}

.nav-footer i{
    color: #FFDE00;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
    border-top: 1px solid #00000015;
    padding: 50px 30px;
}

.body-wrapper button i{
 background-color: inherit !important;
 color: inherit !important;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: #367C2B;
}




/*---------- RESPONSIVE STYLES ----------*/




@media only screen and (max-width: 1150px) {
    .category-items{
        flex-direction: column;
    }	

    .image-container{
        width: 450px;
        height: 335px;
    }
	
	.cover{
		height:30vh;
	}
}


@media only screen and (max-width: 1055px) {
.category{
flex-direction: column;
width: 85%;
}

.category-items:last-of-type{
    border-right: none;
}

.category-items{
    flex-direction: row;
}

.category-half-post:last-of-type .category-items:last-of-type{
    padding-right: 25px;
}

.category-items{
    border: none;
}

.category-half-post:first-child{
    border-bottom: 1px solid #E8E8E850;
    padding-bottom: 25px;
}
	
}

@media only screen and (max-width: 1000px) {
    .contact-form-section{
        flex-direction: column;
    }

    .contact-form-section .half-post{
        width: 100%;
    }
        
    }



@media only screen and (max-width: 925px) {
    .questions-container{
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-us-section{
        padding-top: 225px;
    }

    .no-break{
        display: none;
    }
    
    .nav-footer ul{
        flex-direction: column;
        justify-content: flex-start;
    }

    .nav-footer li{
        padding: 4px 20px;
    }

    .nav-footer ul li a{
        justify-content: flex-start;
    }

    .nav-footer li:first-of-type{
        padding-top: 20px;
    }

    .nav-footer li:last-of-type{
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .equipment-category-container{
        flex-direction: column;
    }

    .equipment-category{
        width: inherit !important;
    }

    .flex{
        flex-direction: column;
    }

    .col-third{
        width: 100%;
    }

    .half-post{
        width: inherit;
    }

    .image-container{
        width: 100% !important;
        height: 450px;
    }
        
    }

    @media only screen and (max-width: 660px){
			.cover{
		padding: 175px 40px;
	}
		
        .image-container{
            width: 100% !important;
            height: 350px;
        }

        .top-footer{
            flex-direction: column;
            align-items: flex-start;
            gap: 25px;
        }

        .top-footer p{
            width: inherit;
        }
    }

    @media only screen and (max-width: 640px) {

        .category{
            width: 75%;
            padding:35px 25px;
        }

        .category-half-post{
            flex-direction: column;
            gap: 30px;
        }

        .category-items{
            width: inherit;
            border-bottom: 1px solid #E8E8E850;
            padding-bottom: 35px;
        }

        .category-items:last-of-type{
            padding-left: 0px;
        }

        .cover h1{
            font-size: 38px;
            line-height: 45px;
        }

        .questions-container h2{
            font-size: 22px;
        }

        h2{
            font-size: 28px;
        }

        .category-half-post:first-child{
            border: none;
            padding-bottom: 0px;
        }

        .category-half-post:last-child .category-items:last-of-type{
            border: none;
        }

            
        }

    @media only screen and (max-width: 610px){
            .image-container{
                width: 100% !important;
                height: 335px !important;
            }
    }

@media only screen and (max-width: 555px){

	.cover{
		padding: 125px 40px;
	}
	
	.category-section{
		margin-top: -25px;
	}
	
    .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .equipment-category{
        flex-direction: column-reverse;
        align-items: left;
    }

    .equipment-category div{
        width: inherit;
    }

    .image-container{
        width: 100% !important;
        height: 300px !important;
    }

    .questions-container{
        width: 100%;
    }

    .questions-container h2{
        font-size: 20px;
    }

    .contact-item-post{
        flex-direction: column;
    }

    .contact-item{
        width: inherit !important;
    }
}

@media only screen and (max-width: 503px){
    .contact-us-section{
        padding-top: 260px;
    }

    .image-container{
        height: 260px !important;
        }
}


@media only screen and (max-width: 445px){
	.cover{
		padding: 115px 40px;
	}
	
    .cover h1{
        font-size: 33px;
        line-height: 40px;
    }

    .image-container{
        height: 230px !important;
        }

        h2{
            font-size: 22px;
        }
}

@media only screen and (max-width: 400px){
	.category-section{
		
	}
}

@media only screen and (max-width: 348px){
    .questions-section{
        margin: 0px 15px;
       
    }

    .questions-container{
        width: 100%;
        padding: 25px;
        top: 28px;
    }

    .contact-us-section{
        padding-top: 260px !important;
    }

    .image-container{
        height: 175px !important;
        }

        .equipment-category h2{
            font-size: 18px;
        }

        .main-section {
            padding: 50px 35px;
        }

        .cover h1{
            font-size: 26px;
            line-height: 30px;
        }
}

