﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-family: 'Exo 2', sans-serif!important;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto!important;
	width: 100%!important;
	}

.header-banner {
    background-color: #fa9005!important;
    text-align: right!important;
    color: #f80e18!important;
}

.banner-text {
    padding: .25% 2%!important;
    font-size: 14px!important;
}

.header-logo {
    padding: 2% 0px 2% 10%!important;
    width: 100%!important;
}

.header-info {
    color: white!important;
}

.header-info:hover {
    color: white!important;
}

.header-info:link,
.header-info:visied,
.header-info:hover,
.header-info:active{
    text-decoration: none!important;
    color: white!important;
}

.header-envelope {
    font-size: 16px!important;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0!important;
	display:block;
	margin:0 auto!important;
	position:relative!important;
	}

nav ul {
	padding:0!important;
	margin:0!important;
    top: 29px!important;
    left: 45px!important;
    position: absolute!important;
}

nav ul li {

}

nav > ul > li {
	display:inline-block!important;
	list-style-type:none!important; 
	text-align: right!important;
	
}

nav ul li a {
	font-size: 18px;
	color: #397cc3;
    padding: 4% 25px!important;
}	
			
nav ul li a:hover {
	background-color: #397cc3!important;
    color: white!important;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block!important;
	font-size: 32px!important;
	width:100%!important;
	position: relative!important;
	z-index: 400!important;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background-color: #fa9005!important;
	border-bottom: ;
	text-align: right!important;
	min-height: 0 !important;
	}
	#menu-button a{
		 color: white!important;
		 text-decoration: none!important;
		 text-align: right !important;
         position: relative!important;
         top: -3px!important;
	  }

a.close_mobile {
    font-size: 24px!important;
}

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #397cc3!important;
	z-index: 500!important; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto!important;
}
nav.mobile h3 { /* Menu header styles */
	position: relative!important;
	padding: 12px 10px!important;
	color: #fff!important;
	font-size: 1.2em!important;
	font-weight: 400!important;
	border-bottom: 4px solid #222!important;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute!important;
	top: 12px!important;
	right: 10px!important;
	display: inline-block!important;
	padding: 6px 9px 5px!important;
	font-weight: 700!important;
	line-height: 1!important;
	background: #222!important;
	color: #999!important;
	text-decoration: none!important;
	vertical-align: top!important;
}
.menu-toggle {
	text-align: right!important;
	font-size: 28px!important;
	color: #000!important;
    padding-right: 15px;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900!important;
	text-align: right!important;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff!important;
}
nav.mobile ul {
	list-style: none!important;
	margin:0!important;
	padding:0!important;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative!important;
	display: block!important;
	padding-left: 14px!important;
	color: white!important;
	text-decoration: none!important;
	font-size: 15px;
	letter-spacing: 1px!important;
}
nav.mobile ul li a:hover {
	background:;
	color: #fa9005!important;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}


/*===================== 
	content styles 
=======================*/

.hero {
    width: 100%;
}

.welcome {
    color: #397cc3;
    font-weight: 900;
    padding-top: 75px;
    padding-bottom: 10px;
    font-size: 30px;
}
.farm-aid-logo {
    max-width: 250px; 
    width: 100%;
}

.bodycopy {
    padding-bottom: 75px;
    font-size: 16px;
}

.home-buttons {
    padding: 75px 0px 75px 0px;
    z-index: 100;
}

.homepage-btn {
    height: 50px;
    background-color: #fa9005;
    text-align: center;
    color: white;
    border: none;
    width: 50%; 
    margin-left: 15%;
    margin-bottom: 15px;
}

.homepage-btn:hover{
    background-color: #f10901;
}

.btn-txt {
    font-size: 18px;
}


/*===================== 
	Hover Tabs
=======================*/

.side {
    background: white;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
    padding: 1%; 
}

#commoditiesflyout {
    width: 460px;
    height: 310px;
    top: 180px;
    left: -460px;
    z-index: 99999;
}

#commoditiesTab {
    display: block;
    height: 50px;
    width: 40px;
    background: url("/siteart/yellow_dollar.png");
    position: absolute;
    right: -40px;
    top: 50px;
    background-repeat: no-repeat;
}

#weatherflyout {
    width: 750px;
    height: 320px;
    top: 180px;
    right: -750px;
    z-index: 99999;
}

#weatherTab {
    display: block;
    height: 50px;
    width: 40px;
    background: url("/siteart/weather.png");
    position: absolute;
    left: -40px;
    top: 50px;
    background-repeat: no-repeat;
}

/*===================== 
	banner styles 
=======================*/
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.container-fluid {
    padding: 0px;
}

.row-worthington {
    padding: 0px;
    margin: 0px;
}

.div-worthington {
    padding: 0px;
}

.center {
    text-align: center;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0!important;
	width: 100%!important;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none!important; 
	font-size:13px!important;
	color: white!important;
    font-weight: 700!important;
	}
	a.footerlink:hover {
		text-decoration:none!important; 
		font-size:13px!important;
		color: #fa9005!important;
		}

.footertext {
	font-size:13px!important; 
	color: white!important;
	}

.smallfootertext {
	font-size:10px!important; 
	color:white!important;
	}

.divfooter {
	max-width:1200px!important; 
	text-align:center!important; 
	margin:0 auto!important;
	}

.grey-copyright {
    background-color: #737373!important;
    padding: .5% 0px!important;
}

.quicklinks {
    position: relative!important;
    left: 3%!important;
}

.finance {
    position: relative!important;  
    left: -4%!important;
}

.footer-info {
    padding-top: 32%!important;
    color: white!important;
    font-size: 16px!important;
}

.finance-btn {
    background-color: #397cc3!important;
    color: white!important;
    padding: 7px 10px!important;
    margin-top: 3%!important;
    border: 2px solid #397cc3!important;
    width: 55%!important;
}

.finance-btn:hover{
    color: white!important;
    font-weight: bold!important;
    border: 2px solid white!important;
}

.yellow-footer {
    background-color: #fa9005!important;
}

.yellow-footer-info {
    padding: .2% 5% 0px 5%!important;
    color: white!important;
}

.yellow-footer-link {
    color: white!important;
}

.yellow-footer-link:hover {
    color: #397cc3!important;
}

.yellow-footer-link-white {
    color: white!important;
}

.yellow-footer-link-white:hover {
    color: white!important;
}

.google-map {
    padding: .5% 0px!important;
}

.divfooter {
    padding: 15px!important;
}

/*--------------------------------------------------------------
## NEW INVENTORY LAYOUT STYLES
--------------------------------------------------------------*/
.inventory-page .container {
	width: unset!important;
}
.body-wrapper {font-family: 'Exo 2', sans-serif!important;}
.body-content {padding: 50px 0!important;}

/*-----FONTS-----*/
.list-content .list-title .list-title-text {font-family: 'Roboto Condensed', sans-serif!important; font-size: 25px; text-transform: uppercase;}
.list-content .listing-portion-title {font-family: 'Exo 2', sans-serif;; font-size: 20px;}
.list-content .list-title .list-listings-count {color: #006699!important; font-size:12px!important;}
.list-listing-title {font-family: 'Exo 2', sans-serif!important;}
.listing-portion-title {font-family: 'Exo 2', sans-serif!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {font-family: 'Exo 2', sans-serif;;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #006699!important; font-family: 'Roboto', sans-serif;}
.list-content .list-top-section .listing-option-bar .list-listings-count {color: #006699!important;}
.faceted-search-content .faceted-section-head h5 {font-family: 'Exo 2', sans-serif;; border-radius: 0px!important;}
.listing-portion-title.description-title {font-family: 'Exo 2', sans-serif;;}
.faceted-search-content .faceted-section-box .faceted-search {border-radius: 0px!important;}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {border-radius: 0px!important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #006699!important; font-family: 'Roboto', sans-serif;}
.detail-content .detail-main-body .main-detail-data .detail-title {font-family: 'Roboto Condensed', sans-serif!important; font-size: 25px; text-transform: uppercase; color: #000; font-weight: 800;}
.detail-content .dealer-info h3 {font-family: 'Exo 2', sans-serif;; font-size: 20px;}
.contact-information {font-family: 'Roboto',sans-serif!important;}
.breadcrumbs {font-family: 'Roboto',sans-serif!important; font-size: 14px!important;}
.listing-widgets {font-family: 'Exo 2', sans-serif!important;}
.detail-additional-data {font-family: 'Roboto',sans-serif!important;}
.detail-additional-data h4 {font-family: 'Exo 2', sans-serif!important;}
.detail-content .search-results{color: #006699!important;}
.legal-text-content {font-family: 'Roboto', sans-serif!important; font-size: 12px; font-style: italic;}
.mc-debuginfo {display: none;}

/*-----BUTTONS-----*/
.view-listing-details-link {background: #006699!important; font-family: 'Exo 2', sans-serif!important; border-radius: 0px!important;}
.view-listing-details-link:hover {background: #555555!important;}
.email-seller-link {border-radius: 0px!important;}
.faceted-search-content .selected-facets-container .selected-facet{background: #006699!important; font-family: 'Exo 2', sans-serif!important; border-radius: 0px!important;}
.noUi-connect {background: #006699!important;}
.noUi-handle  {background: #006699!important;}
.list-content .listing-bottom .listing-widgets a {border-radius: 0px!important; font-family: 'Roboto',sans-serif!important;}
.detail-content .print-this, .detail-content .email-this {border-radius: 0px!important; font-family: 'Exo 2', sans-serif;;}
.offer-btn {border-radius: 0px!important; font-family: 'Exo 2', sans-serif;; background-color: #006699!important;}
.offer-btn:hover {background-color: #555555!important;}
.send-email-btn {font-family: 'Exo 2', sans-serif!important; border-radius: 0px!important; border-color: #006699!important; color: #006699!important;}
.detail-content .detail-additional-data .data-row .data-label {background: #555555!important;}
.print-this, .email-this {font-family: 'Roboto Condensed', sans-serif!important; border-radius: 0px!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {display: inline-block!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {width: auto!important;}
.paging-container .page-navs .list-page-nav {background: #006699!important; font-family: 'Exo 2', sans-serif!important;}
.list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link, .list-container-flexrow .dealer-phone-call {border-radius: 0px!important;}
.detail-content .search-results span {font-size: 14px!important;}


/*-----Mobile Styles-----*/
.price {color: #006699!important; font-family: 'Exo 2', sans-serif!important;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {color:#006699!important; border-color: #006699!important; border-radius: 0px!important;}
.specs-container {font-family: 'Roboto',sans-serif!important;}
.spec-container {font-family: 'Roboto',sans-serif!important;}
.mobile-breadcrumb {background-color: #555555!important;}
.detail-title {font-family: 'Roboto Condensed', sans-serif!important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {color: #006699!important;}
.detail-content-mobile .dealer-info h3 {font-family: 'Exo 2', sans-serif!important;}
.field-value {font-family: 'Exo 2', sans-serif!important;}
.contact {font-family: 'Roboto', sans-serif;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background-color: #006699!important; font-family: 'Exo 2', sans-serif!important; border-radius: 0px!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {background-color: #006699!important; font-family: 'Exo 2', sans-serif!important; border-radius: 0px!important; border: none!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #006699!important; font-family: 'Exo 2', sans-serif!important; border-radius: 0px!important;}
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {border: 1px solid #006699!important; }
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color: #006699!important;}
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background-color: #006699!important; border: 1px solid #006699!important;}
.data-label {background-color: #555555!important;}
.faceted-search-content .mobile-done-button-container .mobile-done-button {background-color: #333!important; border-radius: 0px; font-family: 'Exo 2', sans-serif;;}
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover {background-color: #006699!important; border-radius: 0px; font-family: 'Exo 2', sans-serif;;}

/*--------------------------------------------------------------
## INVENTORY SEARCH ON SEPARATE PAGE E.G. https://nextraninventory.com.wpdev - pull in with function.php
--------------------------------------------------------------*/
/*--------------YOU MAY NOT NEED THIS but if you want to pull in search on homepage use functions.php or separaate file-------------*/
.faceted-search-content .faceted-section-box .faceted-slider {
    width: 100%;
    margin: 0;
    padding: 0;
}
.leftslider {padding: 0 1%!important;}
.rightslider {padding: 0 1%!important;}


/*-----------NEW INVENTORY MEDIA QUERIES-----------*/
/*--------------You may not need this but it prevents a weird layout thing to happen around these pixel points-------------*/
@media (max-width : 795px) and (min-width : 786px) {
	.has-search-bar {width: calc(72% - .75%)!important;}
}
@media only screen and (max-width : 785px) {
	.footer-background {padding: 20px 5% 15% 5%;}
}
/*--------------Extends the footer so that the fixed nav doesn't overlap the footer-------------*/
@media only screen and (max-width : 400px) {
	.footer-background {padding: 20px 5% 20% 5%;}
}












/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {

    /*========================= 
	    Header styles 
    ===========================*/
    .header-logo {
    padding: 5% 0px 5% 10%!important;
    width: 105%!important;
    }
    
    /*========================= 
	    Nav styles 
    ===========================*/
    nav ul li a {
	font-size: 15px;
    }
    
    nav ul {
    top: 35px!important;
    }    
    
    /*========================= 
	    Section styles 
    ===========================*/
    .btn-txt {
        font-size: 15px;
    }
    
    .bodycopy {
        font-size: 14px;
    }
    
    .welcome {
        font-size: 26px;
    }
    
    /*========================= 
	    Footer styles 
    ===========================*/
    .footer-info {
        font-size: 14px!important;
    }
    
    .finance {
        left: -2%!important;
    }

    
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1375px) {

    /*========================= 
	    header styles 
    ===========================*/
    .header-logo {
        width: 120%!important;
    }
    
    /*========================= 
	    Section styles 
    ===========================*/
    .homepage-btn {
        width: 70%;
    }
    
    
    /*========================= 
	    Footer styles 
    ===========================*/
     .yellow-footer-info {
        padding: .2% 1% 0px 1%!important;
    }
    

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    /*========================= 
	    Nav styles 
    ===========================*/

    nav ul li a {
        padding: 4% 15px!important;
    }
    
     /*========================= 
	    Footer styles 
    ===========================*/
    .footer-info{
        padding-top: 30%!important;
    }
    
    .hours {
        left: 3%!important;
    }
    
    .quicklinks {
        left: 6%!important;
    }
    
    .finance {
        left: 2%!important;
    }
    
    .finance-btn {
        margin-top: 5px!important;
        width: 45%!important;
        margin-bottom: 4%!important;
        
    }
    
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1065px) {

    

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    
    /*========================= 
	    Header styles 
    ===========================*/
    .header-logo {
        width: 35%!important;
        padding: 1% 0px!important;
    }
    
    .banner-text {
        font-size: 12px!important;
    }
    
    /*========================= 
	    Nav styles 
    ===========================*/
    nav ul li a {
        font-size: 14px!important;
        padding: 4% 15px!important;
        }
    
    nav ul {
        top: 25px!important;
        }    
    
    /*========================= 
	    Section styles 
    ===========================*/
    .btn-txt {
        font-size: 14px;
    }
    
    .welcome {
        font-size: 24px;
        padding: 10px 5%;
    }
    .farm-aid-logo {
        padding: 0 5% 75px;
    }
    
    .bodycopy {
        padding: 0px 5% 15px 5%;
    }
    
    /*========================= 
	    Footer styles 
    ===========================*/
    .footer-info{
        padding-top: 2%!important;
        text-align: center!important;
    }
    
    .hours {
        left: 0px!important;
    }
    
    .quicklinks {
        left: 0px!important;
    }
    
    .finance {
        left: 0px!important;
    }
    
    .finance-btn {
        margin-top: 5px!important;
        width: 30%!important;
        margin-bottom: 4%!important;
        
    }
    

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

     /*========================= 
	    header styles 
    ===========================*/
    .header-logo {
        width: 40%!important;
    }
      
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    
    /*========================= 
	    footer styles 
    ===========================*/
    .divfooter {
        padding: 20px!important;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  
    /*========================= 
	    header styles 
    ===========================*/
    .header-logo {
        width: 60%!important;
    }
    
    .banner-text {
        font-size: 12px!important;
    }
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

