/*
Theme Name: www.mak-industries.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
--------------------------------------------------------------*/
.img-responsive {max-width: 100%;height: auto;}
#sandhills_editable_area_3 .btn, #sandhills_editable_area_7 .btn {width: 100%;}
a{text-decoration: none !important; color:red;}

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
html{
	scroll-behavior: smooth;
}
html, body {
	height:100%;
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}

/*==========  Non-Mobile First Method  ==========*/

hr{
	border-color: #000;
}

/* Header */

.top-header{
	display: flex;
	justify-content: flex-end;
}
.top-header, .top-header *{
	box-sizing: border-box;
	margin: 0 !important;
}
.top-header .btn {
	height: 35px;
}
.top-header a.btn.button.btn-block.btn-info {
    margin-bottom: 0 !important;
}
.top-header .text-styling .btn-info{
	margin-bottom: 0px !important;
}
.top-header .sidebarColumn {
	min-height: 20px !important;
}
.header-locations{
	width: 63%;
	max-width: 800px;
}
.header-locations .prevButton-container-locations, .header-locations .nextButton-container-locations{
	display: none !important;
}
.header-locations .post-location-header{
	line-height: 35px;
	font-weight: 700;
	font-family: 'roboto condensed', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.header-locations .post-location-header a{
	color: #212121;
	padding-right: 10px;
}
.header-locations .post-location-header a:nth-of-type(1){
	color: #ec1d25;
	padding-right: 2%;
}
.header-contact{
	max-width: 212px;
	width: 100%;
}

#header{
	z-index: 999;
	background: #fff;
}
#header.sticky{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
}
#header .logo{
	position: absolute;
	left: 4%;
	bottom: -32px;
	z-index: 1001;
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}
#header .logo img{
	max-width: 140px;
	width: 100%;
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}

#header.sticky .logo img{
	    max-width: 100px;
}
#header.sticky #menu-primary li a{
	    line-height: 20px;
}
#offset-header{
	height: 0;
}
#offset-header.scrolled{
	height: 99px;
}
/* ////// */

/* SOCIAL LINKS */

.social-links{
	position: fixed;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	z-index: 10000;
}
.social-links a{
	font-size: 16px;
	width: 36px;
	height: 135px;
	text-align: center;
	color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: ease all 0.2s;
	margin-left: 10px;
}
.social-links a:hover{
	margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    width: 46px;
}
.social-links a:nth-child(1){
	background: #284685;
}
.social-links a:nth-child(3){
	background: #0089d4;
}
.social-links a:nth-child(4){
	background: #737373;
}
.social-links a:nth-child(2){
	background: #2977c9;
}

/* ////// */

.wrapper{
	padding: 0 3%;
	margin:  0 auto;	
}
.wrapper-sm{
	max-width: 1280px;
	padding: 0 3%;
	margin:  0 auto;	
}
.verticalpad{
	padding: 4% 0;
}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.col75{
	width: 75%;
}
.col50{
	width: 50%;
}
.col25{
	width: 25%;
}

.pad{    
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
}

.breadcrumbs, .breadcrumbs a {
	font-family: 'roboto condensed', sans-serif;
	font-style: italic;
	text-transform: uppercase;
	color: #ec1d25;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

/* WP editable area manipulation */

.match-column-height .shwidget:not(.verticalcenter) [class*="col-"] {
	height: 100% !important;
} 
.match-column-height .widget-area, .match-column-height .widget-area .row, .match-column-height .widget-area .row section, .match-column-height .widget-area .row section > div {
	height: 100% !important;
} 
.text-styling.text-columns p{
	font-family: roboto, sans-serif;
	line-height: 30px;
	text-align: justify;
}
.text-styling.text-columns .row [class*="col-"]{
	padding: 0 24px !important;
}
.text-styling.text-pad-center .row [class*="col-"]{
	padding: 10% !important;
}
.text-styling.verticalcenter .row {
	display: flex;
	align-items: center;
	height: 100%;
}
.text-styling.verticalcenter .row [class*="col-"]{
	height: auto;
}
.bg-img-min-height .row [class*="col-"]{
	min-height: 320px;
}

/* WP button styling */

.mercury-select-options, .btn-success, .text-styling .btn-success, .text-styling .btn-success:focus, .text-styling .btn-success:active, .btn-success:hover{
	font-weight: 700;
	font-family: 'roboto condensed', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	box-shadow: none !important;
	border: none !important;
	background: #212121 !important;
	margin-bottom: 10px !important;
	text-align: center;
	border-radius: 0 !important;
}
.mercury-select-options, .btn-info, .text-styling .btn-info, .text-styling .btn-info:focus, .text-styling .btn-info:active, .btn-info:hover, .cta{
	font-weight: 700;
	font-family: 'roboto condensed', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	box-shadow: none !important;
	border: none !important;
	background: #ec1d25 !important;
	margin-bottom: 10px !important;
	text-decoration: none !important;
	text-align: center;
	border-radius: 0 !important;
}
.cta{
	padding: 10px 20px;
}
.mercury-select-options, .btn-default, .text-styling .btn-default, .text-styling .btn-default:focus, .text-styling .btn-default:active, .btn-default:hover{
	font-weight: 700;
	font-family: roboto, sans-serif;
	font-style: italic;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ec1d25 !important;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
	border-bottom: #ec1d25 solid 5px !important;
	margin-bottom: 10px !important;
	text-align: center;
	border-radius: 0 !important;
}

/* /////// */


.toppad{
	padding-top: 42px !important;
}
.center{
	text-align: center;
}
.text-styling{
	font-family: roboto, sans-serif;
	line-height: 30px;
}
.text-styling p{
	margin: 0 !important;
}

.text-styling a{
	color: #ec1d25;
}
.text-styling h1, .subtitle{
	font-weight: 700;
	font-style: italic;
	color: #ec1d25;
	font-size: 24px !important;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'roboto condensed', sans-serif;
	letter-spacing: 2px;

}
.text-styling h1 b, .text-styling h1 span, .title{
	font-weight: 800;
	font-style: italic;
	color: #212121;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;	
	letter-spacing: 4px;
	font-family: 'roboto condensed', sans-serif;
}
.text-styling h2, .title-small{
	font-weight: 700;
	font-style: normal;
	color: #212121;
	font-size: 25px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'roboto condensed', sans-serif;
	letter-spacing: 2px;
	margin-top:25px;
}
.text-styling h3, .title-light{
	font-weight: 300;
	font-style: normal;
	color: #212121;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'roboto condensed', sans-serif;
	letter-spacing: 2px;
}

.text-styling h5{
	font-weight: 700;
	font-style: italic;
	color: #ec1d25;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-family: 'roboto condensed', sans-serif;
	letter-spacing: 2px;
}
.text-styling h6{
	font-weight: 700;
	font-style: italic;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-family: 'roboto condensed', sans-serif;
	letter-spacing: 2px;
}

.bg-offwhite{
	background: #f9f9f9;
}

#main-cta-grp{
	display: flex;
	flex-wrap: wrap;

    top: -45px;
    position: relative;
}
#main-cta-grp a{
	width: 31.3333%;
	margin: 1%;
	text-align: center;
	color: #212121;
	background: #f1f1f1;
	text-transform: uppercase;
	font-family: 'roboto condensed', sans-serif;
	font-size: 24px;	
	position: relative;
	padding: 36px 0;
	letter-spacing: 2px;
	font-weight: 300;
	
	top: 0;
	box-shadow: 0 4px 12px 0 rgba(0,0,0, 0.5);
	
	transition: ease all 0.3s;
}
#main-cta-grp.cta-grp-alt{
	top: 0 !important;
}
#main-cta-grp.cta-grp-alt a{
	width: 48%;
	color: #fff;
	background: #ec1d25;	
	box-shadow: none !important;
}

#main-cta-grp a:hover{
	color: #919191;
	background: #303030;
	top: -4px;
	box-shadow: 0 6px 16px 0 rgba(0,0,0, 0.5);
}

/* PRODUCT SPECS */

#specs-quick-links{
	display: flex;
	flex-wrap: wrap;
}
#specs-quick-links a{
	font-weight: 700;
	font-family: 'roboto condensed', sans-serif;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #212121;
	background: #f1f1f1;
	text-align: center;
	padding: 10px 20px;
	margin: 4px;
	width: calc(25% - 10px);	
	transition: ease all 0.3s;
}
#specs-quick-links a:hover{
	color: #919191;
	background: #303030;	
}


#product-specs ul, .text-styling ul{
	padding-left: 18px;
}
#product-specs ul{
	column-count: 2;
    column-gap: 20px;
}
#product-specs a:not(.breadcrumbs-link){
	color: #ec1d25;
	text-decoration: underline;
}
.bg-lifts{
	background: url("/wp-content/themes/www.mak-industries.com/images/bg-lifts.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.pushspace {margin-top:-150px; margin-bottom: 150px;}
.specs-heading{
	font-weight: 700;
	font-style: italic;
	color: #ec1d25;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;	
	letter-spacing: 4px;
	font-family: 'roboto condensed', sans-serif;

	border-bottom: #ec1d25 solid 5px !important;
	margin-top: 30px !important;
	margin-bottom: 15px !important
}
.specs-table{
	display: flex;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	text-align: left;
	font-family: roboto, sans-serif;
	text-transform: uppercase;
}
.specs-table a{
	color: #ec1d25;
}
.specs-table > *{
	width: 33.3333%;
	box-sizing: border-box;
}
.col-specs .nextButton-container-product-specs, .col-specs .prevButton-container-product-specs{
	display: none !important;
}

/* BLOG */

.breadcrumbs i{
    font-size: 12px;
    top: -1px;
    position: relative;
}
#blogID .div-post-img {
    position: absolute;
    left: 9px;
    top: 9px;
    bottom: 9px;
    overflow: hidden;
    right: 66.6666%;
}
#blogID .div-post-img a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#blogID .post-img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: 100%;
}

#blogID .post-link{
    left: 37%;
    position: relative;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #212121;
	text-align: left;
	width: calc(63% - 16px);   
	padding-top: 5%;
	text-transform: uppercase;
}
#blogID .post-link a{
    color: #212121;
}
#blogID .post-Excerpt, #blogID .post-content{
    left: 37%;
    position: relative;
    font-size: 12px;
    font-family: roboto, sans-serif;
    color: #212121;
    text-align: left;
	width: calc(63% - 16px);
	padding-bottom: calc(10px + 5%);
}
#blogID .post-container{
	width: 100%;
	margin: 0;
}
#blogID .post-col{
	width: 31.3333%;
	margin: 1%;
	background: #fff;
	border: none !important;
	top: 0;
	position: relative;
}

#blogID .post-col:hover{
	top: -4px;
}

#blogID .post-content a{
	background: #ec1d25;
	color: #fff;
    font-weight: 700;
    font-family: 'roboto condensed', sans-serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 10px;

    margin-top: 10px;
    display: block;
    max-width: 130px;
    text-align: center;
}

#blogID .nextButton-container-post, #blogID .prevButton-container-post{
	display: none !important;
}


.blogstripe{
    border: none !important;
}
.blogstripe .col50:nth-of-type(1){
   	padding-right: 5%;
	box-sizing: border-box;
}
.blogstripe .post-image{
	float: right;
	display: inline-block;
}
.blogstripe .post-image img{
    max-width: 100%;
	padding: 0 0 40px 40px;
}
.archive-blog .blogstripe .post-image{
    width: 94%;
    height: 200px;
    margin: 0 0 20px;
	max-height: 300px;
}
.archive-blog .blogstripe .post-image img{
    height: 100%;
    width: auto;
    max-width: none;
	top: 50%;
	left: 50%;
}
.archive-blog img {max-width: 330px; width: 95%; margin-right:5%;}
.blogstripe .updated:not(.published){
	display: none !important;
}
.blogstripe .posted-on{
    font-size: 14px;
    font-family: roboto, sans-serif;
    color: #212121;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blogstripe .posted-on a{
    color: #212121;
}
.blogstripe .col50.verticalcenter{
	display: flex;
	align-items: center;
}
.format-paragraphs{
	white-space: pre-line;
	margin: -90px 0;
	padding-bottom: 50px;
}

/* VIDEOS */
.video-thumbnail{
	width: 23%;
	margin: 1%;
	text-align: center;
}
.video-title{
	margin-top: 20px;
	text-transform: uppercase;
	color:#212121;
    font-family: roboto, sans-serif;
	letter-spacing: 1px;
	
	text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.video-thumbnail img{
	max-width: 100%;
}
.modal-video-close-btn {
	top: -30px;
    right: 0;
    position: absolute;
	height: 24px;
    border: none !important;
	outline: none !important;
	appearance: none !important;
	background: none !important;
}
.modal-video-close-btn:after {
    content: "\2715";
    top: -10px;
    position: relative;
    left: -6px;
    font-size: 24px;
    color: #fff;
}
.modal-video{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
}
.modal-video-movie-wrap{
	top: 50%;
    left: 50%;
    height: 0px;
    width: 90%;
    max-width: 1200px;
    position: absolute;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}
.modal-video iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 1200px;
	height: 100%;
	width: 90%;
}

/* LOCATIONS */

.locations-grid {
    display: flex;
    flex-wrap: wrap;
}
.post-location {
    width: calc(33.3333% - 30px);
    padding: 15px;
    box-sizing: unset;
	margin-bottom: 30px;
}
.post-location h2{
	font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #212121;
	font-style: italic;
	text-transform: uppercase;
}
.post-location a {
	font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ec1d25;
	font-style: italic;
	text-transform: uppercase;
}
.post-location a span{
	font-size: 14px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #212121;
	font-style: normal !important;
	text-transform: uppercase;
}
.post-location iframe {
    width: 100%;
	height: 250px;
}
.col75 iframe{
	width: 100%;
	height: 100%;
	padding-top: 20px;
	background: #e8e8e8;
}
#single-location a:not(.btn-block){
	font-size: 18px;
	line-height: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #212121;
	font-style: italic;
	text-transform: uppercase;
}
#single-location .col25{
	display: flex;
	align-content: center;
	align-items: center;
}

#single-location a span{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #212121;
	font-style: normal !important;
	text-transform: uppercase;
}

#single-location .col75{
	width: calc(95% - 350px);
}
#single-location .col25{
	width: calc(350px + 5%);
}
.btn-block{
	display: block !important;
}
/* INVENTORY */

.post-container-inventory {
	display: flex;
	flex-wrap: wrap;
	margin: 0 1% 1%;
}
.column-padding-inventory-items {
	width: 23%;
	margin: 1%;
	position: relative;
	padding: 8% 0;
	overflow: hidden;
	box-shadow: 0 6px 6px 0 rgb(0 0 0 / 25%);	
	top: 0;
	background: #f1f1f1;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.column-padding-inventory-items:nth-of-type(1) {
	background: #212121;
}
.column-padding-inventory-items:nth-of-type(1) h2 {
	color: #fff;
}
.column-padding-inventory-items:hover {
	box-shadow: 0 8px 10px 0 rgb(0 0 0 / 25%);
	top: -4px;
}
.column-padding-inventory-items:after{
	content: '';
	position: absolute;
	background: #303030;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 10;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
	pointer-events: none;
}
.column-padding-inventory-items:hover:after{
	opacity: 1;
}
.column-padding-inventory-items img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.33;
	filter: grayscale(1);
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.column-padding-inventory-items h2 {
	position: absolute;
	font-family: 'roboto condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #212121;
	top: 50%;
	left: 10px;
	right: 10px;
	margin: 0;
	z-index: 20;
		
	transform: translateY(-50%);
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.column-padding-inventory-items:hover h2 {
	color: #919191;
}
.column-padding-inventory-items h2 span {
	font-weight: 300;
}
.prevButton-container-inventory, .nextButton-container-inventory{
	display: none !important;
}

/* FORMS */

.text-styling form h1{
	display: none !important;
}
.text-styling form{
	font-family: 'roboto', sans-serif;
    padding: 0 24px !important;
}
.text-styling form label{
	font-family: 'roboto condensed', sans-serif;
    letter-spacing: 2px;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
}
.text-styling form input{
	background: #eee;
}
.text-styling form textarea{
	height: 120px;
	resize: vertical;
	background: #eee;
}
.text-styling form select{
	background: #eee;
}


/* FOOTER */

.footer{
	background: #212121;
	padding: 24px 0;
}
.footer .text-styling{
	color: #fff;
	font-family: 'roboto condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
}
.footer .text-styling a{
	color: #fff !important;
	transition: ease all 0.2s;
}
.footer .text-styling a:hover{
	color: #ec1d25 !important;
}
.footer .logo{
	padding-top: 20px;
	display: block;
	margin: 0 auto;
	width: 130px;
}
.footer .logo img{
	max-width: 100%;
}

.footer-text{
	text-align: center;
	font-style: italic;
	color: #ec1d25;
	font-weight: 700;
	font-family: roboto, sans-serif;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 48px;
}
.footer-text a{
	color: #ec1d25;
}
.footer-text p{
	margin: 0;
}


/* INVENTORY */
#pcid-inv {padding: 5% 0; width: 80%; margin-left: 10%; margin-right: 10%;}
#pcid-inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#pcid-inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Roboto', sans-serif!important;} /* Reset font, ignore icons */
#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: 'Roboto', sans-serif!important;} /* Reset font, ignore icons */


/* PCID STYLES */
.hosted-content .widget-details {background:#ec1d25 !important; color: #fff !important; font-family: 'roboto condensed', sans-serif!important; font-weight: 700; font-style: italic !important; letter-spacing: 2px !important; text-transform: uppercase;}
.hosted-content .listings-wrapper .listings-list .price {font-size: 14px !important; line-height: 20px !important;}
.hosted-content #listings-title, .hosted-content .listings-detail-wrapper h1 {padding-left: 4px; font-family: 'roboto condensed', sans-serif!important; font-weight: 700; font-style: italic !important; letter-spacing: 2px !important; text-transform: uppercase;}
.hosted-content h3 {padding-left: 4px; font-family: 'roboto condensed', sans-serif!important; font-weight: 700; font-style: italic !important; letter-spacing: 2px !important; text-transform: uppercase;}

.hosted-content .listings-detail-wrapper .listing-details p, .hosted-content .listings-detail-wrapper .listing-details a,.hosted-content .listings-detail-wrapper .information-box, .hosted-content .listings-wrapper .listings-list .equip-details{font-size: 14px; line-height: 22px;}

.hosted-content .bold {font-family: 'roboto condensed', sans-serif!important; font-weight: 700; text-transform: uppercase !important;}
.hosted-content .listings-wrapper .listings-list .dealer-info {font-size: 13px; line-height: 19px !important;}



.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.compare-label{
	padding-left: 4px !important;
    padding-top: 5px !important;
}
.compare-chkbox-container .compare-listings .fa-check {

    top: 5px !important;
    left: 1px !important;
}

.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !important;
}

.contact-options a, .cs-btns a{
	background: #212121 !important;
	font-family: 'roboto condensed', sans-serif!important; font-weight: 700; font-style: italic !important; letter-spacing: 2px !important; text-transform: uppercase;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, .g-recaptcha.button, .page-nav, .view-listing-details-link {background:#ec1d25 !important; color: #fff !important; font-family: 'roboto condensed', sans-serif!important; font-weight: 700; font-style: italic !important; letter-spacing: 2px !important; text-transform: uppercase;}

.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: #212121 !important; font-family: 'roboto condensed', sans-serif!important; font-weight: 700; font-style: italic !important; letter-spacing: 2px !important; text-transform: uppercase;}

.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, .listing-prices__retail-price {color: #212121 !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, .modal-title {padding-left: 4px; font-family: 'roboto condensed', sans-serif!important; font-weight: 700; font-style: italic !important; letter-spacing: 2px !important; text-transform: uppercase;}

.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: #212121 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #212121 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #212121!important; color: #212121!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: #212121!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:#ec1d25 !important;
}
.rent-title-details, .lease-title-details, .fractional-title-details, .detail-content-mobile .detail-main-body .main-detail-data .detail-price, .detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price, .modal-title, .compare-title, .compare-price, .return-links *{
	color: #212121 !important;
}
i.material-icons.close.calc-close, .financing i.material-icons {
    color: #212121 !important;
}

.detail-btn-calc p{margin-top: 0 !important; margin-bottom: 0 !important;}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

	.header-locations .post-location-header{
		line-height: 35px;
		font-weight: 700;
		font-family: 'roboto condensed', sans-serif;
		font-style: italic;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.column-padding-inventory-items {
		width: 48%;
		padding: 16% 0;
	}
	
	
	#specs-quick-links a{
		width: calc(33.3333% - 10px);	
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1001px) {
	
	.header-social{display: none!important;}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
	
	#header .logo{
		bottom: 5px;
	}
	#header .logo img{
		max-width: 90px !important;
	}

	.header-locations{display: none !important;}
	.header-social{display: none !important;}
	.header-contact{
		max-width: 50%;
	}
	#main-cta-grp {top:20px;}

	#main-cta-grp a{
		width: 98%;
		
	}
	.col50{
		width: 100%;
	}
	
	.blogstripe .col50:nth-of-type(2){
		height: 240px;
	}
	.col25{
		width: 50%;
	}
	.footer .col25{
		width: 33.3333%;
		margin-bottom: 30px;
	}
	.footer .col25:nth-child(4){
		width: 100%;
	}
	
	
	#blogID .post-col{
		width: 98%;
	}

	#blogID .post-img{
		width: 100%;
		height: auto;
	}
	.col75 iframe{
		padding-top: 0;
	}
	
	
	.post-location {
		width: calc(50% - 30px);
	}
	
	.video-thumbnail{
		width: 48%;
	}
	#pcid-inv {width: 90%; margin-left: 5%; margin-right: 5%;}
	.hosted-content h3 {font-size: 22px !important; line-height: 26px !important}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 750px) {
	.blogstripe h1 {font-size: 25px !important; line-height: 28px !important;}
	.blogstripe .post-image {width: 100% !important; float: none !important; margin: 0 auto}
	.blogstripe .post-image img {max-width: 500px !important; width: 100%; padding: 0 0 0 0 !important;}
}
@media only screen and (max-width : 600px) {
	.column-padding-inventory-items h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.footer .col25{
		width: 100%;
	}
	#blogID .post-img{
		width: auto;
		height: 100%;
	}
	#main-cta-grp.cta-grp-alt a{
		width: 98%;
	}
	.specs-table{
		font-size: 13px;
	}
	
	.text-styling h1 b, .title {
    	font-size: 36px;
		line-height: 36px;
	}
		
	#single-location.flex{
		flex-wrap: wrap;
	}
	#single-location .col75{
		width: 100%;
	}
	#single-location .col25{
		width: 100%;
	}
	.post-location {
		width: 100%;
	}
	
	
	.video-thumbnail{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
		
	#specs-quick-links a{
		width: calc(50% - 10px);	
	}
	
	
	#product-specs ul{
		column-count: 1;
		column-gap: 0px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.col25{
		width: 100%;
	}
	.col25 .col-sm-12{
		width: 100%;
	}	
	.column-padding-inventory-items {
		width: 98%;
		padding: 24% 0;
	}
	.column-padding-inventory-items h2 {
		font-size: 30px;
		line-height: 30px;
	}	
	
	#specs-quick-links a{
		width: 100%;	
	}
}

