﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- VARIABLES --------*/
:root {
        --color-primary: #000000;
        --color-secondary: #ffffff;
        --color-primary-dark: #1C1C1C;
        --color-body-dark: #000000;
        --color-body-light: #F3F3F3;
        --color-primary-button: #000000;
        --color-button-hover: #000000;
        --font-header: "Inter", sans-serif;
        --font-body: "Manrope", sans-serif;
        --font-header-size: 72px;
        --font-header-size-medium: 48px;
        --font-header-size-sml: 32px;
        --font-header-span-size: 21px;
        --font-header-span-size-sml: 18px;
        --font-secondary-header-size: 48px;
        --font-secondary-header-size-medium: 36px;
        --font-secondary-header-size-sml: 18px;
        --font-body-size: 16px;
        --font-weight-normal: 400;
        --font-weight-bold: 700;
        --padding-button: 15px 25px;
}


/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 100px 40px;
}

button{
    border: none;
    background-color: var(--color-primary);
    transition:.25s;
    border-radius: 25px;

    a{
    font-family: var(--font-body);
    font-size: var(--font-body-size);
    color: var(--color-secondary);
    padding: var(--padding-button);
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    transition:.25s;
    }
}

button:hover{
    background-color: var(--color-primary-dark);
    color: var(--color-primary);


}


.secondary-btn{
    border: none;
    background-color: transparent;
    transition:.25s;

    a{
        color: var(--color-primary);
        gap: 25px;

        i{
            font-size: 12px;
        }
    }
}

.secondary-btn:hover{
    background-color: transparent;
    color: var(--color-body-light);

    a{
    color: var(--color-primary);
    }
}

.drk-background{
    background-color: var(--color-dark-background);
    color: white;
}

.lgt-background{
    background-color: var(--color-light-background);
}

.accent-background{
    background-color: var(--color-primary);
}

.span{
    font-weight: 700;
}

.button-container{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.maxi{
    max-width: 1600px;
    margin: 0 auto;
}

.maxi-2{
    max-width: 1170px;
    margin: 0 auto; 
}


/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;
}

.flexy2{
    display: flex;
    gap: 75px;
}

.col-2{
    width: 50%;
}

.col-2-lrg{
    width: 60%;
}

.col-2-sml{
    width: 40%;
}

.col-3 {
    width: 33.33%;
}

.col-4{
    width: 25%;
}

.image-container{

    img{
        width: 100%;
    }
}



/*-------------SLIDER----------------------*/

.slider{
	display: flex;
	justify-content: center;
	gap: 50px !important;

      .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -27px;
  }

  .slick-button {
    color: #fff;
    padding: var(--padding-button);
    font-family: var(--font-body);
    font-size: var(--font-body-size);
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    cursor: pointer;
    bottom: -75px;
}

.slick-prev {
    right: 160px;
}

.slick-next {
    right: 40px;
} 


.slider .slider-link-contain{
	border: 1px solid #FFFFFF50;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 10px;
}
}






/*-------- BODY STYLES --------*/

body {
 font-family: var(--font-body);
}

h1, h2, h3{
    font-family: var(--font-header);

         font-weight: var(--font-weight-normal);
    span{
        font-size: var(--font-header-span-size);
    }
}

h1{
    font-size: var(--font-header-size);
    margin-bottom: 10px;
   
}

h2{
    font-size: var(--font-secondary-header-size);
    margin-bottom: 10px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}





/*          HEADER           */
.logo {
	max-width: 250px;
}

.logo img {
	max-width: 100%;
}


.top-nav {
	background-color: var(--color-primary);
	padding: 8px 40px;
	display: flex;
	justify-content: flex-end;

    i{
        font-size: 12px;
        align-self: baseline;
        padding-right: 8px;
    }
}

.top-links{
	gap: 25px;
}

.top-links a{
	color: var(--color-secondary);
    font-size: 15px;
}

.bottom-links{
	gap: 25px;
    align-items: center;

    button a{
        color: var(--color-secondary);
        font-family: var(--font-body);
    }
}

.bottom-links a{
	color: var(--color-primary);
    font-family: var(--font-secondary-header-size);
}



.left-menu {}

.right-menu {}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 40px;
	gap: 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}


.error-cover{
    text-align: center;
        padding: 250px 40px !important;

    p{
        margin: 0 auto;
    }
    h1{


        span{
            font-size: 150px;
        }
    }

    .button-container{
        justify-content: center;
    }
}


/* Search Header */
/*---INVENTORY SEARCH IN HEADER---*/


#search {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999999999;
	  position: absolute;
	display: flex;
	  align-items: center;
	  justify-content: center;
	height: 100%;
  }
  
  form.search-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  
  .search-bg {
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
  }
  .search-btn {
	border: none !important;
	background: transparent !important;

    i{
        color: var(--white);
    }

  }
  .search-btn img {
	width: 35px !important;
  }

  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--white);
	opacity: 1; /* Firefox */
  }
  .searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  .searchTerm::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }
  .search-wrap {
	  margin: 0 auto;
	width: 97%;
  }

  .search-header input[type="text"]:not([class^="Mui"]) {
	width: 90% !important;
	border: none !important;
	font-size: 16px !important;
	color: var(--white) !important;
	font-family: var(--font-body);
	font-weight: 500 !important;
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	  height: auto !important;
	  line-height: 70px !important;
	  background: var(--red);
  }

   .search-header input[type="text"]{
    color: var(--white) !important;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
      color: var(--white);
  }




/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 150px 40px 75px 40px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),url(/siteart/row-of-trucks.jpeg);
    background-size: cover;
    background-color: #000;
    color: var(--color-secondary);

}

.home-title{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cover{
    background-color: #000;
    color:#fff;
    padding: 100px 40px;
    background-size: cover;
}

.home-category{
    h2{
        text-align: center;
    }

    .image-container{
        height: 250px;

        img{
            object-fit: contain;
            height: 100%;
        }

    }

    .col-3{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .secondary-btn{
        width: 100%;
        
        a{
        justify-content: space-between;
        }
    }
}

.home-about{
    background-color: var(--color-body-light);
    padding: 0px;
    margin-left: 25px;
    position: relative;
    padding-bottom: 25px;
}

.home-black-semi{
        position: absolute;
        top: 0;
        left: -25px;
        width: 50%;
        height: 70%;

        img{
            height: 100%;
            object-fit: cover;
        }
}

.home-driving{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    height: 500px;
    padding: 25px;
}

.home-driving-cat{
    margin: 0px 25px;
    position: relative;

    .image-container{
        width: 60px;
    }

    .col-4{
        background-color: var(--color-secondary);
        padding: 25px;
        position: relative;

        .button-container{
            margin-top: 75px;
        }

        .image-container, h3{
            position: relative;
            z-index: 2;
        }

        span{
            position: absolute;
            top: 5px;
            right: 25px;
            font-size: 92px;
            font-weight: 600;
            color: var(--color-body-light);
        }
    }
}


.home-financing{
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 84%, rgba(255, 255, 255, 0.85) 91%, rgba(255, 255, 255, 1) 97%), url(/siteart/dump-trucks.jpeg);
    background-size: cover;
    background-position: bottom;
    background-color: #000;
    padding-bottom: 300px;

}

.home-financing-title{
    background-color: var(--color-secondary);
    padding: 25px;

    max-width: 450px;
}

.section-1{

}

.section-2{

}

.section-3{

}

/*-------- SEARCH BOX STYLES--------------------*/

.search-box{
    background-color: var(--color-secondary);
    border-radius: 3px;
    padding: 20px;
    margin-top: 150px;
}

.searchbox-item{
background-color: var(--color-background-accent-lgt);
padding: 5px 15px;

input,select{
    border: none;
    background-color: transparent;
    font-family: var(--font-body);
    color: var(--color-primary);
    font-size: 16px;
   
    box-sizing: content-box;
    width: 100%;
    outline: none;
}

input::placeholder{
    color: var(--color-primary) !important;
}

input#keywords{
    color: var(--color-primary) !important;
}

label{
    color: #00000075;
    font-size: 12px;
    font-family: var(--font-body);
}

}

.searchbox1{
    width: 25%;
}

.searchbox2{
    width: 40%;
}

.search-box-container{
justify-content: space-between;
align-items: center;

button{
    background-color: var(--color-body-dark);

    a{
        color: var(--color-body-light);
        font-family: var(--font-body);
        font-size: 16px;
        padding: 15px 30px;
        font-weight: 500;
    }
}
}






/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    margin-top: 25px;
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.form-field-flex input, .form-field-flex select{
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 50%;
    padding: 10px 10px;
    border-radius: 3px;
    font-family: var(--font-body);
}

#formpage textarea{
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 3px;
    padding: 10px 10px;
    font-family: var(--font-body);
}

input.submit-button{
    background-color: #000;
    border: none;
    color: #fff !important;
    padding: var(--padding-button);
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: var(--font-body);
    font-optical-sizing: auto;
    font-style: normal;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
    border-radius: 25px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: var(--padding-button);
    color: #fff;
    font-family: var(--font-body);
    cursor: pointer;
    font-size: 16px;
}


/*-------- CONTACT STYLES --------*/
.contact-1{

    .flexy2{
        justify-content: space-between;
    }

    h2{
        font-size: 26px;
        font-weight: 600;
    }

    a:not(button a){
        color: #006DC7;
        text-decoration: underline;
    }
}

.contact-box{
    border-bottom: 1px solid #00000040;
    padding: 25px 0px;
}

.contact-box:last-of-type{
    border-bottom: none;

}



/*-------- FOOTER STYLES ----------------*/
.meet-the-team-container{
    margin-bottom: 25px;

    .image-container{
        max-width: 150px;
    }

}




/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: var(--font-body);
    color: var(--color-secondary);

    ul{
        list-style-type: none;
        line-height: 30px;
    }

    a{
        color: var(--color-secondary);
    }

}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 75px 40px;
    background-color: var(--color-primary);
}

.footer-logo{
    width: 250px;
}

.left-footer{

    p{
        max-width: 400px;
    }

}

.right-footer{
    display: flex;
    gap: 75px;


}

.bottom-footer{
    font-size: 12px;
    padding: 10px 40px;
    background-color: var(--color-primary-dark);
}

.main-footer{
    span{
        font-size: 21px;
        font-weight: var(--font-weight-bold);
    }

}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px;

h1, h2{
    line-height: unset;
}

span{
    all: unset;
}
}

.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
    border-radius: 0px !important;
    background-color: var(--color-primary) !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 5px;
}

/*  INVENTORY BUTTONS  */
a.view-listing-details-link.des-view-listingDetails, a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 0px;
}

a.view-listing-details-link.des-view-listingDetails{
    background-color: var(--color-primary);
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: var(--color-primary);
    
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: var(--color-secondary);
}

.faceted-search-content .selected-facets-container .selected-facet, .contact-options a{
    background-color: #006DC7 !important;
    border-radius: 0px !important;
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {

    .top-footer{
        flex-wrap: wrap;
    }

}


@media only screen and (max-width: 1000px){
    .search-box-container{
            flex-wrap: wrap;
    }

    .searchbox1{
        width: 18%;
    }
}

@media only screen and (max-width: 925px){
    .home-driving-cat{
        display: grid;
        grid-template-columns: 1fr 1fr;

        .col-4{
            width: inherit;
        }
    }

    .home-black-semi{
        height: 53%;
    }
}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
    nav.mobile .logo {
        width: 175px;
    }
}


@media only screen and (max-width: 840px){
    .searchbox-item{
        width: 25%;
    }
}

@media only screen and (max-width: 750px) {

        .searchbox-item{
        width: 100%;
        box-sizing: border-box;
    }

    .search-box-container {
        gap: 10px;
        justify-content: flex-start;
        
        button{
        width: 100%;
        margin-top: 25px;
    }
    }

    h1{
        font-size: var(--font-header-size-medium);
    }

    h2{
        font-size: var(--font-secondary-header-size-medium);
    }

    .flexy,.flexy2{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
    
    .no-break{
        display: none;
    }

    .meet-the-team{
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }


    .home-black-semi{
        position: unset;
        height: 53%;
        max-width: 110%;
        margin-left: -25px;
        width: unset;
    }

    .home-driving{
        height: auto;
    }

    .home-driving-cat{
        margin-top: 50px;
    }


}



@media only screen and (max-width: 575px){
        .home-driving-cat{

        grid-template-columns: 1fr;

    }

    .right-footer{
        flex-wrap: wrap;
        gap: 25px;
        justify-content: space-between;
    }

    .search-box{
        margin-top: 75px;
    }

    .home-cover{
        padding: 75px 40px;
    }


}



@media only screen and (max-width: 500px) {
    h1{
        font-size: var(--font-header-size-sml);
    }

    h2{
        font-size: var(--font-secondary-header-size-sml);
    }

 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }


    .error-cover{
        padding: 150px 25px !important;

    h1{


        span{
            font-size: 72px;
        }
    }

    .button-container{
        justify-content: center;
    }
}

    .home-financing{
        padding-bottom: 150px;
    }

}

@media only screen and (max-width: 375px) {
    .home-category {
        .image-container {
        height: 120px;
        }
    }

    section{
        padding: 50px 25px;
    }

    .search-box{
        margin-top: 50px;
    }

        .home-cover{
        padding: 75px 25px;
    }

        .home-financing{
        padding: 50px 25px;
    }
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



