:root {
	
	--bs-link-color-rgb: 56, 124, 44;
	--bs-link-hover-color-rgb:  56, 124, 44;
}

/*
Theme Name: www.frontlineagsolutions.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
*/

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}




/* Base table styling */
.shwidget table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

/* Header styling */
.shwidget table thead {
  background-color: #f4f6f8;
}

.shwidget table th {
  text-align: left;
  font-weight: 600;
  padding: 12px 16px;
  border-bottom: 2px solid #e0e0e0;
}

/* Body cells */
.shwidget table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eaeaea;
}

/* Row hover effect */
.shwidget table tbody tr:hover {
  background-color: #f9fafb;
}
.shwidget table tbody tr:first-of-type{
  cursor: pointer;
}

/* Zebra striping */
.shwidget table tbody tr:nth-child(even) {
  background-color: #fcfcfc;
}

/* Optional: Status styling example */
.shwidget table td:last-child {
  font-weight: 500;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .shwidget table th,
  .shwidget table td {
    padding: 8px;word-wrap: break-word;
    font-size: 12px;
		white-space: nowrap;
  }
.container-default-div-editor:has(table) {
    overflow: scroll;
}
}




/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	width:100%;
  	font-family: "Poppins", sans-serif;
}
.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;
}

@media screen and (min-width: 992px){
	.columns-adapt-to-widget-width > .row > div{
		flex-grow: 1;
	}
}
/*--------------------------------------------------------------
## 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;
}


/* CUSTOM */

hr{
	border-color: #eee; opacity: 1;
}
.green{
	color: #387c2c !important;
}
.full-width-buttons button {display: block; width: 100%;}
.btn-yellow{
  	font-family: "Poppins", sans-serif;
  	font-weight: 700;
	font-size: 14px;
	color: #000;
	background: #ffeb00;
	padding: 18px 30px;
	border-radius: 100px;
	line-height: 1;
	transition: ease all 0.2s;
	border: unset !important;
}
.btn-yellow:disabled{
	color: #fff !important;
	background: #555 !important;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus{
	color: #fff;
	background: #000;
}
.btn-black{
  	font-family: "Poppins", sans-serif;
  	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 18px 30px;
	border-radius: 100px;
	line-height: 1;
	transition: ease all 0.2s;
}
.btn-black:hover{
	color: #000;
	background: #ffeb00;
}
.btn-black:disabled{
	color: #fff !important;
	background: #555 !important;
}

.uppercase{
	
	text-transform: uppercase;
}
.heading-lg{
  	font-family: "Poppins", sans-serif;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
}
.heading-md, .tractor-package-post h2{
  	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}
.heading-sm, .tractor-package-post h3{
  	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
}
.heading-xs, .tractor-package-post h4{
  	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.shwidget p, .tractor-package-post p, .fixed-blog p{
  	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.paragraph-lg{
  	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
}

.widget-wrapper{
	padding-left: 3.8vw !important;
	padding-right: 3.8vw !important;
}
.pad-left{
	padding-left: 3.8vw !important;
}
.pad-right{
	padding-right: 3.8vw !important;
}
.pad-top{
	padding-top: 80px !important;
} 
.pad-bottom{
	padding-bottom: 80px !important;
}
.pad-extra{
	padding: 16% !important;
}
.column-dividers > .row >  div {
	position: relative;
}
.column-dividers > .row > div:nth-of-type(1):before {
	content: none;
}
.column-dividers > .row > div:before {
	position: absolute;
	content: '';
	left: 0;
	top:0;
	bottom: 0;
	width: 1px;
	background: #eee;
}


/* ANIMATION */

.animdelay1{
	animation-delay: 0.1s !important;
}
.animdelay2{
	animation-delay: 0.2s !important;
}
.animdelay3{
	animation-delay: 0.3s !important;
}
.animdelay4{
	animation-delay: 0.4s !important;
}
.animdelay5{
	animation-delay: 0.5s !important;
}
.animdelay6{
	animation-delay: 0.6s !important;
}
.hover-image {
    transform: scale(1);
    transition: 0.3s;
    max-height: 200px;
    object-fit: contain;
    object-position: center;
}
.hover-image:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

/* FEATURED INVENTORY */


.inv_car_title{
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	text-transform: uppercase;
    text-align: center!important;
    font-weight: 700;
    color: #000;
    max-width: 100%;
	margin: 0 auto !important;
}
.inv_car_title + hr{
	display: none !important;
}

.carousel_details_btn{
	margin-top: 30px;

	appearance: none !important;
	border: unset !important;
	outline: unset !important;
	display: block;
	
  	font-family: "Poppins", sans-serif;
  	font-weight: 700;
	font-size: 14px;
	color: #000;
	background: #ffeb00;
	padding: 18px 30px;
	border-radius: 100px;
	line-height: 1;
	transition: ease all 0.2s;
	
}
.carousel_details_btn:hover{
	color: #fff;
	background: #000;
}

.widget_sandhills_featured_inventory .card-body{
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}
.widget_sandhills_featured_inventory #controls {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: unset !important;
    top: -110px !important;
    margin-top: 120px !important;
}
.car_col {
    padding: 10px ! Important;
}
.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
	display: block;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {
border-radius: 100% !important;
	width: 48px !important;
    display: block !important;
    top: -60px !important;
    bottom: unset !important;
	margin-right: 5px !important;
    height: 48px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory .inv_control{
	transition: ease all 0.2s;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #ffeb00 !important;
	color: #000 !important;
    right: 0 !important;
	transition: ease all 0.2s;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: #ffeb00 !important;
	color: #000 !important;
	border: none !important;
	box-sizing: border-box !important;
    left: calc(100% - 115px) !important;
	transition: ease all 0.2s;
}
.widget_sandhills_featured_inventory a.a_inv_cont:hover span {
    background-color: #000 !important;
	color: #ffeb00 !important;
	box-shadow: unset !important;
}

.widget_sandhills_featured_inventory a.a_inv_cont span i{
    font-size: 24px !important;
	color: #ffeb00 !important;
	transition: ease all 0.2s;
}

.widget_sandhills_featured_inventory a.a_inv_cont:hover span i{

	color: #000 !important;
}


.widget_sandhills_featured_inventory .small_spec {

	font-family: "Poppins", sans-serif;
	font-size: 36px;
	letter-spacing: normal;
	font-weight: 700;
	margin: -20px 0 0 0 !important;
	color: #000;
	display: inline-block;
}
.widget_sandhills_featured_inventory .small_spec strong, .widget_sandhills_featured_inventory .small_spec ~ br {
display: none !important;
}
.widget_sandhills_featured_inventory .sh-carousel-indicators {
    display: none !important;
}
.widget_sandhills_featured_inventory .listing-title {
font-family: "Poppins", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: normal !important;
	color: #000;
	font-weight: 400 !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 0 !important;
}


.widget_sandhills_featured_inventory .inv_image {
	width: auto !important;
	height: 100% !important;
	border-radius: 10px;
}
.widget_sandhills_featured_inventory .outer-img-box {
	padding: 0 !important;
	border-radius: 10px;
	overflow: hidden;
}

.widget_sandhills_featured_inventory .card {
	box-shadow: none !important;
    border: none !important;
	background: #fff !important;
	margin: 0 !important;
	height: 100% !important;
	position: relative;
}
.inv_car_item {
    overflow: hidden;
    border-radius: 0;
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;

    height: 250px;
}

.widget_sandhills_featured_inventory .glyphicon-chevron-right:before {
    content: "\f061" !important;    
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-left:before {
    content: "\f060" !important;    
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}


/* INV CATEGORIES */
.invlinkbox {
    float: left;
    width: calc(33.3333% - 20px);
    height: 400px;
    margin: 10px;
    background: center center no-repeat #f7f7f7;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
	border-radius: 10px;
	border: solid 1px #eee;
}

.invlinkbox:hover .caption__overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    -webkit-transform: translateY(355px);
    transform: translateY(355px);
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.caption__overlay  a{
	color: #fff !important;
}
.invlinkbox::before {
    content: ' ';
    position: absolute;
    top: 355px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}.invlinkbox:hover::before {
    background: rgba(0, 0, 0, .8);
    top: 0;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.inv_car_title{
		font-size: 24px;
		max-width: calc(100% - 220px);
	}
	
	.sidebarColumn{
		margin: 0 !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.inv_car_title{
		max-width: unset !important;
        font-size: 30px;
        margin-bottom: 80px !important;

	}
	.widget_sandhills_featured_inventory #controls{
		right: 0;
		left: 0;
		display: flex;
		justify-content: center;
		margin: 42px 0 0 !important;
		gap: 10px;
	}
	.widget_sandhills_featured_inventory #controls a span{
    	position: unset !important;
	}

}



/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media (max-width: 1200px) and (min-width: 992px) {
	.column-dividers > .row > div:nth-of-type(4):before {
		content: none;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.column-dividers > .row > div:nth-of-type(3):before, .column-dividers > .row > div:nth-of-type(5):before {
		content: none;
	}
	
	

	
	.invlinkbox {
        width: calc(50% - 20px);
    }
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	.column-dividers > .row > div:before {
		left: 0;
		right: 0;
		bottom: unset;
		top: 0;
		width: 100%;
		height: 1px;
	}
	.pad-top{
		padding-top: 50px !important;
	}
	.pad-bottom{
		padding-bottom: 50px !important;
	}
	

	.animdelay1{
		animation-delay: 0.1s !important;
	}
	.animdelay2{
		animation-delay: 0.1s !important;
	}
	.animdelay3{
		animation-delay: 0.1s !important;
	}
	.animdelay4{
		animation-delay: 0.1s !important;
	}
	.animdelay5{
		animation-delay: 0.1s !important;
	}
	.animdelay6{
		animation-delay: 0.1s !important;
	}
	
	
	
	.heading-lg{
  	font-family: "Poppins", sans-serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	}
	.heading-md, .tractor-package-post h2{
		font-family: "Poppins", sans-serif;
		font-size: 24px;
		line-height: 1;
		font-weight: 700;
	}
	.heading-sm, .tractor-package-post h3{
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		line-height: 1.1;
		font-weight: 700;
	}
	.heading-xs, .tractor-package-post h4{
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		line-height: 1.1;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 0.2em;
	}

	.shwidget p, .tractor-package-post p, .fixed-blog p{
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}

	.paragraph-lg{
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		line-height:24px;
		font-weight: 300;
	}


	
	.invlinkbox {
        width: calc(50% - 20px);
    }
	.invlinkbox:not(.nosublinks)::before {
        top: 0;
    }   
	.invlinkbox:not(.nosublinks) .caption__overlay {
        -webkit-transform: none;
        transform: none;
    }

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {
	.pad-extra{
		padding: 40px 20px !important;
	}
	.widget-wrapper{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.pad-top{
		padding-top: 30px !important;
	}
	.pad-bottom{
		padding-bottom: 30px !important;
	}
	
	.invlinkbox:not(.nosublinks) {
        width: calc(100% - 20px);
        float: none;
		min-height: 398px;
		display: block;
    }    
	.invlinkbox:not(.nosublinks) .caption__overlay {
        -webkit-transform: none;
        transform: none;
    }
	
}

