/*
Theme Name: www.drpequipment.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
*/
/*--------------------------------------------------------------
## Editor class styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
html, body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Montserrat', sans-serif !important;
}
p {
  line-height: 28px;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid rgba(238, 238, 238, 0.70);
}
.container-1 {
    max-width: 1200px;
    float: none;
    margin:0 auto;
    padding:40px 20px;
    box-sizing: border-box;
}

.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: #333;
  border-radius: 0px;
}
.navbar-nav > li {
/*  border-left: 1px solid #ba2126 !important;*/
}
.navbar-nav > li:last-child {
/*  border-right: 1px solid #ba2126;*/
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #ba2126;
}
.dropdown-menu:not(.head-list) > li > a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
}
.dropdown-menu:not(.head-list) > li > a:hover {
  background-color: #ba2126;
  transition: linear 0.2s;
}
.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.navbar-right .dropdown-menu {
  left: 0 !important;
  right: unset !important;
}

.dropdown-menu > li {
  padding: 0 !important;
}
.dropdown-menu:not(.head-list) > li > a {
  padding: 10px 25px !important;
}



.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #ba2126 !important;
}


/*--------------------------------------------------------------
## 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;
}
/*==========  HEADER  ==========*/
#header {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  position: relative;
}
.top-header {
  background: #333333;
  padding: 5px 0;
}
.flex-top, .flex-top a {
  color: #fff;
  font-size: 14px;
}
.flex-top a {
  transition: .3s all;
}
.flex-top a:hover {
  color: #ba2126;
}
.flex-top, .flex-header {
  justify-content: space-between;
  align-items: center;
}
.main-header {
  background: #fff;
  padding: 0;
}
.search-block {
    background: #ba2126;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
/*    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 60px 100%, 0% calc(100% - 50px));*/
/*    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);*/
    position: relative;
/*    top: 50px;*/
    z-index: 2;
    width: clamp(50px, 10vw ,175px);
    overflow: visible;
}

.flex-head {
  justify-content: space-between;
  align-items: stretch;
  margin: 0px !important;
  margin-left: auto !important;
}
.logo img {
  max-width: 100%!important;
  width: 270px!important;
  padding: 20px 0 !important;
}
.left-side {
  align-items: center;
  gap: 20px;
}
.phone-top icon, .email-top icon, .location-top icon {
  margin-right: 5px;
}
.keyword-search {
  margin: 0;
}
input.search-input {
  border: none;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  font-size: 15px;
}
input.search-input::placeholder {
  text-transform: uppercase;
}
button.search-btn {
  background: transparent;
  border: none;
}
.search-btn img {
  width: 24px;
}
button.search-btn-lg {
  background: transparent;
  border: none;
  padding: calc(100% - 40px) 10px;
  transition: 0.3s ease;
}
.search-btn-lg img {
  width: 50px;
}
.search-btn-lg img:hover {
  filter: blur(4px);
}
button.search-btn-lg {
  background: transparent;
  border: none;
  padding: 0;
}
.search-btn-lg i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s ease;
}
.search-btn-lg i:hover {
  color: #000;
  transition: 0.3s ease;
}
.right-side {
  flex-basis: 20%;
}
.navigation {
  display: flex;
  align-items: center;
}
/*==========  HEAD SEARCH  ==========*/

.head-search {
    background: #474747;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
}

.search-container-1 {
    width:100%;
    max-width: 800px;
    box-sizing: border-box;
    padding:20px;
    margin:0 auto;
}
.head-search form {
    width:100%;
    display: flex;
    background: #fff;
    padding:20px;
    box-sizing: border-box;
}
.head-search input {
    background:none;
    border:0px!important;
    outline:none!important;
    padding:0px;
    margin:0;
/*    font-family: "Roboto Condensed", sans-serif;*/
    width:100%;
    font-size: 18px;
}
.head-search button {
    background:none;
    border:0px!important;
    outline:none!important;
    padding:0px;
    margin:0; 
    font-size: 20px;
    cursor: pointer;
}

/*==========  BODY  ==========*/
.page-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
#pad-xl {
  padding-bottom: 50px;
  padding-top: 50px;
}
.page-wid {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
.wid90 {
  width: 90%;
  margin: 0 auto;
}
.flex-container {
  display: flex;
}
.hero-main {
  width: 45% !important;
  position: relative !important;
  margin: auto 0 auto auto !important;
}
.hero-inner {
  margin-left: -10% !important;
  margin-right: 50% !important;
}
.dark-bg {
  background-size: cover !important;
  background-position: 25%;
  background: url("///media.sandhills.com/img.axd?id=8008516911&wid=&rwl=False&p=&ext=png&w=800&h=400&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=qxExdF7WHiYECDZJgoVlrA42j7RfBDYm") no-repeat;
  background-color: #333;
  padding-bottom: 0px;
  padding-top: 50px;
}
.white-bg {
  background-size: cover !important;
  background-position: center;
  background: url("///media.sandhills.com/img.axd?id=8008932436&wid=&rwl=False&p=&ext=png&w=1500&h=1114&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=fG%2bfl45Kwvwl1e%2f3UsWP4mtQ4zwJ%2fJOI") repeat;
  padding: 100px 0 100px;
  background-attachment: fixed;
}
.highlightSidebars .flex-cats {
  margin-top:0;
  margin-bottom: 0;
}
.flex-cats {
  z-index: 5;
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
	align-items: flex-start;
  gap:20px 0;
  margin-bottom: 100px;
}
.flex-cats a {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	text-transform: uppercase;
	background:#ba2126;
	padding:30px 20px;
	color:#fff;
	clip-path: polygon(60px 0%,100% 0%,calc(100% - 60px) 100%,0% 100%);
	font-size: clamp(16px, 1vw, 20px);
	line-height: 1.2;
	transition: 0.3s ease;
}
.flex-cats a span {
	display: block;
	font-weight: 800;
	font-size: clamp(20px, 1vw, 26px);
}
.flex-cats a:first-of-type {
	padding:30px 20px 50px 50px;
	background:#fff;
	color:#000;
	clip-path: polygon(0% 0%,100% 0%,calc(100% - 70px) 100%,0% 100%);
	align-items: flex-start;
}
.flex-cats a:last-of-type {
	clip-path:polygon(60px 0%,100% 0%,100% 100%,0% 100%);
}
.flex-cats a:hover {
	background: #d3d3d3;
	color:#ba2126;
}


div#n2-ss-2 .n2-style-235405b71e7ac03f7a0596d98bb173d1-heading {
  background: #ba2126;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  position: relative;
  border: none;
  transition: .3s all;
}

button.red-button {
    border: 0px;
    background: #ba2126;
    padding:0px;
    margin:0px;
    outline: none;  
}

button.red-button div {
  background: #ba2126;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  position: relative;
  border: none;
  transition: .3s all;
    position: relative;
    z-index: 1;
    margin:0;
}
/*hero-button*/

button.red-button::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #ddd;
  position: absolute;
  width: 50%;
  top: 0;
  z-index: 0;
  right: -5px;
  height: 110%;
}
button.red-button div:hover {
  background: #333333;
}
.showroom-button {
    margin: auto;
    
}

/*hero-button*/
div#n2-ss-2 .n2-style-235405b71e7ac03f7a0596d98bb173d1-heading {
  width: 100% !important;
}
div#n2-ss-2 .n2-style-235405b71e7ac03f7a0596d98bb173d1-heading:hover {
  background: #333;
}
div#n2-ss-2 .n2-style-235405b71e7ac03f7a0596d98bb173d1-heading::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #ddd;
  position: absolute;
  width: 50%;
  top: 0;
  z-index: -99999;
  right: -5px;
  height: 110%;
}
div#n2-ss-2 .n2-style-235405b71e7ac03f7a0596d98bb173d1-heading {
  width: 100% !important;
}
div#n2-ss-2 .n2-style-235405b71e7ac03f7a0596d98bb173d1-heading:hover {
  background: #333;
}

button.grey-button {
  background: #333333;
  color: #d3d3d3;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  position: relative;
  border: none;
  transition: .3s all;
}
button.grey-button:hover {
  color: #fff;
}
button.grey-button::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #ba2126;
  position: absolute;
  width: 50%;
  z-index: -99999;
  top: 0;
  right: -5px;
  height: 115%;
}
.con-cat, .all-cat, .ag-cat {}
.page-wid.home-text {
  background: #fff;
  padding: 40px;
}
.flex-home {
  justify-content: space-between;
  gap: 80px;
}
.right-img {
  flex: 1;
}
.right-img img {
  max-width: 100%;
}
.left-text {
  flex: 2;
}
.left-text h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #ba2126;
  font-weight: 700;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}
span#thin {
  font-weight: 400;
  color: #000;
}
.padding-flex {
  text-align: center !important;
}
.padding-flex h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 !important;
}
.padding-flex h1 {
  margin: 0 !important;
}
.padding-flex ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
.padding-flex icon {
  margin-top: 50px;
}
.home-text {
  margin-bottom: -50px;
  z-index: 9 !important;
  position: relative;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.location-wrap {
  box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
  background: #fff;
  padding: 40px;
}
.location {
  background: #d3d3d3;
  padding: 30px;
  flex: 1;
  position: relative;
}
.location::after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #ba2126;
  position: absolute;
  width: 33%;
  z-index: -1;
  right: -8px;
  height: 50%;
  bottom: -8px;
}
.location h3 {
  color: #ba2126;
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 700;
}
.location a {
  color: #000;
  transition: .3s all;
}
.location a:hover {
  color: #ba2126;
}
.location p {
  color: #000;
}
.flex-location {
  gap: 50px;
  position: relative;
  z-index: 0;
}
div#\31 7-0, div#\31 8-0, div#\31 9-0 {
  position: relative !important;
  z-index: 0 !important;
}
.our-brands {
  padding: 40px 0;
  box-shadow: rgb(14 30 37 / 32%) 0px 2px 16px 0px, rgb(14 30 37 / 12%) 0px 2px 4px 0px;
}
.our-brands img {
  max-width: 100%;
  width: 230px !important;
  margin: 40px auto 0;
}
.location-wrap h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.our-brands h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 !important;
}
.mobile-icons {
  display: none;
}
/*----CONTACT FORM -----*/
.contactForm h1 {
  font-size: 22px !important;
  margin-bottom: 20px;
}
.form-button {
  background: #333333 !important;
  color: #d3d3d3;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  transition: .3s all;
}
.form-button:hover {
  color: #fff !important;
  box-shadow: none !important;
  background: #333 !important;
}
/*--- LOCATION PAGE ---*/
.flex-locations {
  gap: 90px;
  justify-content: space-between;
}
.location-side {
  flex: 1;
}
.location-content {
  flex: 3;
}
.page-title {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.page-title h1 {
  font-size: 32px;
  font-weight: 700;
  width: 90%;
  margin: auto;
}
.location-content h1 {
  line-height: 38px;
  font-size: 28px;
  margin-top: 20px;
}
.location-content a {
  font-weight: 500;
  color: #333;
  transition: .3s all;
}
.location-content a:hover {
  color: #ba2126
}
.locationlink {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.locationlink a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  transition: .3s all;
}
.locationlink a:hover {
  color: #ba2126
}
.location-side h3 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
  margin-bottom: 0;
}
.location-content iframe {
  margin-bottom: 20px;
}
.location-select {
  display: none;
}

/*----SERVICE PAGE -----*/

.cat-btn-cont {
    position: relative;
    display: block;
    width:calc(100% - 30px);
    margin:20px 0;
}
.cat-btn-cont img {
    width:100%!important;
    max-width: 100%!important;
    display: block;
}
.cat-btn-cont button {
    position: absolute;
    right:0;
    bottom:0;
    background: #ba2126!important;
    color: #fff!important;
}
.cat-btn-cont button:hover {
    background: #333333!important;
}
.cat-btn-cont  button.grey-button::after {
  background: #ddd;
}

/*==========  CAREERS  ==========*/

.job-posting-cont {
    padding:20px 10px;
    box-sizing: border-box;
}
.job-posting-cont p {
       padding:5px 0;
}
.job-posting-cont a {
    font-weight: 700;
    color:#ba2126;
}
.job-posting-cont a:hover {
    color:#000000;
}

/*==========  FOOTER  ==========*/
.footer.dark-bg {
background-size: 60% !important;
background: url("///media.sandhills.com/img.axd?id=8008516911&wid=&rwl=False&p=&ext=png&w=800&h=400&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=qxExdF7WHiYECDZJgoVlrA42j7RfBDYm") repeat-x center;
background-color: #333;
}


.footer {
  padding: 30px 0;
  font-size: 14px;
}
.flex-foot {
  color: #fff;
  justify-content: space-between;
  text-transform: uppercase;
}
.foot-nav, .foot-logo {
  flex-basis: 20%;
}
ul.foot-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.foot-nav li a {
  color: #fff;
  line-height: 28px;
}
.foot-nav p {
  font-weight: 700 !important;
}
.foot-nav a {
  transition: .3s all;
}
.foot-nav a:hover {
  color: #ba2126;
}
.foot-logo img {
  max-width: 100%;
  width: 300px !important;
}
.foot-logo a {
  color: #fff;
  text-transform: none !important;
}
.black-bg {
  background: #000;
}
.small-foot {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #d3d3d3;
}
.small-foot p {
  margin: 0 !important;
}
span#block {
  margin-left: 15px;
}
/*==========  INVENTORY  ==========*/
#inv {
  padding: 5% 0;
}
#inv *:not(.loading-spinner):not(.loader) {
  border-radius: 0 !important;
}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
  font-family: 'Montserrat', sans-serif !important;
} /* Reset font, ignore icons */
.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;
}
.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}
.list-container-flexrow .view-listing-details-link, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .faceted-search-content .selected-facets-container .selected-facet {
  background: #ba2126 !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn {
  background: #000 !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 {
  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;
  font-weight: 900;
}
.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 {
  background: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
  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;
}
.noUi-connect, .noUi-handle {
  background: #ba2126 !important;
}
.mobile-option-bar .mobile-option-bar-filter {
  color: #ba2126 !important;
}
i.material-icons.close.calc-close, .financing i.material-icons {
  color: #000 !important;
}
.detail-btn-calc p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1650px) {
  span#block {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width : 1450px) {
    .logo {
        width:15%; 
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1350px) {

  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
  .right-side {
    flex-basis: 30%;
  }
  .right-img {
    display: none;
  }
  .flex-location{
    flex-wrap: wrap;
  }
  .nav > li > a {
    padding: 10px !important
  }
  .logo img {
    width: 200px!important;
  }
  .flex-locations {
    gap: 50px;
  }
}

@media only screen and (max-width : 1100px) {
    .logo {
        width:12%; 
    }
    .search-btn-lg i {
      color: #fff;
      font-size: 30px;
      transition: 0.3s ease;
	}
	.flex-cats {
		flex-wrap: wrap;
	}
	.flex-cats a {
		width: 100%;
		padding:20px 30px 20px 20px;
		clip-path: polygon(0% 0%,100% 0%,calc(100% - 70px) 100%,0% 100%);
	}
	.flex-cats a:first-of-type {
		padding:20px 30px 20px 20px;
		background:#fff;
		color:#000;
		clip-path: polygon(0% 0%,100% 0%,calc(100% - 70px) 100%,0% 100%);
		align-items: flex-start;
	}
	.flex-cats a:last-of-type {
		clip-path: polygon(0% 0%,100% 0%,calc(100% - 70px) 100%,0% 100%);
	}
}
@media only screen and (max-width : 1050px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
  .nav > li > a {
    padding: 10px 8px !important;
  }
    
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1030px) {
  .location {
    flex-basis: 40%;
    flex-grow: 1;
  }

}
@media only screen and (max-width : 920px) {
    .search-block {
        display: none;
/*        height: clamp(20px, 10vw, 60px);*/
        width: 100%;
        background-color: #333;
    }
    .search-block i {
        font-size: clamp(10px, 6vw, 40px);
        padding: 10px 0;
    }
  .main-header {
    background: transparent;
    padding: 0;
  }
  .flex-head {
    justify-content: space-between;
    width: 100% !important;
    flex-wrap: wrap;
  }
  .logo {
    flex-basis: 100%;
    background: #d3d3d3;
    padding: 15px 0;
    text-align: center;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    position: relative;
  }
  .logo img {
    margin: 0 auto;
    width: 150px!important;
    padding: 0 !important;
  }
  .navigation {
    flex-basis: 100%;
    background: #ba2126;
  }
  .mobile-icons {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 32px !important;
    padding: 8px 10px;
  }
  .mobile-icons a {
    color: #d3d3d3;
    margin-right: 10px;
  }
  .mobile-icons a i {
    color: #d3d3d3;
  }
  .navbar {
    width: 90%;
    margin: 0 auto;
  }
  .phone-top, .email-top, .location-top {
    display: none;
  }
  .navigation {
    display: block;
  }
  .foot-nav, .foot-logo {
    flex-basis: 40%;
  }
  .right-side {
    flex-basis: 45%;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
	
}
	
	.navbar-default .navbar-nav > li > a:hover {
		color: #ba2126 !important;
	background: #fff;
	}
  aside#locationsideID {
    display: none !important;
  }
  .location-select {
    display: block;
  }
  .flex-locations {
    flex-wrap: wrap;
  }
  .location-side, .location-content {
    flex-basis: 100%;
  }
  .location-select select {
    width: 100%;
    padding: 10px;
    background: #ddd;
    border-color: #ddd;
    font-size: 18px;
  }
  .flex-locations {
    gap: 10px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 835px) {

  .location {
    flex-basis: 100%;
  }
  .flex-foot {
    flex-wrap: wrap;
    gap: 50px;
  }
  .foot-nav, .foot-logo {
    flex-basis: 40%;
    flex-grow: 1;
  }
    .footer.dark-bg {
    background-position: center bottom!important;
    }
    .foot-nav p {
      font-size: 20px;
    }
    ul.foot-nav li a {
      font-size: 18px;
    }
    
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 650px) {

  .left-text h1, .our-brands h2, .location-wrap h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .foot-nav, .foot-logo {
    flex-basis: 100%;
  }
  .small-foot {
    flex-wrap: wrap;
  }

}
@media only screen and (max-width : 500px) {
  .page-wid.home-text button.grey-button {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }
  .left-side {
    display: none;
  }
  .right-side {
    flex-basis: 100%;
  }
}
@media only screen and (max-width : 400px) {
  .location, .location-wrap, .page-wid.home-text {
    padding: 30px 20px;
  }
}