/*
Theme Name: www.jjnichting.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
--------------------------------------------------------------*/

html, body {
	width:100%;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.header-btn {background: #EC131C; width: 200px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center;}
.header-btn:hover {background: #252525; transition: .5s;}
.learn-btn {background: transparent; border: 2px #fff solid; border-radius: 3px; padding: 12px 0; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; width: 200px; font-weight: 600; display: flex; justify-content: center; margin: 0 auto; margin-top: 40px;}
.learn-btn:hover {background: #EC131C; border: 2px #EC131C solid; transition: .5s;}
.parts-btn {background: #EC131C !important; width: 200px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center; align-items: center; margin-top: 30px;}
.parts-btn:hover {background: #252525 !important; transition: .5s;}
.service-btn {background: #EC131C !important; width: 220px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center; align-items: center; margin-top: 30px;}
.service-btn:hover {background: #252525 !important; transition: .5s;}
.contact-btn {background: #EC131C !important; width: 220px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center; align-items: center; margin-top: 30px;}
.contact-btn:hover {background: #252525 !important; transition: .5s;}
.intern-btn {background: #EC131C !important; width: 220px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center; align-items: center;}
.intern-btn:hover {background: #252525 !important; transition: .5s;}
.home-btn {background: #EC131C !important; width: 220px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center; align-items: center; margin-top: 30px;}
.home-btn:hover {background: #252525 !important; transition: .5s;}
.pdf-btn {background: #EC131C !important; width: 280px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center; align-items: center;}
.pdf-btn:hover {background: #252525 !important; transition: .5s;}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#header {z-index: 800;}
.top-header {background: #252525;}
.header-wrap {width: 95%; margin: 0 auto; padding: 40px 0; display: flex; justify-content: space-between; align-items: center;}
.locations-flex {display: flex; gap: 35px; align-items: center;}
.location-nug {display: flex; align-content: center; gap: 15px;}
.location-nug i {color: #EC131C; font-size: 20px; line-height: 20px;}
.location-nug p a {color: #fff; font-size: 15px; line-height: 22px; font-family: 'roboto', sans-serif; font-weight: bold;}
.location-nug p {margin-bottom: 0px; font-weight: bold;}
.location-nug > div:first-child {display: flex; align-items: center;}
.location-nug p a:hover {color: #EC131C; transition: .5s;}
.location-nug p span a {font-weight: lighter !important;}

.header-nav {background: #393939; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.nav-wrap {width: 95%; margin: 0 auto; padding: 30px 0; display: flex; align-items: center;}
.primary {width: 100%;}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.hero-width img {width: 100%;}

.home-nav {width: 95%; margin: 0 auto; padding: 80px 0; display: flex; justify-content: center; gap: 10px;}
.home-nav > div {width: 100%;}
.nav-overlay {background: rgba(37,37,37,0.65); width: 100%; padding: 150px 0 120px 0; text-align: center;}
.home-nav a {width: 100%;}
.home-nav h3 {font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 40px; color: #fff; text-transform: uppercase; font-weight: bold;}
.home-nav p {font-family: 'roboto', sans-serif; color: #fff; font-size: 18px; line-height: 18px; font-weight: lighter; letter-spacing: 2px; text-transform: uppercase;}
.home-nav a:hover .nav-overlay {background: rgba(163,13,19,0.65); transition: .5s;}

.about-overlay {background: rgba(37,37,37,0.65);}
.about-wrap {width: 1050px; margin: 0 auto; padding: 130px 0 80px 0; text-align: center;}
.about-wrap h1 {color: #fff; font-family: 'roboto-condensed', sans-serif; font-size: 60px; line-height: 60px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
.about-wrap > div:first-child p {font-family: 'roboto', sans-serif; font-weight: lighter; font-size: 18px; line-height: 30px; letter-spacing: 2px; color: #fff;}
.about-wrap > div:first-child {margin-bottom: 30px;}
.about-wrap > div:last-child p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; color: #fff;}

.featured-inv-head h2 {text-align: center; font-family: 'roboto-condensed', sans-serif; font-weight: bold; font-size: 45px; line-height: 45px; text-transform: uppercase; padding-bottom: 40px;}
.featured-inventory {width: 95%; margin: 0 auto; padding: 100px 0 20px 0;}
.inner-image-placeholder {height: 250px; overflow: hidden;}
.inner-image-placeholder img {height: 100% !important; width: 100% !important; object-fit: cover; object-position: center;}
.listing-title {font-family: 'roboto', sans-serif; font-weight: lighter; font-size: 17px; line-height: 30px; text-transform: uppercase; letter-spacing: 2px; color: #000;}
.small_spec {font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 35px; text-transform: uppercase; font-weight: bold;}
.inv_car_item button {font-family: 'roboto', sans-serif; font-weight: lighter; font-size: 17px; line-height: 30px; text-transform: uppercase; letter-spacing: 2px; color: #000; border: none; background: none;}
.inv-wrap {padding: 25px 20px 30px 20px; text-align: left;}
.inv-nug a:hover {color: #EC131C; transition: .5s;}
.inv-nug a:hover i {padding-left: 10px; transition: .5s;}
.small_spec strong {display: none;}
#invCarousel_2 #controls {display: none;}

.brand-slide {border: #ACACAC 1px solid; padding: 0 25px;}
.brand-carousel {padding: 50px 0; width: 98%; margin: 0 auto;}
.brand-carousel a:hover div {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: .5s;}
.brand-slide img {width: 100%; margin: 50px 0;}

.slick-arrow {color: rgba(255, 255, 255, 0.6); transition: .5s color ease;}
.slick-arrow:hover {color: #fff;}
.slick-dots li {width: 40px !important;}
.slick-dots li button {width: 40px !important;}
.customSliderSlide {height: 25vw!important;}
#customSliderSlickSlider2 .slick-dots {bottom: 5% !important;}
#customSliderSlickSlider2 .slick-dots button:before {content: "" !important; background-color: rgba(255, 255, 255, 0.6); width: 30px !important; height: 3px !important;}
#customSliderSlickSlider2 .slick-dots li.slick-active button:before {background-color: #fff !important;}

/*--------------------------------------------------------------
## Showroom
--------------------------------------------------------------*/

.subhero-overlay {background: #252525;}
.subhero-wrap {width: 95%; margin: 0 auto; padding: 80px 0 70px 0; text-align: center;}
.subhero-wrap h1 {color: #fff; font-family: 'roboto-condensed', sans-serif; font-size: 60px; line-height: 60px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
.subhero-wrap p {font-family: 'roboto', sans-serif; color: #fff; font-size: 18px; line-height: 30px; font-weight: lighter;}

.sub-nav {width: 95%; margin: 0 auto; padding: 20px 0; display: flex; gap: 10px; flex-wrap: wrap;}
.sub-nav p, .sub-nav p a {color: #393939; font-size: 16px; line-height: 16px; font-family: 'roboto', sans-serif;}
.sub-nav p a:hover {color: #EC131C; transition: .5s;}

.showroom-flex {width: 95%; margin: 0 auto; display: flex; gap: 10px; flex-wrap: wrap; padding: 20px 0 80px 0; justify-content: center;}
.showroom-flex div, .showroom-flex a {width: 300px;}
.showroom-flex div {border: #ACACAC 1px solid; border-radius: 3px; height: 180px; display: flex; justify-content: center; align-items: center;}
.showroom-flex a:hover div {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: .5s; transform: translateY(-7px);}

/*--------------------------------------------------------------
## Promotions
--------------------------------------------------------------*/

.promo-width {width: 95%; margin: 0 auto; padding: 20px 0 50px 0;}
.promo-wrap {padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 40px;}
.promo-wrap > div:first-child {width: 40%;}
.promo-wrap > div:last-child {width: 60%; text-align: left;}
.promo-wrap img {height: 100% !important; width: 100% !important; object-fit: cover; object-position: center;}
.promo-wrap h2 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; font-weight: bold;}
.promo-wrap p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px;}
.promo-wrap a {background: #EC131C !important; width: 220px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600; display: flex; justify-content: center; align-items: center; margin-top: 20px;}
.promo-wrap a:hover {background: #252525 !important; transition: .5s;}

.promo-page img {width: 100%;}
.promo-page-wrap {width: 95%; margin: 0 auto; padding: 20px 0 50px 0;}
.promo-page-wrap h1 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; font-weight: bold;}
.promo-page-wrap h1 span {font-size: 25px; font-weight: lighter; color: #EC131C;}
.promo-page-wrap p, .promo-packages {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px;}
.promo-page-wrap h2 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 30px; line-height: 40px; text-transform: uppercase; font-weight: bold;}
.promo-packages img {height: auto; width: 100%;}

/*--------------------------------------------------------------
## Parts Department
--------------------------------------------------------------*/

.sub-width {width: 95%; margin: 0 auto; padding: 20px 0 80px 0;}
.sub-width h2, .sub-sub-width h2, .sub-head h2 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 45px; line-height: 45px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
.sub-width h3, .sub-sub-width h3, .location-hours h3 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 35px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px; margin-top: 30px;}
.sub-width p, .sub-sub-width p, .sub-width li {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; margin-bottom: 10px;}
.sub-width p a, .sub-sub-width p a {color: #EC131C;}
.sub-width p a:hover, .sub-sub-width p a:hover {text-decoration: underline; transition: .5s;}

/*--------------------------------------------------------------
## Precision Farming
--------------------------------------------------------------*/

.precision-videos {display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px;}
.precision-videos > div {width: 32%;}
.precision-videos lite-youtube {height: auto;}
.precision-videos p {margin-top: 10px; margin-bottom: 20px;}

/*--------------------------------------------------------------
## CMI Inspection
--------------------------------------------------------------*/

.sub-sub-width {width: 95%; margin: 0 auto; padding: 20px 0 20px 0;}

/*--------------------------------------------------------------
## Map + Hours
--------------------------------------------------------------*/

.map-flex {display: flex; gap: 10px; flex-wrap: wrap;}
.map-flex a {width: 32%;}
.map-flex iframe, .map-flex div {width: 100%;}
.map-flex h3 {padding-top: 20px; padding-bottom: 20px; margin-bottom: 0px;}
.map-flex a:hover h3 {transition: .5s; color: #fff; padding-left: 20px; background: #EC131C;}

/*--------------------------------------------------------------
## Pilot Grove
--------------------------------------------------------------*/

.sub-head {padding-top: 20px; width: 95%; margin: 0 auto;}
.hours-flex {display: flex; width: 95%; margin: 0 auto; justify-content: space-between; padding: 0px 0 80px 0;}
.store-hours {display: flex; gap: 100px;}
.store-hours li {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; list-style: none;}
.store-hours ul {padding-left: 0px;}
.store-map p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; margin-bottom: 5px;}
.hours-right, .hours-left {width: 100%;}
.location-hours p a {color: #000;}
.location-hours p a:hover {color: #EC131C; transition: .5s; cursor: pointer !important;}

/*--------------------------------------------------------------
## Internship
--------------------------------------------------------------*/

.button-flex {display: flex; gap: 20px; flex-wrap: wrap; margin-top: 30px;}

/*--------------------------------------------------------------
## Mission
--------------------------------------------------------------*/

.sub-width li {list-style: none;}
.sub-width ul {padding-left: 0px; margin-top: 20px;}
.sub-width li i {color: #EC131C;}

/*--------------------------------------------------------------
## Event Calendar
--------------------------------------------------------------*/

.event-width {width: 95%; margin: 0 auto; padding: 20px 0 50px 0;}
.event-width h1 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 45px; line-height: 45px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

.form-styles {width: 95%; margin: 0 auto; padding: 20px 0 80px 0;}
.form-styles h2, .form-styles h1 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 45px; line-height: 45px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
.form-styles h3 {color: #252525; font-family: 'roboto-condensed', sans-serif; font-size: 35px; line-height: 35px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px; margin-top: 30px;}
.sheSubmitButton {background: #EC131C !important; width: 200px; padding: 12px 0; border-radius: 3px; border: none; color: #fff; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; text-transform: uppercase; font-weight: 600;}
.sheSubmitButton:hover {background: #252525 !important; transition: .5s;}

/*--------------------------------------------------------------
## Inventory
--------------------------------------------------------------*/

.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #EC131C !important;}
.list-content, .detail-wrapper {padding-top: 50px !important;}
.detail-wrapper {padding-bottom: 50px !important;}
.faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {background: #252525 !important;}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text {background: #EC131C !important;}
.list-redesign .payments-as-low-as-link, .list-redesign .contact-container .shared .dealer-data .phone-link {color: #000 !important;}
.breadcrumbs__link {color: #666666 !important;}
.breadcrumbs__list {padding-left: 0px !important;}
.jjnichtingcomwpstg-xhioxp {border-radius: 50px !important;}
.jjnichtingcomwpstg-xhioxp {color: #666666 !important;}
.jjnichtingcomwpstg-xhioxp:hover {color: #fff !important;}
.detail__media-buttons {align-items: center !important;}
.detail__title {font-family: 'roboto-condensed', sans-serif !important; font-weight: bold !important;}
.jjnichtingcomwpstg-88jlbf {border-radius: 50px !important; background: #252525 !important;}
.jjnichtingcomwpstg-1rt9xjc {color: #000 !important;}
.jjnichtingcomwpstg-1r9hjhb {color: #7A7A7A !important;}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#foot {background: #252525;}
.footerflex {width: 95%; margin: 0 auto; padding: 80px 0; display: flex; justify-content: space-between;}
.footer-locations > p {font-family: 'roboto', sans-serif; font-weight: bold; font-size: 20px; line-height: 35px; color: #fff; text-transform: uppercase; margin-bottom: 15px;}
.footlocation-flex {display: flex; gap: 40px; margin-bottom: 20px;}
.foot-nug p span {font-family: 'roboto', sans-serif; font-size: 14px; line-height: 14px; color: #fff; font-weight: bold;}
.foot-nug .location-number p {font-family: 'roboto', sans-serif; font-weight: bold; font-size: 20px; line-height: 20px; color: #EC131C !important;}
.foot-nug .location-number p a {color: #EC131C !important;}
.foot-nug .location-number {margin-bottom: 10px; margin-top: 10px;}
.foot-nug p {font-family: 'roboto', sans-serif; font-weight: lighter; font-size: 14px; line-height: 24px; color: #fff; margin-bottom: 8px;}
.foot-nug p a, .foot-nug a {color: #fff; font-family: 'roboto', sans-serif;}
.foot-nug > p:last-child {margin-top: 10px; color: #EC131C !important;}
.foot-nug p a:hover, .foot-nug a:hover {color: #EC131C; transition: .5s;}
.foot-socials {display: flex; gap: 20px; align-items: center;}
.foot-socials i {color: #fff; font-size: 20px; line-height: 20px;}
.foot-socials a:hover i {color: #EC131C; transition: .5s;}

.footer-links p {font-family: 'roboto', sans-serif; font-weight: bold; font-size: 20px; line-height: 35px; color: #fff; text-transform: uppercase; margin-bottom: 15px;}
.footer-links div {display: flex; gap: 100px;}
.footer-links li a {font-family: 'roboto', sans-serif; font-weight: lighter; font-size: 16px; line-height: 35px; color: #fff;}
.footer-links li {list-style: none;}
.footer-links ul {padding-left: 0px;}
.footer-links li a:hover {color: #EC131C; transition: .5s;}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1500px) {
	.header-btn {width: 180px;}
}
@media only screen and (max-width : 1400px) {		
	.location-nug p a {font-size: 14px; line-height: 18px;}
	.location-nug i {font-size: 18px; line-height: 18px;}
	.locations-flex {gap: 30px;}
	.header-btn {font-size: 14px; line-height: 14px;}
}
@media only screen and (max-width: 1350px) {
	.footerflex {flex-wrap: wrap; gap: 50px;}
	.footer-left, .footer-right {width: 100%;}
}
@media only screen and (max-width: 1300px) {
	.header-btn {font-size: 13px; line-height: 13px;}
}
@media only screen and (max-width: 1250px) {
	.locations {display: none;}
	.header-wrap {justify-content: center;}
	.home-nav h3 {font-size: 30px; line-height: 35px;}
	.home-nav p {font-size: 16px; line-height: 16px;}
	.nav-overlay {padding: 120px 0 90px 0;}
	.home-nav {padding: 50px 0;}
	.precision-videos > div {width: 49%;}
	.inv-nug h3, .inv-nug a, .listing-title, .inv_car_item button {font-size: 16px; line-height: 28px;}
	.inv-nug h4, .small_spec  {font-size: 30px;}
}
@media only screen and (max-width: 1150px) {
	.promo-wrap {flex-wrap: wrap; gap: 30px; padding: 40px 20px;}
	.promo-wrap div {width: 100% !important;}
}
@media only screen and (max-width: 1100px) {
	.home-nav {flex-wrap: wrap;}
	.home-nav > div {width: 32%;}
	.home-nav h3 {font-size: 35px; line-height: 40px;}
	.home-nav p {font-size: 18px; line-height: 18px;}
	.about-wrap {width: 95%;}
	.about-wrap h1, .subhero-wrap h1 {font-size: 55px; line-height: 55px;}
	.form-styles h2, .sub-width h2, .sub-sub-width h2, .sub-head h2, .featured-inv-head h2, .event-width h1, .form-styles h1 {font-size: 40px; line-height: 40px;}
	.form-styles h3, .sub-width h3, .sub-sub-width h3, .location-hours h3 {font-size: 30px; line-height: 30px;}
	.map-flex a {width: 49%;}
	.promo-wrap h2, .promo-page-wrap h1 {font-size: 30px; line-height: 40px;}
	.promo-page-wrap h1 span {font-size: 25px;}
	.promo-page-wrap h2 {font-size: 28px; line-height: 38px;}
}
@media only screen and (max-width: 1000px) {
	.footlocation-flex {flex-wrap: wrap; gap: 35px;}
}

@media only screen and (max-width: 950px) {
	.hours-flex {flex-wrap: wrap;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 750px) {
	.home-nav h3 {font-size: 30px; line-height: 35px;}
	.home-nav p {font-size: 16px; line-height: 16px;}
	.home-nav {padding: 30px 0;}
	.about-wrap h1, .subhero-wrap h1 {font-size: 50px; line-height: 50px;}
	.about-wrap > div:first-child p, .about-wrap > div:last-child p, .subhero-wrap p, .sub-width p, .sub-sub-width p, .store-hours li, .store-map p, .sub-width li, .promo-wrap p, .promo-page-wrap p, .promo-packages {font-size: 17px;}
	.form-styles h2, .sub-width h2, .sub-sub-width h2, .sub-head h2, .featured-inv-head h2, .event-width h1, .form-styles h1 {font-size: 35px; line-height: 35px;}
	.form-styles h3, .sub-width h3, .sub-sub-width h3, .location-hours h3 {font-size: 28px; line-height: 28px;}
	.promo-wrap h2, .promo-page-wrap h1 {font-size: 28px; line-height: 38px;}
	.promo-page-wrap h1 span {font-size: 22px;}
	.promo-page-wrap h2 {font-size: 25px; line-height: 35px;}
}
@media only screen and (max-width: 650px) {
	.home-nav > div {width: 45%;}
	.home-nav {padding: 25px 0;}
	.map-flex a {width: 100%;}
}
@media only screen and (max-width: 600px) {
	.precision-videos > div {width: 100%;}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 450px) {
	.logo img {width: 90% !important; margin: 0 auto;}
	.home-nav > div {width: 100%;}
	.nav-overlay {padding: 90px 0 60px 0;}
	.about-wrap h1, .subhero-wrap h1 {font-size: 45px; line-height: 45px;}
	.about-wrap > div:first-child p, .about-wrap > div:last-child p, .subhero-wrap p, .sub-width p, .sub-sub-width p, .store-hours li, .store-map p, .sub-width li, .promo-wrap p, .promo-page-wrap p, .promo-packages {font-size: 16px; line-height: 28px;}
	.form-styles h2, .sub-width h2, .sub-sub-width h2, .sub-head h2, .featured-inv-head h2, .event-width h1, .form-styles h1 {font-size: 30px; line-height: 30px;}
	.form-styles h3, .sub-width h3, .sub-sub-width h3, .location-hours h3 {font-size: 25px; line-height: 25px;}
	.sub-nav p, .sub-nav p a {font-size: 15px; line-height: 15px;}
	.promo-wrap h2, .promo-page-wrap h1 {font-size: 25px; line-height: 35px;}
	.promo-page-wrap h1 span {font-size: 20px;}
	.promo-page-wrap h2 {font-size: 22px; line-height: 32px;}
}

@media only screen and (max-width: 400px) {
	.map-flex iframe, .location-hours iframe {height: 350px !important;}
}

@media only screen and (max-width: 350px) {
	.home-nav h3 {font-size: 28px; line-height: 33px;}
	.home-nav p {font-size: 15px; line-height: 15px;}
	.nav-overlay {padding: 70px 0 40px 0;}
	.about-wrap h1, .subhero-wrap h1 {font-size: 40px; line-height: 40px;}
	.learn-btn {font-size: 14px; line-height: 14px;}
	.footer-links div {justify-content: space-between; gap: 10px;}
	.showroom-flex div, .showroom-flex a {width: 100%;}
	.showroom-flex img {width: 80% !important;}
	.store-hours {justify-content: space-between; gap: 10px;}
}
@media only screen and (max-width: 300px) {
	.learn-btn, .sheSubmitButton, .parts-btn, .service-btn, .contact-btn, .intern-btn, .home-btn, .pdf-btn, .promo-width a {width: 100%;}
}
