/*
Theme Name: www.providence-equipment.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
--------------------------------------------------------------*/


:root{
	--bs-link-color-rgb: #151c2b !important;
}
html, body {
	width:100%;
}
.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;
}


body:not(.highlightSidebars) .bg-tl, body:not(.highlightSidebars) .bg-tr, body:not(.highlightSidebars) .bg-bl, body:not(.highlightSidebars) .bg-br{
	pointer-events: none;
}

.bg-tl{
	position: absolute;
	top: 0;
	left: 0;
}
.bg-tr{
	position: absolute;
	top: 0;
	right: 0;
}
.bg-bl{
	position: absolute;
	left: 0;
	bottom: 0;
}
.bg-br{
	position: absolute;
	right: 0;
	bottom: 0;
}


	.cs-preheader{
font-family: "pragmatica", sans-serif;
		background: #012269;
		color: #fff;
		line-height: 30px;
		font-size: 14px;
		text-transform: uppercase;
		position: relative;
    height: 30px;
	}
	.cs-preheader:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 60px;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		background: #ffcd00;
		z-index: 90;
	}
	.cs-preheader:after{
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 60px;
		clip-path: polygon(100% 0, 0 50%, 100% 100%);
		background: #ffcd00;
		z-index: 90;
	}
	.cs-preheader a{
		color: #fff;
	}
.mv-search{
	display: flex;
	position: relative;
}
.mv-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: 100%;
	display: flex;
    height: 31px !important;
	font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px !important;
    color: #2a3958;
	background: #efefef;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 30px;
    border: none;
    border-radius: 0 !important;
    padding-left: 30px;
	outline: unset !important;
}
.mv-search button{
	font-family: "pragmatica", sans-serif;
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none;
	outline: none;
	right: 30px;
	top: 0;
	background: unset;
	cursor: pointer;
	color: #012269;
}
	#cta-btn{
		opacity: 0;
		pointer-events: none;
		position: fixed;
		bottom: 30px;
		right: 50px;
		border: unset;
		padding: 8px 16px;
		font-size: 18px;
		letter-spacing: 0.05em;
		transition: ease all 0.3s;
	}
	.scrolled #cta-btn{
		opacity: 1;
		bottom: 60px;
		pointer-events: unset;
		
		z-index: 500;
	}
	#cta-btn a{
		 box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
		max-width: 140px;
		text-align: center;
		border-radius: 3px;
	}
	#cta-btn a:after{
		content: none;
	}
.scrolled:before{
	content: '';
	position: relative;
	height: 200px;
	display: block;
	
}
.scrolled .cs-preheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 100;
}
.scrolled #header .header-shadow {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
}
.scrolled #header #cs-logo img, .scrolled #header nav.primary{
	transition: ease all 0.1s;
}
.scrolled #header nav.primary {
    padding: 10px 30px;
}
.scrolled #header #cs-logo img {
    width: 160px;
}

.cs-wrapper{
	padding-left: 8vw !important;
	padding-right: 8vw !important;
}
/* CUSTOM */

.white{
	color: #fff;
}
.yellow{
	color: #ffcd00;
}
.blue{
	color: #012269;
}
.cs-wrap{
	max-width: 1440px;
	margin: 0 auto !important;
	display: block;
	padding-left: 40px !important;
	padding-right: 40px !important;
	box-sizing: border-box;
}

.full-width{
	width: 100% !important;
	max-width: unset;
	box-sizing: border-box;
}

.pad-top{
	padding-top: 80px !important;
}
.pad-bottom{
	padding-bottom: 80px !important;
}
.heading-underline{
	position: relative;
	display: block;
	
}
.heading-underline:after{
	content: '';
	display: block;
	border-bottom: solid 5px #ffcd00 !important;
	padding-bottom: 15px !important;
	margin-bottom: 20px !important;
	width: 120px;
}
.heading-lg{
font-family: "pragmatica", sans-serif;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.heading-md, #reviewbox .heading-md p{
	font-family: "pragmatica", sans-serif;
	text-transform: uppercase;

	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	display: block;
}

#reviewbox .heading-md p{
	text-transform: unset !important;
}

.shwidget h1, .shwidget h2, .shwidget h3, .shwidget h4, .shwidget h5, .shwidget h6{
	overflow: hidden;
}
.heading-line{
	font-family: "pragmatica", sans-serif;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 200;
	letter-spacing: 0.2em;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.heading-line:before{
	content: '';
	right: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
    background: linear-gradient(-90deg, #888, transparent);
	height: 1px;
	width: 100%;
    display: block;
    position: absolute;
}
.heading-line:after{
	content: '';
	left: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
    background: linear-gradient(90deg, #888, transparent);
	height: 1px;
	width: 100%;
    display: block;
    position: absolute;
}
.heading-sm{
font-family: "pragmatica", sans-serif;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	display: block;
}
.shwidget .input-container label.calc-label, .calculator-wrapper{
	
	font-family: "pragmatica", sans-serif !important;
}
.paragraph, .shwidget p, .shwidget ul li{
	font-family: "pragmatica", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.025em;
}
.shwidget p a{
	color: #151c2b;
}
.shwidget ul a, .shwidget ol a{
	color: #151c2b;
}
.contactFormLabel{
	font-weight: 700;
}
.icons-list-simple ul{
	position: relative;
	padding-left: 0;
	list-style: none;
}
.icons-list-simple li{
	position: relative;
	padding-left: 40px;
}
.icons-list-simple li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	text-align: center;
}

.btn-default{
	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 14px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #fff;
	background: #012269;
	position: relative;
	border-radius: 0;
	text-align: left;
	width: 240px;
	max-width: 100%;
	transition-duration: 0.03s;
	box-sizing: border-box;
}
.btn-default:hover{
	color: #fff;
	background: #151c2b;
}
.btn-default:after{
	content: '»';
	
	font-size: 18px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;

	position: absolute;
	background-repeat: no-repeat;
	height: 18px;
	right: 15px;
}

.btn-white{
	
	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 14px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #151c2b;
	background: #fff;
	position: relative;
	border-radius: 0;
	text-align: left;
	width: 240px;
	max-width: 100%;
	box-sizing: border-box;
	transition-duration: 0.03s;
}
.btn-white:hover{
	
	color: #fff;
	background: #151c2b;
}

.btn-white:after{
	content: '»';
	
	font-size: 18px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;

	position: absolute;
	background-repeat: no-repeat;
	height: 18px;
	right: 15px;
}
.btn-yellow{
	
	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 14px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #151c2b;
	background: #ffcd00;
	position: relative;
	border-radius: 0;
	text-align: left;
	width: 240px;
	max-width: 100%;
	box-sizing: border-box;
	transition: ease all 0.03s;
}
.btn-yellow:hover{
	
	color: #fff;
	background: #151c2b;
}
.btn-yellow-alt{
	
	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 14px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #151c2b;
	background: #ffcd00;
	border: unset !important;
	position: relative;
	border-radius: 0;
	text-align: center;
	width: 240px;
	max-width: 100%;
	box-sizing: border-box;
	transition: ease all 0.03s;
}
.btn-yellow-alt:hover{
	
	color: #fff;
	background: #151c2b;
}

.btn-yellow:after{
	content: '»';
	
	font-size: 18px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;

	position: absolute;
	background-repeat: no-repeat;
	height: 18px;
	right: 15px;
}


.btn-red{
	max-width: unset !important;
	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 14px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #fff;
	background: #e10e0e;
	position: relative;
	border-radius: 0;
	text-align: left;
	width: 240px;
	max-width: 100%;
	box-sizing: border-box;
	transition: ease all 0.03s;
}
.btn-red:hover{
	
	color: #fff;
	background: #151c2b;
}
/* CUSTOM WIDGET STYLING */

.brand-logo{
	filter: grayscale(1);
	transition: ease all 0.3s;
}
.brand-logo:hover{
	filter: grayscale(0);
}

.cs-shadow{
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}

.cs-pad{
	padding: 8.1vw !important;
}
.cs-pad-half{
	padding: 4.05vw !important;
}
.cs-panel{
	padding: 8.1vw !important;
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}
.cs-panel:before{
    z-index: -1;
	content: '';
	position: absolute;
	top: 4.05vw;
	right: 4.05vw;
	bottom: 4.05vw;
	left: 4.05vw;
	background: #fff;
	clip-path: polygon(calc(100% - 15px) 0%, 0% 0, 0% calc(100% - 15px), 15px 100%, 100% 100%, 100% 15px);

}
.cs-panel-blue{
	padding: 50px !important;
	position: relative;
	color: #fff;
}
.cs-panel-blue:before{
    z-index: -1;
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	background: url(///media.sandhills.com/img.axd?id=9075205606&wid=0&rwl=False&p=&ext=jpg&w=1825&h=484&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=qzC1nV4IrC0ERBe78FhC6vwN0xxcFf46);
	background-position: center center;
	background-size: 1800px auto;
	clip-path: polygon(calc(100% - 15px) 0%, 0% 0, 0% calc(100% - 15px), 15px 100%, 100% 100%, 100% 15px);

}
	.outerEditableArea:nth-of-type(1) .cs-panel-blue:before{
		background-position: 0% 50%;
	}
	.outerEditableArea:nth-of-type(2) .cs-panel-blue:before{
		background-position: 33% 50%;
	}
	.outerEditableArea:nth-of-type(3) .cs-panel-blue:before{
		background-position: 66% 50%;
	}
	.outerEditableArea:nth-of-type(4) .cs-panel-blue:before{
		background-position: 100% 50%;
	}

.cs-bg-lines{
	position: relative;
}
.cs-bg-lines:after{
    z-index: -2;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background: url("images/texture-diagonal.jpg");
	background-size: auto auto;
	background-repeat: repeat;

}
.cs-panel-map{
	padding: 4.05vw !important;
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}
.cs-panel-map iframe{
    z-index: -1;
	background: #fff;
	clip-path: polygon(15px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
	box-sizing: border-box !important; 
	width: 100% !important;
	height: 100%;
	min-height: 300px;

}

/* FEATURED INVENTORY */

.widget_sandhills_featured_inventory{
	padding: 40px 55px 20px !important;
}
.inv_car_title{
	font-family: "pragmatica", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
    text-align: left!important;
    font-weight: 700;
    color: #151c2b;
    max-width: 100%;
	margin: 0 auto !important;
	padding: 0 10px !important;
}
.inv_car_title + hr{
	display: none !important;
}

.carousel_details_btn{
	
	display: inline-block;
	
	box-shadow: none !important;
    margin: 0 !important;
	
	position: absolute;
    bottom: 36px;
	left: 36px;
    right: 36px;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 14px !important;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #151c2b;
	background: #fff;
	border-radius: 0;
	text-align: left;
	width: unset;
	max-width: 100%;
	box-sizing: border-box;
	transition-duration: 0.03s;
	border: solid 1px #fff !important;
}
.carousel_details_btn:after{
	content: '»';
	
	font-size: 18px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;

	position: absolute;
	background-repeat: no-repeat;
	height: 18px;
	right: 15px;
}
.carousel_details_btn:hover{
	border-color: #fff;
	color: #fff;
	background: #151c2b;
}

.widget_sandhills_featured_inventory .card-body{
	box-sizing: border-box;
}
.widget_sandhills_featured_inventory #controls {
    text-align: center;
    position: unset;
}
.car_col {
    padding: 10px ! Important;
}
.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {
border-radius: 0 !important;
    bottom: unset !important;
    background-color: unset !important;
	
    top: 50% !important;
    transform: translateY(-50%);
    height: 75px !important;
    width: 75px !important;
	line-height: 75px !important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	
    display: flex !important;
    align-items: center;
    justify-content: center;
	
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #f7f7f7 !important;
    right: 0 !important;
	color: #151c2b !important;
    margin-right: -27px !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: #f7f7f7 !important;
	color: #151c2b !important;
	border: none !important;
	box-sizing: border-box !important;
    left: 0 !important;
    margin-left: -27px !important;
}


.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span i{
    font-size: 24px !important;
	color: rgb(16, 36, 51) !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span i{
    font-size: 24px !important;
	color: #fff !important;
}


.widget_sandhills_featured_inventory .small_spec {

	font-family: "pragmatica", sans-serif;
	font-size: 24px;
	line-height: 1 !important;
	letter-spacing: normal;
	font-weight: 700;
	margin: 0 0 0 0 !important;
	color: #fff;
	display: inline-block;
}
.widget_sandhills_featured_inventory .small_spec:nth-of-type(1) {

	border-bottom: solid 5px #ffcd00;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}
.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: "pragmatica", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: normal !important;
	color: #fff;
	font-weight: 300 !important;
    display: block;
    margin-bottom: -15px !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 0 20px 20px !important;
}
.widget_sandhills_featured_inventory .inv_image {
	width: 200% !important;
	height: auto !important;
}
.widget_sandhills_featured_inventory .outer-img-box {
	padding: 0 !important;
}

.widget_sandhills_featured_inventory .card {
	box-shadow: none !important;
    border: none !important;
	background: #151c2b !important;
	margin: 0 !important;
	height: 100% !important;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
	
	clip-path: polygon(15px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}
.inv_car_item {
    overflow: hidden;
    border-radius: 0;
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;
    height: 14vw !important;
	background: #363943;
}
.inv_car_item img.inv_image {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;
	margin-left: 0 !important;
}



.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;
}


.column-padding-product-category {
   transition: ease all 0.3s;
}
.column-padding-product-category:hover {
    transform: translateY(-5px);
}

.cs-footer{
	position: relative;
}



	.cs-footer:before{
		content: '';
		position: absolute;
		left: 0;
		top: -60px;
		width: 60px;
		height: 120px;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		background: #f7f7f7;
		z-index: 90;
	}
	.cs-footer:after{
		content: '';
		position: absolute;
		right: 0;
		top: -60px;
		width: 60px;
		height: 120px;
		clip-path: polygon(100% 0, 0 50%, 100% 100%);
		background: #ffcd00;
		z-index: 90;
	}

.scrollToTop{
	color: #fff!important;
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {

.widget_sandhills_featured_inventory{
	padding: 0 25px !important;
}
	.inv_car_item .inner-image-placeholder {
		height: 45vw !important;
	}
	.inv_car_title{
		max-width: unset !important;
        font-size: 30px;
        margin-bottom: 80px !important;

	}
	

}

.shwidget div[class^="CPTloading"] ~ div button.slick-arrow {
    margin-top: -25px;
}

.offwhite-angles-up{
	position: relative;
}
.offwhite-angles-down{
	position: relative;
}
.offwhite-angles-up:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 60px;
	background: #f7f7f7;
	z-index: 5;
	clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(100% - 60px) 100%, 60px 100%, 0% 0%);
}
.offwhite-angles-down:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 60px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(100% - 60px) 0%, 60px 0%, 0% 100%);
	background: #f7f7f7;
	z-index: 5;
}


.icons-list{
	list-style: none;
	padding-left: 0;
}
.icons-list li{
	position: relative;
	padding-left: 50px;
	margin-bottom: 12px;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	color: #151c2b;
	background: #ffcd00;
}

.cs-footer .shwidget p a, .cs-footer .shwidget ul a{
	color: #fff !important;
}
.cs-footer .shwidget p a:hover{
	color: #fff !important;
}

.widget .calculator-wrapper label, .widget .calculator-wrapper .bold{
	
	font-family: "pragmatica", sans-serif;
}
.widget .calculator-wrapper select, .widget .calculator-wrapper input:not(input[type^="button"]) {
	border-radius: 4px;
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #f5f8fa;
    height: 40px;
    font-family: "Helvetica Neue", Helvetica, "pragmatica", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
}
.widget .calculator-wrapper input[type^="button"] {

	display: inline-block;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 14px;
font-family: "pragmatica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #151c2b;
	background: #ffcd00;
	border: unset !important;
	position: relative;
	border-radius: 0;
	text-align: center;
	width: 240px;
	max-width: 100%;
	box-sizing: border-box;
	transition: ease all 0.03s;
	margin-bottom: 10px;
}
.widget .calculator-wrapper input[type^="button"]:hover{
	
	color: #fff;
	background: #151c2b;
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	.cs-bg-lines:after{
		content: unset;
	}
}
@media only screen and (min-width: 1280px) {		
	.col-xl-1\.5{
		width: 12.499999995% !important;
	}
	
		.column-padding-product-category.col-xl-1\.5 {
		width: 11.11111111111% !important;
	}
}
@media only screen and (max-width: 1500px) and (min-width: 1280px) {		
	.col-xl-1\.5 .paragraph{
		font-size: 12px !important;
		letter-spacing: normal !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	.pad-top{
		padding-top: 40px !important;
	}
	.pad-bottom{
		padding-bottom: 40px !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
.heading-lg{
	font-size: 32px;
	line-height: 1;
}
.heading-md{

	font-size: 26px;
	line-height: 1.1;
}
	#reviewbox .heading-md p{

	font-size: 21px !important;
	line-height: 1.1;
}

.heading-line{
	font-size: 21px;
	line-height: 1.1;
}
.heading-sm{
	font-size: 21px;
	line-height: 1.1;
}
.paragraph, .shwidget p, .shwidget ul li{
	font-size: 16px;
	line-height: 24px;
}

	.cs-header{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.cs-wrap{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	
	.cs-pad-half, .cs-pad{
		padding: 40px !important;
	}
}
@media only screen and (min-width : 576px) {
	.col-12.widget_sandhills_featured_inventory{
		padding: 40px 55px 20px !important;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {
	
	
	#cta-btn{
		right: 0 !important;
	}
	#cta-btn a{
		flex-grow: 1;
		max-width: unset;
		margin: 0 !important;
	}
	
	#cta-btn {
       width: 100%;
    }

    .scrolled #cta-btn {
        bottom: 5px;
	}
	#cta-btn a{
		font-size: 12px !important;
		padding: 4px;
		width: 32%;
	}
	#cta-btn a span {
		display: none;
	}
	#cta-btn a:nth-of-type(3):before {
		content: 'Get Financing';
	}
	#cta-btn a.rental-btn:before {
		content: 'Contact Us';
	}
	
	.col-12.widget_sandhills_featured_inventory{
		padding: 40px 20px 20px !important;
	}
	
	.cs-panel, .cs-pad, .cs-pad-half{
		padding: 50px !important;
	}
	.cs-panel-map{
		padding: 10px !important;
	}
}
