/*
Theme Name: www.centralilag.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
--------------------------------------------------------------*/
.post-container-locations.container-fluid{
	display: flex;
	flex-wrap: wrap;
}
html, body {
	height:100%;
	width:100%;
}
a {
	color: #7a878e;
}
strong, b{
	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;
}


/* CUSTOM */
.white{color:#fff;}
.white a{color:#fff;}
.drop-shadow{
	text-shadow: 0 0 8px rgba(0,0,0,0.33);
}
.heading-sm{
	font-size: 24px;
	line-height: 1.1;
	font-family: paralucent, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
.heading-md{
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 6px;
	font-family: paralucent, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}
.heading-lg{
	font-size: 52px;
	line-height: 1.1;
	font-family: paralucent, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	display: block;
}
.heading-xl{
	font-size: 120px;
	line-height: 100px;
	letter-spacing: -4px;
	font-family: paralucent, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.shwidget{
	font-size: 16px;
	line-height: 24px;
	font-family: paralucent, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}
.shwidget p{
	font-size: 22px;
	line-height: 36px;
	font-family: paralucent, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}
.shwidget ul{
	font-size: 22px;
	line-height: 36px;
	font-family: paralucent, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}


.shwidget ul:not(.reCaptchaList):not(.slick-dots){
	list-style: none;
	padding-left: 24px;
	margin-bottom: 10px;
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li{
	position: relative;
	margin-bottom: 5px;
	padding: 10px 0 !important;
	border-bottom: solid 1px #eee;
	padding-left: 0;
	transition: ease all 0.2s;
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:hover{
	transform: translateX(10px);
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:before{
	position: absolute;
	left: -24px;
	content: '+';
	color: rgb(215, 25, 33);
	transition: ease all 0.25s;
	
}
.shwidget ul:not(.reCaptchaList):not(.slick-dots) li:hover:before{
	transform: translateX(-10px);
	color: rgb(255 66 74);
	
}
.sentence-case{
	text-transform: unset !important;
	letter-spacing: normal !important;
}
.uppercase{
	text-transform: uppercase !important;
}
.light{
	font-weight: 300; 
	letter-spacing: 6px;
	opacity: 0.5;
}
.right{float: right;}
.red{
	color: rgb(193, 9, 39) !important;
}


/* CUSTOM */
.content-panel{
	padding: 4vw !important;
	box-sizing: border-box;
}
.content-panel lite-youtube{
	border-radius: 10px !important;
	margin-bottom: 10px;
}
.pad{
	padding: 8vw !important;
	box-sizing: border-box;
}
.half-pad{
	padding: 6vw !important;
	box-sizing: border-box;
}
.nopad-top, .pad.nopad-top{padding-top: 0 !important;}
.nopad-bottom, .pad.nopad-bottom{padding-bottom: 0 !important;}
.nopad-left, .pad.nopad-left{padding-left: 0 !important;}
.nopad-right, .pad.nopad-right{padding-right: 0 !important;}

.min-height-col{
	min-height: 600px !important;
}
.min-height-col-sm{
	min-height: 400px !important;
}
.match-col-height > .row{
	display: flex; flex-wrap: wrap;
}
.match-col-height > .row > div > div{
	
    height: 100% !important;
}
.match-col-height > .row > div {
	
	flex-grow: 1;
}
.btn-col a{
	padding: 12%;
	display: block;
	position: relative;
}
.btn-col a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50px;
	bottom: 50px;
	left: calc(100% - 1px);
	background: #fff;
	opacity: 0.33;
}
.btn-col a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 50px;
	right: calc(100% - 1px);
	background: #fff;
	opacity: 0.33;
}

.btn-red{
	
	text-transform: unset !important;
	line-height: 48px !important;
	padding: 0 20px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	
	font-size: 16px;
	font-family: paralucent, sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: #d90722 !important;	
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: left;
	box-shadow: none !important;
    width: 100%;
	max-width: 300px !important;
	transition: ease all 0.2s;

}
.btn-red:hover{
	filter: brightness(1.1);	
	background: #d90722 !important;	
	font-weight: 700 !important;
}
.btn-red:after{
	content: "\f08e" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
	padding-left: 10px;	
	float: right;
}


.btn-black{
	
	text-transform: unset !important;
	line-height: 48px !important;
	padding: 0 20px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	
	font-size: 16px;
	font-family: paralucent, sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: #1a1a1a !important;	
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: left;
	box-shadow: none !important;
    width: 100%;
	max-width: 300px !important;
	transition: ease all 0.2s;

}
.btn-black:hover{
	background: #444 !important;
}
.btn-black:after{
	content: "\f08e" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
	padding-left: 10px;	
	float: right;
}

.btn-text{
	
	text-transform: unset !important;
	line-height: 90px !important;
	padding: 0 20px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	
	font-size: 22px;
	font-family: paralucent, sans-serif !important;
	font-weight: 500 !important;
	color: #1a1a1a !important;
	background: transparent !important;	
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: left;
	box-shadow: none !important;
    width: 100%;
	max-width: 100% !important;
	transition: ease all 0.2s;

}
.btn-text:hover{
	color: #444 !important;
	padding-left: 30px !important;
}

.btn-text:after{
	content: "\f08e" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
	padding-left: 10px;	
	float: right;
}

.fullsize-iframe{
	position: relative;
}

.fullsize-iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 400px;
}

/* FEATURED INVENTORY */

.inv_car_title{
	font-size: 24px;
	font-family: paralucent, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
    text-align: center!important;
    max-width: calc(100% - 110px);
	padding-left: 110px;
	margin-left: -15px !important;
    margin-bottom: 50px !important;
	color: rgb(88, 88, 88) !important;
	letter-spacing: 0.4em;
}
.inv_car_title + hr{
	display: none !important;
}

.carousel_details_btn{
	
	text-transform: unset !important;
	line-height: 48px !important;
	padding: 0 20px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	
	font-size: 16px;
	font-family: paralucent, sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: #1a1a1a !important;
	
	outline: none !important;
	border: none !important;
	box-sizing: border-box;
	
	text-align: left;
	box-shadow: none !important;
    width: 100%;
	max-width: 100% !important;
	transition: ease all 0.2s;
	
	
}
.carousel_details_btn:hover{
	background: #333 !important;
}
.item.active .car_col:nth-of-type(1) .carousel_details_btn:hover{
	filter: brightness(1.1);	
	background: #d90722 !important;	
}
.item.active .car_col:nth-of-type(1) .carousel_details_btn{
	background: #d90722 !important;	
}
.carousel_details_btn:after, .btn-success:after{
	content: "\f08e" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
	padding-left: 10px;	
	float: right;
}



.widget_sandhills_featured_inventory .carousel{
	margin: -25px !important;
}
.widget_sandhills_featured_inventory #controls {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: unset !important;
    top: -110px !important;
    margin-top: 120px !important;
}
.widget_sandhills_featured_inventory .card-body p {
    line-height: 1 !important;
}

.widget_sandhills_featured_inventory a.a_inv_cont {
    padding: 0;
}
.widget_sandhills_featured_inventory a.a_inv_cont span {

	width: 48px !important;
    display: flex !important;
    justify-content: center;
	align-items: center;
    top: -75px !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;
	
	border-radius: 100% !important;
	opacity: 1 !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(2) span {
    background-color: #000 !important;
    right: 0 !important;
	color: #fff !important;
}
.widget_sandhills_featured_inventory a.a_inv_cont:nth-of-type(1) span {
    background-color: none !important;
	border: solid 1px #cfcfcf !important;
	box-sizing: border-box !important;
    left: calc(100% - 110px) !important;
	color: #000 !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-left:before {

	content: "\f104" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.widget_sandhills_featured_inventory .glyphicon-chevron-right:before {

	content: "\f105" !important;
    font-weight: 900 !important;
    font-family: 'Font Awesome 6 Free' !important;
}

.widget_sandhills_featured_inventory .small_spec:nth-of-type(1) {

	font-family: paralucent, sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	font-weight: 700;
	margin: 0 0 0 0 !important;
	color: #b50f2a;
	display: inline-block;
}
.widget_sandhills_featured_inventory .small_spec {

	font-family: paralucent, sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 700;
	margin: 0 0 0 0 !important;
	color: #b50f2a;
	display: inline-block;
}
.widget_sandhills_featured_inventory .small_spec strong, .widget_sandhills_featured_inventory .sh-carousel-indicators {
    display: none !important;
}
.widget_sandhills_featured_inventory .listing-title {
	font-family: paralucent, sans-serif;
	font-size: 16px;
	letter-spacing: normal !important;
	color: #000;
	font-weight: 700 !important;
}
.widget_sandhills_featured_inventory .col-padding {
	padding: 30px !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: #faf8f3 !important;
	border-radius: 20px;
	
}
.inv_car_item {
    overflow: hidden;
    border-radius: 45px 0;
}
.inv_car_item .inner-image-placeholder {
    position: relative !Important;
    overflow: hidden;
    display: block;
    height: 250px;
}
.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;
}


.location-box{
	background: #faf8f3;
	padding: 25px;
	border-radius: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 18px;
	line-height: 20px;
	text-align: left !important;
	margin: 10px;
	min-height: 320px;
	height: unset !important;
}
.location-box p{
	margin: 0 !important;
}
.location-box a{
	color: #1a1a1a !important;
	display: inline;
}
.location-box a.location-link{
	display: block;
}
.location-box a i{
	float: right;
}


.cia-footertext{
	background: #1a1a1a;
	color: #fff;
	padding: 45px 8.333333%;
	box-sizing: border-box;
}


.bv-form{
	padding: 8vw !important;
}


.hours-list ul li strong {
	padding-right: 15px;
}



#inv{padding: 60px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: paralucent, 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: paralucent, sans-serif !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:rgb(193, 9, 39) !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:rgb(193, 9, 39) !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, .calculator-btn {background: rgb(193, 9, 39) !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: rgb(193, 9, 39) !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: rgb(193, 9, 39) !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: rgb(193, 9, 39) !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: rgb(193, 9, 39)!important; color: rgb(193, 9, 39)!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: rgb(193, 9, 39)!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 : 1439px) {		

	.heading-lg{
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -2px;
		font-family: paralucent, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
	.heading-xl{
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -2px;
		font-family: paralucent, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) and (min-width: 768px) {

	.widget_sandhills_featured_inventory .car_col{
		width: 50% !important;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


.min-height-col{
	min-height: 0px !important;
}
.nopad-top-sm{
	padding-top: 0 !important;
}
	.heading-sm{
		font-size: 24px;
		line-height: 1.1;
		font-family: paralucent, sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 700;
	}
	.heading-md{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
		letter-spacing: 4px;
		font-family: paralucent, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
	.heading-lg{
		font-size: 36px;
		line-height: 1.1;
		font-family: paralucent, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 4px;
	}
	.heading-xl{
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -2px;
		font-family: paralucent, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
	.shwidget p{
		font-size: 18px;
		line-height: 28px;
		font-family: paralucent, sans-serif;
		letter-spacing: 1px;
		font-weight: 300;
	}
	.shwidget ul{
		font-size: 18px;
		line-height: 28px;
		font-family: paralucent, sans-serif;
		letter-spacing: 1px;
		font-weight: 300;
	}
	
	
.inv_car_title{
    padding-left: 0;
    width: 100% !important;
	font-size: 18px;
	text-align: left;
	}
	
	
}
@media (max-width: 575px){
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-xs-12{width: 100%;}
}

