/*
Theme Name: www.southlandtransportationgroup.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
#inventorybreadcrumbID {width: 100%;}
a{color: grey;}
html, body {
	height:100%;
	width:100%;
	font-family: 'Inter', sans-serif;
}
b, strong{
	font-weight: bold;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}



.column-panel{
	
	border: solid 1px #f1f1f1;
	padding: 10px !important;
	margin: 10px !important;
	height: calc(100% - 20px) !important;
}
/* POPUP */
.popup-window .social-btns{justify-content: center;}
.popup-window{
	display: none;
	padding: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	max-width: 400px;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.33);
	z-index: 10005;
	
	text-align: center;
	width: 90%;
}
#popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.33);
	z-index: 10000;
	backdrop-filter: blur(3px);
}
.popup-window i.fa-times{
	position: absolute; top: 15px;
	right: 15px;
	cursor: pointer;
}



/* TABLE */

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  font-family: 'Inter', sans-serif;
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > table {
  margin-bottom: 0;
	  width: 100%;
}
.table-responsive > table > tbody > tr > td{
	padding: 10px;
}
.table-responsive > table > tbody > tr > td, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > td, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > thead > tr > th {
  white-space: nowrap;
	  color: #fff;
	border: none !important;
}
.table-responsive tr:nth-of-type(odd){
	background: #333;
}
.table-responsive > .table-bordered {
  border: 0
}
.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0
}
.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0
}
.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0
}
	

/* CUSTOM */

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}
.align-center{align-items: center;}

.bg-orange{
	background: #f25226 !important;
	color: #fff !important;
}
.bg-dark{
	background: #000 !important;
	color: #fff !important;
}
.bg-gray{
	background: #f1f1f1;
}
.bg-gray-to-left{
	position: relative;
}
.bg-gray-to-left:before{
	content: '';
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50%;
	right: 100%;
	background: #f1f1f1;
	z-index: -1;
}




.col-logo{
	padding: 0!important;
	width: calc(100% - 4vw - 170px);
}

.col-social{
	padding: 0!important;
    padding-top: 0.6vw !important;
	width: 170px;
	
}
.hosted-footer .half-pad{padding: 0 !important;}
.hosted-footer .col-logo{width: 100%; margin-bottom: 30px;}
.hosted-footer .col-social{
	width: 100%; 
	margin-bottom: 50px;
}
.hosted-footer .logo-social .flex{flex-wrap: wrap;}
.hosted-footer .heading{
		font-size: 28px !important;
		line-height: 40px !important;
	}
.hosted-footer a{
	color: #000;
}

/* SECTIONS */

.highlightSidebars .sidebarColumn > div:last-child{
	z-index: 3000 !important;
	position: relative;
}

.match-column-height .row{display: flex !important; flex-wrap: wrap;}
.match-column-height.align-content-center .row > div > div{display: flex !important; align-items: center;}
/* .match-column-height .row > div{height: inherit !important;} */
.match-widget-to-sidebar-height .row > div > div{height: 100% !important;}
.match-widget-to-sidebar-height > div{height: 100% !important;}
 
.half-col-lesser{
	width: 44.7%;
}
.half-col-greater{
	width: 55.3%;
}
.flourish-square-top-right, .flourish-square-top-left, .flourish-square-bottom-right, .flourish-square-bottom-left{
	position: relative;
}
.flourish-square-top-right:before{
	z-index: -1;
	position: absolute;
	content: '';
    top: -60px;
    right: -60px;
	width: 200px;
	height: 200px;
	background: #f1f1f1;
}
.flourish-square-top-left:before{
	z-index: -1;
	position: absolute;
	content: '';
	top: -60px;
    left: -60px;
	width: 200px;
	height: 200px;
	background: #f1f1f1;
}
.flourish-square-bottom-left:before{
	z-index: -1;
	position: absolute;
	content: '';
	bottom: -40px;
	left: 100px;
	width: 200px;
	height: 200px;
	background: #f1f1f1;
}
.flourish-square-bottom-right:before{
	z-index: -1;
	position: absolute;
	content: '';
	bottom: -40px;
	right: 100px;
	width: 200px;
	height: 200px;
	background: #f1f1f1;
}

/* CONTENT */

.shwidget h1, .shwidget h2, .shwidget h3, .shwidget h4, .shwidget h5, .shwidget h6{ margin: 0 !important;}


.light{
	font-weight: 300 !important;
}
.white{
	color: #fff;
}
.orange{
	color: #f25226;
}
.light-orange{
	color: #ff6d45;
}
.black{
	color: #000;
}

.relative{position: relative;}


.heading-lg{
	font-size: 48px;
	line-height: 62px;
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	display: block;
	
}
.pad .heading-lg{
	
    font-size: 2.7vw;
    line-height: 1.25;
}
.heading{
	font-size: 44px;
	line-height: 58px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	display: block;
	
}

	.widget_sandhills_editable_area_background .col-xl-6 .heading{
		font-size: 24px;
	}

.heading-sm{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	letter-spacing: 4px;
	display: block;
	
	/* white-space: break-spaces; */
}

.contactForm{padding: 20px 8vw 8vw !important;}

.contactForm h1{
	font-size: 48px;
	line-height: 62px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	display: block;
	margin-bottom: 40px !important;
}

.half-col-lesser .img-grid .heading {
    font-size: 24px;
    line-height: 32px;
}
.half-col-lesser .img-grid .img-btn{
    min-height: 22vw;
	
}
.img-grid.img-grid-trio .img-btn{
    min-height: 18vw;
}

.img-grid.short .img-btn{
	min-height: 250px !important;
}
.img-grid.short .img-btn:before{
	background: rgba(0,0,0,0.6) !important;
}
.accordion-button {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	letter-spacing: 4px;
	padding: 10px 18px !important;

}
.accordion{margin-bottom: 35px;}
.accordion-item {margin-bottom: 15px;}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: unset !important;
}
.accordion-button:not(.collapsed):not([data-blockStyles="sheditor-element-ignore"]) {
	background-color: #e6eced !important;
}

.accordion-button:focus:not([data-blockStyles="sheditor-element-ignore"]) {
	box-shadow: none !important;
}

.accordion-item:first-of-type:not([data-blockStyles="sheditor-element-ignore"]) > .accordion-header:not([data-blockStyles="sheditor-element-ignore"]) .accordion-button:not([data-blockStyles="sheditor-element-ignore"]) {
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}
.accordion-item:first-of-type:not([data-blockStyles="sheditor-element-ignore"]) {
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}
.accordion-item:last-of-type:not([data-blockStyles="sheditor-element-ignore"]) > .accordion-header:not([data-blockStyles="sheditor-element-ignore"]) .accordion-button.collapsed:not([data-blockStyles="sheditor-element-ignore"]) {
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}
.accordion-body{
	border-left: solid 4px #f1f1f1;
    margin-top: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 20px !important;
    border-radius: 2px;
	transition: ease all 0.3s;
}

.accordion-button {color: #7a878e !important; background-color: #e6eced;}

.accordion-header {
	color: #333!important;
	background-color: #f5f5f5!important;
	border-color: #ddd!important;
}
.accordion-item:not([data-blockStyles="sheditor-element-ignore"]) {
	border: none;
}
.pad{padding: 8vw !important;}

.half-pad{padding: 4vw !important;}

.quarter-pad{padding: 2vw !important;}
.nopad-top{padding-top: 0 !important;}
.nopad-bottom{padding-bottom: 0 !important;}
.breadcrumb-pad{
	padding-bottom: 120px !important;
}
.keypoint-row{
	margin: -10px !important;
	width: calc(100% + 20px) !important;
}
.keypoint-card{
    border: solid 1px #ddd !important;
	padding: 30px;
	margin: 10px;
	text-align: left !important;
	min-height: 140px !important;
	display: flex !important;
	height: calc(100% - 20px) !important;
	
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
	transition: ease all 0.3s;
	filter: brightness(1.0);
	border-radius: 5px;
	
}


.keypoint-card:hover{
    background: #fff !important;
	
}
.keypoint-card span{
    font-weight: 800 !important;
	
}
.keypoint-card icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 80px !important;
    opacity: 0.2;
	color: #ddd !important;
	transform: scale(1);
	transition: ease all 0.3s;
}
.keypoint-card:hover icon {
	transform: scale(1.2);
}




.shwidget .boxed-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

.shwidget .boxed-list ul li{
	list-style: none;
	width: 320px;
	max-width: 95%;
    border: solid 1px #ddd !important;
	padding: 30px !important;
	margin: 10px !important;
	text-align: left !important;
	min-height: 120px !important;
	
	
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 2px !important;
	transition: ease all 0.3s;
	filter: brightness(1.0);
	border-radius: 5px;
	position: relative;
	
}
.shwidget .boxed-list ul li:before{
    content: "";
    font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
    top: 50%;
    right: 30px;
    opacity: 0.2;
    transform: scale(1) translateY(-50%);
    transition: all 0.3s ease 0s;
	line-height: 80px;
    font-size: 80px !important;
    color: rgb(221, 221, 221) !important;
	
}
.boxed-list ul li:hover:before{
	
    transform: scale(1.2) translateY(-50%);
}



.copy-card{
    background: #000 !important;
	color: #fff;
	padding: 30px;
	margin: 10px;
	height: auto !important;
}

.copy-card-light{
    background: #f1f1f1 !important;
	color: #000;
	padding: 30px;
	margin: 10px;
}

.id-card{
    background: #f1f1f1 !important;
	color: #000;
	padding: 30px;
	margin: 10px;
	height: calc(100% - 20px) !important;
}
.id-img{
	min-height: 16vw !important;
	margin: 10px 0 10px 10px;
	padding: 30px;
	height: calc(100% - 20px) !important;
}

.match-widget-to-sidebar-height > .row > div > div.id-img, .match-widget-to-sidebar-height > .row > div > div.id-card{
	height: calc(100% - 20px) !important;
}


.white a, .copy-card a{color: #fff !important;}
.fullsize-btns a{
	display: block !important;
    padding: 50px !important;
	width: 100% !important; box-sizing: border-box !important;
	position: relative;
}
.fullsize-btns a.heading:before {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 16px;
    line-height: 48px;
    background: #333;
}
.margin10{
	margin: 10px !important;
	width: calc(100% - 20px);
	height: auto !important;
}
.nomargin-top{
	margin-top: 0px !important;
}
.btn-no-margin button{
	margin: 10px 0 0 0 !important;
}
.btn-full-width button {
	display: block !important;
    width: 100% !important;
}
.btn-outline{
	font-size: 16px;
	line-height: 60px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	color: #000 !important;
	
	border: solid 2px #ccc;
	border-radius: 90px;
	padding: 0 40px;
	margin-top: 40px;
}
.btn-outline-dark, .btn-success{
	font-size: 16px;
	line-height: 60px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	background: #000 !important;
	color: #fff !important;
	border: solid 2px #ccc !important;
	border-radius: 90px;
	padding: 0 40px;
	margin-top: 40px;
}

/* CUSTOM WIDGETS */

.img-grid{
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	gap: 20px;
	margin: 0 20px 20px;
}
.img-grid-quad{
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}
.img-grid-quad .heading{
	font-size: 30px;
	line-height: 38px;
}
	.half-pad .img-grid-quad .img-btn{
		min-height: 20vw;
	}
.img-grid-trio{
	grid-template-columns: calc(33.33333% - 15px) calc(33.33333% - 15px) calc(33.33333% - 15px);
}
.img-grid-trio .heading{
	font-size: 36px;
	line-height: 40px;
}

.img-grid .img-btn{
    min-height: 25vw;
}
.min-height-center{
    min-height: calc(100vh - 60px);
	display: flex; align-items: center;
	box-sizing: border-box;
}
.min-height-center > .row{
	width: 100% !important;
	box-sizing: border-box !important;
}

.bottom-gap{
	margin-bottom: 20px !important;
}
.match-widget-to-sidebar-height > div.bottom-gap, .match-widget-to-sidebar-height .row > div > div.bottom-gap, .widget_sandhills_editable_area_background .bottom-gap{
	height: calc(100% - 20px) !important;
}
.img-btn.bottom-gap{
	height: calc(100% - 20px);
}
.img-btn{
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	-moz-background-position: center center !important;
	-o-background-position: center center !important;
	-webkit-background-position: center center !important;
	background-position: center center;
	padding: 40px;
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
.img-btn:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255,255,255,0), rgba(255,255,255,0.2));
	
	opacity: 0;
	
	-moz-transition: ease all 0.6s;
	-o-transition: ease all 0.6s;
	-webkit-transition: ease all 0.6s;
	transition: ease all 0.6s;
}
.img-btn:hover:after{
	opacity: 1;
	filter: contrast(1.5);
}
.gradient-overlay{position: relative;}
.gradient-overlay:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(163,12,1,0) 50%, rgba(233,45,70,0) 100%);
}
.link-icon{
	z-index: 10;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
}


.img-btn .social-btns{
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.social-btns{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	z-index: 10;
}
.social-btns a{
	line-height: 48px;
    width: 48px;
    text-align: center;
    font-size: 18px;
    align-items: center;
    height: 48px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    background: #000;
    color: #fff;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.social-btns.outline a{

    background: none !important;
    color: #000;
	border: solid 1px #b2b2b2;
}

.cta-icon{ font-size: 3vw;}


/* FOOTER */

.shwidget p, .shwidget ul li, .shwidget ol li{
	
	font-size: 14px !important;
	line-height: 24px !important;
	letter-spacing: 1px !important;
}
.shwidget p a{
	color: #000;
}
.hosted-footer .footerlinks{
	text-transform: uppercase;
	letter-spacing: 1px !important;
}
.hosted-footer .footerlinks p{
	line-height: 36px !important;
	margin: 0 !important;
}

.hosted-footer .footerlinks .heading-sm{
	line-height: 30px !important;
	letter-spacing: 2px !important;
	font-weight: 800 !important;
	margin-bottom: 10px !important;
}



.map-container iframe{border: none !important; outline: none !important;}

/* INVENTORY */


#inv{padding: 100px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: 'Inter', sans-serif;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button, .faceted-show-all-btn {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}



#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	text-transform: uppercase!important;
	font-family: 'Inter', sans-serif !important;
	color: #000 !important;
}


.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    left: 6px !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#000 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facets-container .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-error-container .info > div:first-of-type button {background:#000 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{transition: ease all 0.2s !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; transition: ease all 0.2s !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {transition: ease all 0.2s !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) and (min-width: 1440px) {		


	.heading{
		font-size: 36px;
		line-height: 48px;

	}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1439px) {
	
	.heading{
		font-size: 30px;
		line-height: 40px;
	}
	.img-grid-quad{
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	.half-col-lesser .img-grid .img-btn {
		padding: 20px;
	}
}


@media (min-width: 1200px){
	.col-lg-hidden{display: none !important;}
	.nopad-lg{padding: 0 !important;}
}

@media (min-width: 992px) and (max-width: 1199px){
	.col-md-hidden{display: none !important;}
	.nopad-md{padding: 0 !important;}

	.img-grid-quad{
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}
	.half-pad .img-grid-quad .img-btn{
		min-height: 40vw !important;
	}

}
@media (min-width: 768px) and (max-width: 991px){
	.col-sm-hidden{display: none !important;}
	
	.nopad-sm{padding: 0 !important;}
	.img-grid-quad{
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}

	.half-pad .img-grid-quad .img-btn{
		min-height: 40vw;
	}
.justify-center-sm{justify-content: center;}
	
	
	.half-col-lesser{
		width: 100%;
	}
	.half-col-greater{
		width: 100%;
	}
	
		.img-grid{
    	grid-template-columns: 100% !important;	
	}
	.img-grid .img-btn, .min-height-center, .half-col-lesser .img-grid .img-btn{
   		min-height: 50vw;
	}
	.img-btn.bottom-gap{
   		min-height: 50vw;
	}
	.half-pad .img-grid-quad .img-btn{
		min-height: 40vw !important;
	}
	.img-btn{
    	padding: 12vw;
	}
	.img-btn .social-btns{
		flex-wrap: wrap;
		right: 12vw;
		bottom: 12vw;
		justify-content: flex-end;
		box-sizing: border-box;
		width: 200px;
	}
	.col-sm-12{
		
    	width: 100% !important;
	}
	

	.half-col-lesser{
		width: 100%;
	}
	.half-col-greater{
		width: 100%;
	}
	
	
	.heading-lg, .pad .heading-lg{
		font-size: 26px;
		line-height: 36px;
	}
	.heading-sm{
		font-size: 14px;
		line-height: 24px;
	}
	.heading{
		font-size: 26px;
		line-height: 40px;
	}
	

	.contactForm h1{
		font-size: 28px;
		line-height: 40px;
	}


	.flourish-square-top-right:before{
		right: 0;
		width: 100px;
	}
	.flourish-square-top-left:before{
		left: 0;
		width: 100px;
	}
	.flourish-square-bottom-left:before{
		left: 0;
		width: 100px;
	}
	.flourish-square-bottom-right:before{
		right: 0;
		width: 100px;
	}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
.flex-wrap-sm{flex-wrap: wrap;}
	.col-logo{width: 80%;}
.justify-center-sm{justify-content: center;}
	.img-grid{
    	grid-template-columns: 100% !important;	
	}
	.img-grid .img-btn, .min-height-center, .half-col-lesser .img-grid .img-btn{
   		min-height: 50vw;
	}
	.img-btn.bottom-gap{
   		min-height: 50vw;
	}
	.img-btn, .fullsize-btns a.heading{
    	padding: 30px !important;
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.img-btn .heading{
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.link-icon {
		width: 35px !important;
		height: 35px !important;
		font-size: 12px !important;
	}
	.fullsize-btns a.heading:before {
		padding: 0 10px !important;
		font-size: 12px !important;
		line-height: 35px !important;
	}
	.half-pad .img-grid-quad .img-btn{
		min-height: 40vw !important;
	}
	.img-btn .social-btns{
		flex-wrap: wrap;
		right: 12vw;
		bottom: 12vw;
		justify-content: flex-end;
		box-sizing: border-box;
		width: 200px;
	}
	.col-sm-12{
		
    	width: 100% !important;
	}
	

	.half-col-lesser{
		width: 100%;
	}
	.half-col-greater{
		width: 100%;
	}
	
	
	.heading-lg, .pad .heading-lg{
		font-size: 28px;
		line-height: 36px;
	}
	.heading-sm{
		font-size: 14px;
		line-height: 24px;
	}
	.heading{
		font-size: 28px;
		line-height: 40px;
	}

	.contactForm h1{
		font-size: 28px;
		line-height: 40px;
	}

	.cta-icon{ font-size: 24px;}


	.flourish-square-top-right:before{
		right: 0;
		width: 100px;
	}
	.flourish-square-top-left:before{
		left: 0;
		width: 100px;
	}
	.flourish-square-bottom-left:before{
		left: 0;
		width: 100px;
	}
	.flourish-square-bottom-right:before{
		right: 0;
		width: 100px;
	}

	
	.col-xs-hidden{display: none !important;}
	.nopad-xs{padding: 0 !important;}
	
	.quarter-pad, .half-pad{
		padding: 30px !important;
	}
	.fullsize-btns{
		margin-top: -10px !important;
	}
	.fullsize-btns .margin10.nomargin-top{
		margin-top: 10px !important;
		height: auto !important;
	}

	.id-card{
		margin: 10px;
	}
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}
