/*
Theme Name: www.fms-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
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
	font-family: 'Montserrat'!important;
}
.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:#f7830f;
}
.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: #f7830f;
    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;
}

.top-header {
	background-color: #f7830f;
	color: #000000;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
}
.top-header ul.menu-secondary {
	flex-direction: row!important;
	font-size: 14px;
}
.top-header ul.menu-secondary li {
	width: unset!important;
	min-width: unset!important;
}
.top-header ul.menu-secondary li a {
	color: #000000!important;
}
.top-header .header-locations {
	gap: 10px 30px;
	flex-wrap: wrap;
	font-size: 14px;
}

li#nav-menu-item-1146 {
    background: rgb(247, 131, 15) !important;
    color: #fff !important;
}

/*=== FOOTER ===*/
.site-footer .decorative {
    width: 100%;
    background: url(../../uploads/2024/08/footer-decor.svg) no-repeat;
    background-size: contain;
	aspect-ratio: 748 / 47;
}
.site-footer .footertext {
	padding: 0;
	background-color: #231f20;
	font-size: 14px;
}
.site-footer .footertext .brand-white {
	opacity: .5;
	transition: .3s ease all;
}
.site-footer .footertext .brand-white:hover {
	opacity: 1;
}
.site-footer .footertext a {
	color: #999999;
	transition: .3s ease all;
}
.site-footer .footertext a:hover {
	color: #ffffff;
}
.site-footer .brand-white img {
	width: 100%;
	padding: 0 15px;
}
.site-footer .footer-copyright {
	padding-top: 50px;
}
.site-footer .footer-mfg-grid .prevButton-container-logo, .site-footer .footer-mfg-grid .nextButton-container-logo {
	display: none!important;
}
.site-footer .footer-mfg-grid img {
	max-width: 200px;
	padding: 10px 20px;
}
.site-footer .footer-mfg-grid .item:last-of-type {
	display: none;
}

/*=== STYLES ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row;
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end;
}
.justify-left {
	justify-content: flex-start;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.align-self-center {
	align-self: center;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}

.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding-top: 25px;
}

.max-width {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto!important;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0!important;
}

a {
	color: #212529;
	transition: .3s ease all;
	text-decoration: none;
}
a:hover {
	color: #808962;
}

/*=== Backgrounds ===*/
.bg-white-bar-top {
	background: linear-gradient(to top, #f3f3f3 0, #f3f3f3 calc(100% - 150px), #ffffff calc(100% - 150px), #ffffff 100%);
	padding: 100px 0;
}
.bg-white-bar-top > * {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto!important;
}
.bg-white-bar-bottom {
	background: linear-gradient(to bottom, #f3f3f3 0, #f3f3f3 calc(100% - 150px), #ffffff calc(100% - 150px), #ffffff 100%);
	padding: 100px 0;
}
.bg-white-bar-bottom > *, .bg-white-bar-top > * {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto!important;
}

.form-check {display: inline-block !important;}
label.contactFormLabel {display: block;}
/*=== Buttons ===*/
.primary-button {
	background-color: #f7830f;
    border: 1px solid #f7830f;
	color: #212529;
    padding: 10px 25px;
    min-width: 225px;
	font-weight: 600;
	transition: .3s ease all;
}
.primary-button:hover {
	filter: brightness(1.25);
}
.secondary-button {
	background-color: #808962;
    border: 1px solid #808962;
	color: #ffffff;
    padding: 10px 25px;
    min-width: 225px;
	font-weight: 600;
	transition: .3s ease all;
}
.secondary-button:hover {
	filter: brightness(1.25);
}
.secondary-button:hover {
	filter: brightness(1.25);
}

/*=== Fonts ===*/
.heading-heavy-lg {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 800;
	font-size: 48px;
	line-height: 50px;
}
.heading-light-lg {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
	font-size: 48px;
	line-height: 50px;
}
.heading-heavy-md {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 800;
	font-size: 32px;
	line-height: 34px;
}
.heading-light-md {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
	font-size: 32px;
	line-height: 34px;
}
.heading-heavy-sm {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 800;
	font-size: 24px;
	line-height: 26px;
}
.heading-light-sm {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
}

.recaptcha29 .reCaptchaList li img, .recaptcha28 .reCaptchaList li img {background-color: #808962 !important;}
strong.reCaptchaPhrase {color:#808962 !important;}
.form-check-input:checked:not([data-blockstyles="sheditor-element-ignore"]) {background-color:#808962 !important;border-color:#808962 !important;}

input.btn.btn-success.sheSubmitButton {
    color: rgb(0, 0, 0) !important;
    min-width: 225px !important;
    font-weight: 600 !important;
    border-color: rgb(247, 131, 15) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-image: initial !important;
    padding: 10px 25px !important;
    border-radius: 0px !important;
    transition: 0.3s !important;
	background-color: #f7830f !important;
}

h2:not([data-blockstyles="sheditor-element"]) {
    font-family: Montserrat, sans-serif !important;
    font-weight: 800 !important;
    font-size: 32px !important;
    line-height: 34px !important;
    text-transform: uppercase !important;
	padding-bottom:30px !important;
}

label.form-check-label {margin-left: 0 !important;}
.recaptcha29 .reCaptchaList li img {background-color: #808962;}
/*=== Brand  ===*/
#brands-we-carryID .post-container-logo {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 #b3b3b3;
}
#brands-we-carryID .brand-white {
	filter: brightness(0.8);
	transition: .3s ease all;
}
#brands-we-carryID .brand-white:hover {
	filter: brightness(0);
}
#brands-we-carryID .post-container-logo .item {
	border: 1px solid #f3f3f3;
	padding: 50px;
	align-content: center;
}
#brands-we-carryID .post-container-logo .item > div {
	align-content: center;
}
#brands-we-carryID .post-container-logo .item img {
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
}
#brands-we-carryID .post-container-logo .item img[src=""] {
	display: none;
}
#brands-we-carryID .post-container-logo .item:last-of-type {
	background-color: #808962;
	border: 1px solid #808962;
	color: #ffffff;
	grid-column: span 4;
	transition: .3s ease all;
	padding: 25px 50px!important;
}
#brands-we-carryID .post-container-logo .item:last-of-type > div {
	height: unset!important;
}
#brands-we-carryID .post-container-logo .item:last-of-type > div a h3 {
	min-height: 105px!important;
    align-content: center!important;
}
#brands-we-carryID .post-container-logo .item:last-of-type:hover {
	filter: brightness(1.25);
}
#brands-we-carryID .post-container-logo .item:last-of-type a {
	color: #ffffff;
	filter: brightness(1);
}
#brands-we-carryID .prevButton-container-logo, #brands-we-carryID .nextButton-container-logo {
	display: none!important;
}

/*=== Featured Landing Page ===*/
.featured-equip-width {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.featured-equip {
	display: flex;
	justify-content: space-around;
}
.featured-equip-left {
	display: block;
	width: 50%;
}
.featured-equip-left img{
	display: block;
	width: 100%;
	max-width: 600px;
	margin-top: 20px;
}
.featured-equip-right {
	display: block;
	width: 50%;
}
.featured-equip-right h3 {
	font-weight: 700;
	margin-top: 50px;
	font-size: 30px;
}

.featured-equip-right h4 {
	font-weight: 400;
	margin-top: 8px;
	font-size: 24px;
}

.featured-equip-right p {
	font-weight: 400;
	margin-top: 16px;
	font-size: 16px;
	margin-bottom: 20px;
}

ul.nav.nav-tabs {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
	border-bottom: none!important;
}

li.nav-tab {
	font-size: 15px!important;
	margin-bottom: 3px;
}

li.nav-tab a.nav-link {
	color: #000!important;
	transition: none!important;
}

li.nav-tab a.nav-link:hover {
	background-color: #eee;
	border-color: #eee;
	border-radius: 0px!important;
}

li.nav-tab a.nav-link.active:hover {
	background-color: #eee!important;
	border-color: #eee!important;
	border-radius: 0px!important;
	border-bottom: solid 4px #f7830f!important;
}

li.nav-tab a.nav-link.active {
	background-color: #fff!important;
	border-radius: 0px!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: solid 4px #f7830f!important;
}

.foot-flexbox {
	display: flex;
	justify-content: space-between;
	padding: 0px 20px 20px 30px;
}

.social-icon-cont {
	display: flex;
}

.location-info-cont {
	display: flex;
}

a.footer-social-links {
	padding: 0 15px;
}

/*=== Employment ===*/
.employment-listings {
	padding: 25px 0 50!important;
}
.employment-listings .post-container-careers {
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #b3b3b3;
}
.employment-listings .column-padding-careers {
	padding: 0!important;
}
.employment-listings .item {
	border: 1px solid #f3f3f3!important;
	padding: 50px!important;
	align-content: center!important;
	text-align: left!important;
}
.employment-listings h3, .employment-listings p {
	text-align: left!important;
}
.employment-listings .prevButton-container-careers, .employment-listings .nextButton-container-careers {
	display: none!important;
}
.employment-listings .job-listing-location {
	background-color: #808962!important;
	color: #ffffff!important;
	margin: 25px 0!important;
    font-size: 14px!important;
    width: fit-content!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
}

/*=== Employment Job Listing ===*/
.employment-listing .job-post-header {
	padding: 150px 5vw 200px;
	background: linear-gradient(to bottom, rgba(35, 31, 32, 0.5), rgba(35, 31, 32, 0.5)), url("https://media.sandhills.com/img.axd?id=9023211062&wid=&rwl=False&p=&ext=jpg&w=780&h=438&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=zlaOFMk39lLRZv8aRsUF28PAGUKE49Nb") center center no-repeat;
	background-size: cover;
}
.employment-listing .job-post-header h1 {
	text-transform: uppercase;
}
.employment-listing .floating-container {
	background-color: #808962;
	color: #ffffff;
	padding: 35px 25px;
}
.employment-listing .job-listing-content {
	box-shadow: #B3B3B3 0px 0px 20px 0px!important;
    background-color: #ffffff!important;
	padding: 50px 20px;
}

/*=== Blog ===*/
.blog-listings {
	padding: 25px 0 50!important;
}
.blog-listings .post-container-news-blog {
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #b3b3b3;
}
.blog-listings .column-padding-news-blog {
	padding: 0!important;
}
.blog-listings .item {
	border: 1px solid #f3f3f3!important;
	padding: 50px!important;
	align-content: center!important;
	text-align: left!important;
}
.blog-listings h3, .employment-listings p {
	text-align: left!important;
}
.blog-listings .prevButton-container-news-blog, .blog-listings .nextButton-container-news-blog {
	display: none!important;
}
.blog-listings .blog-date {
	background-color: #808962!important;
	color: #ffffff!important;
	margin: 25px 0!important;
    font-size: 14px!important;
    width: fit-content!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
}
.blog-listings .no-posts-div-news-blog {
	padding: 50px;
}
.blog-listings .no-posts-news-blog {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 800;
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
}

/*=== Blog Listings ===*/
.blog-post-wrapper .blog-post-header {
	padding: 150px 5vw 200px;
	background: linear-gradient(to bottom, rgba(35, 31, 32, 0.5), rgba(35, 31, 32, 0.5)), url("https://media.sandhills.com/img.axd?id=9021558143&wid=&rwl=False&p=&ext=jpg&w=784&h=514&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=16Ns6owxHukqVsgWLoqMiL0xt1NybSa1") center center no-repeat;
	background-size: cover;
}
.blog-post-wrapper .blog-post-header h1 {
	text-transform: uppercase;
}
.blog-post-wrapper .floating-container {
	background-color: #808962;
	color: #ffffff;
	padding: 35px 25px;
}
.blog-post-wrapper .blog-listing-content {
	box-shadow: #B3B3B3 0px 0px 20px 0px!important;
    background-color: #ffffff!important;
	padding: 50px 20px;
}

/*=== 404 page ===*/
.error-404 .header-404 {
	padding: 150px 5vw 200px;
	background: linear-gradient(to bottom, rgba(35, 31, 32, 0.5), rgba(35, 31, 32, 0.5)), url("https://media.sandhills.com/img.axd?id=9021558143&wid=&rwl=False&p=&ext=jpg&w=784&h=514&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=16Ns6owxHukqVsgWLoqMiL0xt1NybSa1") center center no-repeat;
	background-size: cover;
}
.error-404 .header-404 {
	text-transform: uppercase;
}
.error-404 .floating-container {
	background-color: #808962;
	color: #ffffff;
	padding: 35px 25px;
}
.error-404 .content-404 {
	box-shadow: rgb(179, 179, 179) 0px 0px 20px 0px !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 50px 20px;
}

/*=== Contact Form Styles ===*/
.custom-contact-form h2 {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 800!important;
	font-size: 32px!important;
	line-height: 34px!important;
	text-transform: uppercase!important;
}
.custom-contact-form .sheSubmitButton {
	color: #000!important;
	border-color: #f7830f!important;
    min-width: 225px!important;
    font-weight: 600!important;
    border-width: 1px!important;
    border-style: solid!important;
    border-image: initial!important;
    padding: 10px 25px!important;
	border-radius: 0!important;
    transition: 0.3s!important;
}
.sheSubmitButton:hover {
    filter: brightness(1.25);
}

/*=== Featured Inventory Slider ===*/
.featured-inventory-carousel {
	width: calc(100% + 50px)!important;
	position: relative!important;
	transform: translateX(-25px)!important;
}
.featured-inventory-carousel .carousel #controls {
	display: none!important;
}
.featured-inventory-carousel .carousel > br {
	display: none!important;
}
.featured-inventory-carousel .carousel .carousel-indicators {
	margin-bottom: 0!important;
}
.featured-inventory-carousel .carousel .carousel-indicators .sh-ol_marker {
	background-color: #808962!important;
}
.featured-inventory-carousel div#invCarousel_7 > div {
	padding: 0!important;
}
.featured-inventory-carousel .card {
	border: unset!important;
	border-radius: 0!important;
	margin: 10px!important;
}
.featured-inventory-carousel .car_col {
	padding: 0!important;
}
.featured-inventory-carousel .outer-img-box {
	padding: 0!important;
}
.featured-inventory-carousel .outer-img-box .inv_image {
	width: 100%!important;
	height: 250px!important;
	object-fit: cover!important;
	object-position: center!important;
}
.featured-inventory-carousel .listing-title {
	color: #212529!important;
	transition: .5s ease all!important;
}
.featured-inventory-carousel .card:hover .listing-title {
	color: #ffffff!important;
}
.featured-inventory-carousel .card-body {
	background-color: #f3f3f3;
	transition: .5s ease all!important;
}
.featured-inventory-carousel .card:hover .card-body {
	background-color: #808962!important;
	color: #ffffff!important;
}
.featured-inventory-carousel .card-body br {
	display: none!important;
}
.featured-inventory-carousel .small_spec strong {
	display: none!important;
}
.featured-inventory-carousel .listing-title {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 800!important;
	font-size: 18px!important;
	line-height: 24px!important;
}
.featured-inventory-carousel .carousel_details_btn {
	background-color: #f7830f!important;
    border: 1px solid #f7830f!important;
	color: #212529!important;
	font-weight: 600!important;
    padding: 10px 25px!important;
    width: 100%!important;
	margin-bottom: 0!important;
	margin-top: 15px!important;
	text-transform: capitalize!important;
}

/*=== Floating Container ===*/
.floating-container {
	position: relative;
	top: -75px;
}

/*=== Image Block ===*/
.background-image-block {
	min-height: 350px!important;
}

/*=== Home Hero Container ===*/
.hero-container .row {
	justify-content: flex-end;
}

/*=== Financing Banner ===*/
.financing-banner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	justify-content: center;
}
.financing-banner-container h2 {
	text-align: center;
	margin: 0; 
	align-self: center;
}

/*=== Sandhills Accordion ===*/
.location-accordion > div {
	box-shadow: 0 0 20px 0 #b3b3b3!important;
	background-color: #ffffff!important;
}
.location-accordion {
	background-color: #ffffff!important;
}
.location-accordion .sandhillsFileLocationAccordion-14 {
	background-color: #ffffff!important;
	border-bottom: unset!important;
}
.location-accordion .sandhillsFileHoverLocations-14 .active, .location-accordion .sandhillsFileLocationAccordion-14:hover {
	background-color: #808962!important;
	color: #ffffff!important;
}
.location-accordion .cardContainer13 {
	padding: 35px 0 20px;
}
.location-accordion .googleMapsContainer-14 {
	line-height: 0!important;
}

/*=== Inventory Pages ===*/
/*=== Prices ===*/
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {
	color: #f7830f!important;
}

/*=== Primary Buttons ===*/
.des-buy-now, .dealer-contact__button, .ts-button[type=submit], .des-email-seller, .des-view-listingDetails, .des-retail-phone {
	border-radius: 0!important;
	background-color: #f7830f!important;
	color: #212529!important;
	transition: .3s ease all;
}
.des-buy-now:hover, .dealer-contact__button:hover, .ts-button[type=submit]:hover, .des-email-seller:hover, .des-view-listingDetails:hover, .des-retail-phone:hover {
	filter: brightness(1.25);
}

/*=== Secondary Buttons ===*/
.des-print-this, .des-email-this {
	border-radius: 0!important;
	background-color: #808962!important;
	color: #ffffff!important;
	transition: .3s ease all!important;
}
.des-print-this:hover, .des-email-this:hover {
	filter: brightness(1.25)!important;
}
.listing-widget__link {
	border-radius: 0!important;
}

/*=== Compare listings ===*/
.compare-title, .return-links-link {
	color: #212529!important;
}
.compare-price {
	color: #f7830f!important;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width : 1040px) {
	.foot-flexbox {
		flex-direction: column-reverse;
		justify-content: center;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.carousel-item .row .car_col{
		width: 50%!important;
	}

	#brands-we-carryID .post-container-logo {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.featured-equip {
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
	}
	.featured-equip-left {
		width: 100%!important;
	}
	.featured-equip-right {
		width: 100%!important;
	}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.flex-horizontal {
		flex-direction: column;
	}
	.social-icon-cont {
		width: 100%;
		justify-content: center;
	}
	
	.location-info-cont {
		width: 100%;
		justify-content: center;
		margin-bottom: 40px;
	}

	/*=== Fonts ===*/
	.heading-heavy-lg {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 800;
		font-size: 38px;
		line-height: 40px;
	}
	.heading-light-lg {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 600;
		font-size: 38px;
		line-height: 40px;
	}
	.heading-heavy-md {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 800;
		font-size: 22px;
		line-height: 24px;
	}
	.heading-light-md {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 600;
		font-size: 22px;
		line-height: 24px;
	}
	.heading-heavy-sm {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 800;
		font-size: 21px;
		line-height: 23px;
	}
	.heading-light-sm {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 600;
		font-size: 21px;
		line-height: 23px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	/*=== Buttons ===*/
	.primary-button {
		min-width: 100%;
	}
	.secondary-button {
		min-width: 100%;
	}
	.button-group {
		flex-direction: column;
	}

	/*=== Fonts ===*/
	.heading-heavy-lg {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 800;
		font-size: 28px;
		line-height: 30px;
	}
	.heading-light-lg {
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 600;
		font-size: 28px;
		line-height: 30px;
	}
	.location-info-cont {
		flex-direction: column;
	}

	.carousel-item .row .car_col{
		width: 100%!important;
	}
	#brands-we-carryID .post-container-logo {
		grid-template-columns: repeat(1, 1fr);
	}
	#brands-we-carryID .post-container-logo .item:last-of-type {
		grid-column: auto / span 1!important;
	}
}

