﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Karla:ital,wght@0,200..800;1,200..800&family=Oswald:wght@200..700&display=swap');


/**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;
	}

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;
	font-family:'karla',sans-serif;
	color:#000;
	font-size:15px;
	}

	
h1 {
	color:#000!important;
	font-family:'oswald',sans-serif;
	font-weight:700;
	font-size:36px;
	text-transform:uppercase;
}
h2 {
	color:#0e4a2b!important;
	font-family:'oswald',sans-serif;
	font-weight:400;
	font-size:28px;
}	
h3 {
	color:#333!important;
	font-family:'oswald',sans-serif;
	font-weight:700;
	font-size:24px;
	text-transform:uppercase;
}
h4 {
	color:#000!important;
	font-family:'karla',sans-serif;
	font-weight:700;
	font-size:20px;
}
h5 {
	color:#0e4a2b!important;
	font-family:'oswald',sans-serif;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
}


h6 {
	color:#000!important;
	font-family:'karla',sans-serif;
	font-weight:700;
	font-size:14px;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}
.headerTop-bg {
	background-color:#fff;
	border-top:12px solid #0e4a2b;
	background-image:url("../siteart/green-header.png");
	background-position: top right;
	background-repeat: no-repeat!important;
}
.headerTop-contact {
	text-align:right;
	font-family:'karla',sans-serif;
	font-size:13px;
	color:#fff!important;
	position: relative;
    top: -6px;
	padding-right:3%;
}
.headerTop-contact > a {
	color:#fff!important;
	font-weight:700;
}
.headerTop-contact > a:hover {
	color:#b4c6bc!important;
	transition:0.2s;
}
.headerMain-bg {
	background-color:#fff;
	padding:20px 3%;
}
.menu-rowDiv {
	padding-right:0px;
	padding-left:0px;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align:right;
	padding:15px 0px;
}

		
.primary_navLink {
	font-family: 'oswald', sans-serif;
	color:#000!important;
	font-size:15px;
	text-transform:uppercase;
	font-weight:500;
	padding: 0px 35px;
}
.primary_navLinkLast {
	padding-right:0px!important;
}
.primary_navLink:hover {
	color:#2f754d!important;
	transition:0.2s;
}


/* 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: 250px!important;
    background-color: rgba(255,255,255,0.9);
    margin-top: 15px!important;
    text-align: left;
}
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;
    padding: 5px 30px 5px 15px;
	font-family:'karla',sans-serif;
	color:#000!important;
	font-size:14px!important;
}
nav.primary ul ul li:hover {
	background-color:#b4c6bc!important;
	transition:0.2s;
	color:#fff!important;
}
.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}
.navDropLi-first {
    margin-top: 6px!important;
}
.navDropLi-last {
    margin-bottom: 6px!important;
}
.dropdown_navLink {
	color:#000!important;
	font-weight:700;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	background:#327c55;

	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #eee;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 24px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;

}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 5px;
	right: -8px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 900;
	line-height: 1;
/*	background: #222;*/
	color: #999;
	font-size: 26px;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #000;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 5px 0 5px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


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 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow img {
	width:100%;
	padding: 0;
}

.cycle-slideshow {
	padding: 0;
	z-index:-1;
}
.slide {
	width:100%;
}



/*===================== 
	home styles 
=======================*/
.green-bg {
	background-image:url("../siteart/green-img-bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	min-height:295px;
	padding:0px 3%;
}
.icon-div {
	padding:25px 10px;
	text-align:center;
}
.home-icon {
	text-align:center;
	margin:0 auto;
}
.icon-text {
	padding:15px 0px;
	text-transform:uppercase;
	font-family:'oswald',sans-serif;
	font-weight:700;
	font-size:20px;
	color:#fff!important;
}
.icon-text:hover {
	color:#b4c6bc!important;
	transition:0.2s;
}


/*===================== 
	inventory styles 
=======================*/
.mc-debuginfo {display: none;}
* {box-sizing:border-box!important;}



/*===================== 
	subpage styles 
=======================*/
.green-bgSub {
	background-image:url("../siteart/green-img-bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	max-height:150px;
	padding:3%;
	text-align:center;
}
.h1-sub {
	color:#fff!important;
	font-family:'oswald',sans-serif;
	font-weight:700;
	font-size:28px;
	text-transform:uppercase;
}
.subpage-cont {
	padding:3% 0% 5% 0%;
}


.subpage-cont {}

.google-maps {
        position: relative;
        padding-bottom: 40%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.sub-left {
	padding-bottom:30px;
}
.sub-link {
	color:#2f754d!important;
}
.sub-link:hover {
	color:#333!important;
	transition:0.2s;
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #2f7850;
	font-family:'karla',sans-serif;
	font-weight:700;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		transition:0.2s;
		}

.footertext {
	font-size:13px; 
	color:#5e5e5e;
	font-family:'karla',sans-serif;
	}

.smallfootertext {
	font-size:13px; 
	color:#5e5e5e;
	font-family:'karla',sans-serif;
	}

.divfooter {
    text-align: left;
    padding-top: 25px;
	}
.footer-bg {
	background-color:#1d1d1d;
	padding:25px 3%;
}
.footer-contact {
	font-family:'karla',sans-serif;
	font-weight:700;
	color:#fff;
	font-size:16px;
	text-align:right;
}
.footer-contactLink {
	font-weight:400!important;
	color:#fff!important;
}
.footer-contactSpan {
	font-weight:400!important;
	color:#fff!important;
}
.footer-contactLink:hover {
	color:#2f754d!important;
	transition:0.2s;
}




/*===================== 
	inventory styles 
=======================*/
.mc-debuginfo {display: none;}
*{box-sizing: border-box!important;}
.body-wrapper {font-family: 'karla',sans-serif;}
.body-content {padding: 50px 0!important;}

/*-----FONTS-----*/
.list-content .list-title .list-title-text {font-family: 'karla', sans-serif!important; font-size: 25px; text-transform: uppercase;}
.list-content .listing-portion-title {font-family: 'karla',sans-serif; font-size: 20px;}
.list-content .list-title .list-listings-count {color: #2f754d!important;}
.list-listing-title {font-family: 'karla',sans-serif!important;}
.listing-portion-title {font-family: 'karla',sans-serif!important;letter-spacing:0px!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {font-family: 'karla',sans-serif;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #2f754d!important; font-family: 'karla', sans-serif;}
.list-content .list-top-section .listing-option-bar .list-listings-count {color: #2f754d!important;}
.faceted-search-content .faceted-section-head h5 {font-family: 'karla',sans-serif; border-radius: 0px!important;}
.listing-portion-title.description-title {font-family: 'karla',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: #2f754d!important; font-family: 'karla', sans-serif;}
.detail-content .detail-main-body .main-detail-data .detail-title {font-family: 'karla', sans-serif!important; font-size: 25px; text-transform: uppercase; color: #000; font-weight: 800;}
.detail-content .dealer-info h3 {font-family: 'karla',sans-serif; font-size: 20px;}
.contact-information {font-family: 'karla',sans-serif!important;}
.breadcrumbs {font-family: 'karla',sans-serif!important;}
.listing-widgets {font-family: 'karla',sans-serif!important;}
.detail-additional-data {font-family: 'karla',sans-serif!important;}
.detail-additional-data h4 {font-family: 'karla',sans-serif!important;}
.detail-content .search-results{color: #2f754d!important;}
.legal-text-content {font-family: 'karla', sans-serif!important; font-size: 12px; font-style: italic;}
.dealer-name {font-family:'karla',sans-serif!important;letter-spacing:0px!important;}
.breadcrumbs .breadcrumbs-element {font-size: 13px;}
.detail-content .search-results {font-size: 13px;}
.detail-content .dealer-info h3 {font-family:'karla',sans-serif!important;}
.detail-content .dealer-info .dealer-company-header {font-size:14px!important;color:#000;}
.detail-content .dealer-info .field-value {color: #000;}
.detail-content-mobile .dealer-info .address-and-contact .address .field-value {color:#000;}
.detail-content-mobile .detail-additional-data .data-row .data-label {font-size: 12px!important;}
.detail-content-mobile .detail-additional-data .data-row .data-value {font-size:12px!important;}
.mobile-breadcrumb .breadcrumbs-element {font-size: 14px;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call .dealer-phone, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text .dealer-phone {font-size: 12px;}
.list-content .list-listing-mobile .listing-category {font-size: 12px!important;}


/*-----BUTTONS-----*/
.view-listing-details-link {background: #2f754d!important; font-family: 'karla',sans-serif; 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: #2f754d!important; font-family: 'karla',sans-serif; border-radius: 0px!important;}
.noUi-connect {background: #2f754d!important;}
.noUi-handle  {background: #2f754d!important;}
.list-content .listing-bottom .listing-widgets a {border-radius: 0px!important; font-family: 'karla',sans-serif!important;}
.detail-content .print-this, .detail-content .email-this {border-radius: 0px!important; font-family: 'karla',sans-serif;}
.offer-btn {border-radius: 0px!important; font-family: 'karla',sans-serif; background-color: #2f754d!important;}
.offer-btn:hover {background-color: #555555!important;}
.send-email-btn {font-family: 'karla',sans-serif!important; border-radius: 0px!important; border-color: #2f754d!important; color: #2f754d!important;}
.detail-content .detail-additional-data .data-row .data-label {background: #555555!important;}
.print-this, .email-this {font-family: 'karla', 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: #2f754d!important; font-family: 'karla',sans-serif;}
.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;}
.list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link {height: auto!important;}
.view-listing-details-link:hover {background: #0e4a2b!important;}

/*-----Mobile Styles-----*/
.price {color: #2f754d!important; font-family: 'karla',sans-serif;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {color:#2f754d!important; border-color: #2f754d!important; border-radius: 0px!important;}
.specs-container {font-family: 'karla',sans-serif!important;}
.spec-container {font-family: 'karla',sans-serif!important;}
.mobile-breadcrumb {background-color: #555555!important;}
.detail-title {font-family: 'karla', sans-serif!important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {color: #2f754d!important;}
.detail-content-mobile .dealer-info h3 {font-family: 'karla',sans-serif!important;}
.field-value {font-family: 'karla',sans-serif;}
.contact {font-family: 'karla', sans-serif;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background-color: #2f754d!important; font-family: 'karla',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: #2f754d!important; font-family: 'karla',sans-serif!important; border-radius: 0px!important; border: none!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #2f754d!important; font-family: 'karla',sans-serif!important; border-radius: 0px!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: 'karla',sans-serif;}
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover {background-color: #2f754d!important; border-radius: 0px; font-family: 'karla',sans-serif;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color:#333!important;border:transparent!important;}

/*--------------------------------------------------------------
## 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 : 1200px) {

	.primary_navLink {padding: 0px 25px;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.footer-contact {
	text-align:center;
	margin:0 auto;
	padding:10px 0px;
}
.footer-logo {
	text-align:center;
	margin:0 auto;
	padding-bottom:15px;
}
.header-logo {
	text-align:center;
	margin:0 auto;
}
.dropdown_navLink:hover {
	color:#2f754d!important;
}
.icon-div {
    padding: 10px 10px;
}
.headerTop-contact {
	text-align:right;
}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.headerTop-contact {
		text-align:center;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

