﻿@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* FONTS
 font-family: "Arimo", sans-serif;
 font-family: "Montserrat", sans-serif;
*/

/***** BEGIN RESET *****/
*, *::before, *::after {box-sizing: border-box;}
* {margin: 0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
p, h1, h2, h3, h4, h5, h6 {overflow-wrap: break-word;}
input, button, textarea, select {font: inherit;}
ol, ul {list-style: none;}
table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}
header, nav, article, footer, address { display: block;} 
/* Remove the gap between audio, canvas, iframes, 
audio, canvas, iframe, img, svg, video {vertical-align: middle;}*/

/***** END RESET *****/

/* Clearfix for floats */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}

/*-------- BASE STYLES --------*/
:root {
    --primary-color:#d00000;
    --dark-color:#000000;
    --white-color:#ffffff;
    --border-radius:5px;
    --font-headers:"Montserrat", sans-serif;
    --font-body:"Arimo", sans-serif;
}

/*-- Text select --*/
::-moz-selection, ::selection {
    background: var(--primary-color); 
    color: #fff;
    text-shadow: none;
}

a:link, a:visited, a:active {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
hr{border: 0;
    border-top:1px solid rgba(0, 0, 0, .1);}

body {
    font-family: var(--font-body); 
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-headers);
    font-weight: 700;
}
h2{
    font-size:50px;
}
@media screen and (max-width: 1024px) {
    h1{
        font-size:45px
    }
    h2{
        font-size:35px;
    }
}

@media screen and (max-width: 600px) {
    h1{
        font-size: 35px;
    }
    h2{
        font-size:30px;
    }
}


p{
   font-family: var(--font-body);
   font-weight:400;
}

b, strong {
    font-weight: 700;
}

button:hover{
    cursor: pointer;
}

.primary-color-text{
    color:var(--primary-color);
}
/*-  1500px -*/
@media only screen and (min-width: 75em) {
    .w-container {
        max-width: 93.75rem;
    }
}

.button-red{
    background: var(--primary-color);
    color: white;
    display: inline-block;
    border-radius: 5px;
    transition: all ease-in 0.3s;
}
.button-red:hover{
    background:black;
 }
.button-red .button-red-text,.button-outline .button-outline-text{
    display: inline-block;
    padding: 6px 13px;
    font-size: 18px;
 }
 .button-red i{
    border-left: 1px solid white;
    color: white;
    display: inline-block;
    font-size: 16px;
    margin-left: -4px;
    padding: 10px 14px 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
 }
 
 .button-outline{
    background: transparent;
    color: white;
    display: inline-block;
    border-radius: 5px;
    border:1px solid white;
    transition: all ease-in 0.3s;
}

.button-outline:hover{
    background:white;
    color:black;
 }

.button-outline i{
    color: white;
    display: inline-block;
    font-size: 16px;
    margin-left: -4px;
    padding: 10px 14px 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.button-outline:hover i{
    color:black;
}

@media screen and (max-width: 1024px) {

.button-red .button-red-text,.button-outline .button-outline-text{
    font-size: 16px;
 }
}

@media screen and (max-width: 410px) {

    .button-red .button-red-text,.button-outline .button-outline-text{
        font-size: 15px;
        padding: 6px 5px;
     }
    }


/*------ Nav Header ------*/
.nav-top{
    padding:20px 0;
    background-image: url(../siteart/bg-pattern-wood.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.main-logo h5{
    color: white;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}

.peterbilt-logo-home h5{
    color: white;
    font-weight: 500;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 10px;
    text-align: center;
}

.nav-logos a:first-child{
    margin-right: 20px;
}
.nav-logos a img,.small-logos a img,.footer-col-inner a img{
    transition: all ease-in 0.3s;
}
.nav-logos a:hover img,.small-logos a:hover img,.footer-col-inner a:hover img{
    filter:grayscale(1);
}
.locations-inner{
    text-align:center;
}

.locations-inner p{
    color:white;
    font-size:20px;
    font-weight:400;
    margin-bottom: 10px;
    max-width: 350px;
}

.locations-inner .primary-color-text{
    color:var(--primary-color);
    font-weight: 600;
    text-shadow: 1px 1px black;
}

.locations-inner h5 a{
    color:white;
    font-weight:bold;
    font-family: var(--font-body);
    font-size:26px;
    transition:all ease-in 0.3s;
}

.locations-inner h5 a:hover{
    color:var(--primary-color)
}
.social-media a{
    color:white;
    font-size:33px;
    transition:all ease-in 0.3s;
}
.social-media a:hover{
    color:var(--primary-color);
}
.social-media a:nth-of-type(2) {
    margin:0 20px;
}

/*- ipad 1024px -*/
@media screen and (max-width: 1024px) {
    .nav-logos,.locations{
        flex-direction: column;
    }
    .nav-logos a:first-child{
        margin-right: 0;
    }
  } 

  @media screen and (max-width: 540px) {
    .locations-inner p {
        font-size:16px;
    }
    .locations-inner h5 a {
        font-size:19px;
    }
    .nav-logo-peterbilt{
        max-width:150px;
    }

    .main-logo h5{
        font-size: 15px;
    }
  }

  /****---- Home Video Section ----****/
  
  .video-section{
    background:black;
    background: url(../siteart/bg-pattern-metal.jpg) no-repeat center center / cover;
  }
  .home-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); 
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .home-video-container iframe, .home-video-container embed,.home-video-container object {
    position: absolute; 
    z-index: 0;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
  }

  .video-section-text{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 10px;
    transform: translateY(-25%);
 }

  .video-section h1{
    font-size:60px;
    color:white;
    font-weight:700;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.705);
  }
  .video-section h4{
    font-size: 34px;
    font-weight: 600;
    position:relative;
    margin-left:100px;
    text-shadow: 1px 1px #00000038;
  }
  .video-section h4::before{
    content: "";
    position:absolute;
    left:-100px;
    width: 95px;
    top: 25px;
    height:2px;
    background:var(--primary-color);
  }

  .video-section p{
    font-size: 24px;
    max-width: 53ch;
    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.705);
    opacity: 0.9;
    margin-bottom: 40px;
  }
  .video-section a.button-red{
    margin-right:65px;
  }

  @media screen and (max-width: 1105px) {
    .video-section h1 {
        font-size: 45px;
    }
  }

  @media screen and (max-width: 860px) {
    .video-section h4 {
        font-size: 25px;
        margin-left: 50px;
    }
    .video-section h4::before {
        content: "";
        left: -50px;
        width: 45px;
        top: 19px;
        
    }
    .video-section h1 {
        font-size: 30px;
    }
    .video-section p {
        font-size: 17px;
    }
  }

  @media screen and (max-width: 590px) {
    .home-video-container {
        height: 350px;
    }
    .video-section h1 {
        font-size: 22px;
    }
    .video-section h4 {
        font-size: 19px;
    }
    .video-section p {
        font-size: 16px;
    }
    .video-section a.button-red {
        margin-right: 20px;
    }
  }

  @media screen and (max-width: 450px) {
    .video-section h1 {
        font-size: 19px;
    }
    .video-section-text{
        left:0px;
        padding-left:3px;
        padding-right: 3px;
        transform: translateY(-33%);
    }
    .video-section a.button-red {
        margin-right: 10px;
        margin-bottom:10px;
    }
  }

 /****---- Big Icons Section ----****/
 .home-big-icons{
    background:black;
    background: url(../siteart/bg-pattern-stone.jpg) no-repeat center center / cover;
    border-top:20px solid var(--primary-color);
    padding:90px 0;
 }

 .home-big-icons img{
    transition: all ease-in 0.4s;
 }

 .home-big-icons a:hover img{
    filter: grayscale(1);
 }

 .home-services{
    padding: 115px 0 300px 0;
    background:rgb(208 0 0);
    background: url(../siteart/bg-services.jpg) no-repeat center center / cover;
    box-shadow: rgb(208 0 0 / 77%) 0 0 0 1000000px inset;
}

 .home-services h2{
    text-align: center;
    color:white;
    font-weight: 900;
 }

 /****---- Service Section ----****/
 .home-services-service{
    background:black;
    background: url(../siteart/bg-pattern-metal.jpg) no-repeat center center / cover;
 }

 .services-img-container{
    height:450px;
    display:flex;
    border-radius:5px;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: rgb(0 0 0 / 30%) 0 0 0 1000000px inset;
    padding:10px 10px 50px 20px;
}



.service-bg-1{
    background-image: url(../siteart/service-truck-sales.jpg);
}
.service-bg-2{
     background-image: url(../siteart/service-trailers-sales.jpg);
}
.service-bg-3{
     background-image: url(../siteart/service-truck-rental.jpg);
}
.service-bg-4{
     background-image: url(../siteart/service-trailer-rental.jpg);
}


.minus-top{
    margin-top:-150px;
}

.no-minus50 .minus50-top{
    margin-top: 0px;
}

.services-img-container h3{
    margin:0;
    position:relative;
    font-size: 35px;
    color: white;
}

.services-img-container h3::after{
    content: "";
    position: absolute;
    bottom: 3px;
    width: calc(100% + 20px);
    left: -20px;
    background: var(--primary-color);
    height: 5px;
    
}

.services-text-container {
    padding: 20px 10px 10px 0px;
}
.services-text-container p{
    color:white;
    font-size: 18px;
    line-height: 26px;
}

.services-text-container a.button-red{
    margin-top: 30px;
}



.always-bottom{
    position:absolute;
    bottom:0;
}




@media screen and (max-width: 1024px) {

    .home-services {
        padding: 55px 0 55px 0;
    }
    .home-services-service{
        padding-top:30px;
    }
    
    .minus-top{
       margin-top:0px; 
    }
    .services-img-container{
        height:250px;
    }
    
    .always-bottom-singlecolumn-lg{
        position:relative;
    }
    .services-img-container h3 {
        font-size: 28px;
    }
    .services-text-container p {
        font-size: 16px;
        line-height: 23px;
    }

    
}

@media screen and (max-width: 576px) {

    .services-img-container{
        height:180px;
    }

    .services-img-container h3 {
        font-size: 24px;
    }
} 

@media screen and (max-width: 400px) {
    .services-img-container {
        padding: 10px 10px 50px 5px;
    }
    .services-img-container h3::after{
        content: "";
        bottom: -3px;
        width: calc(100% + 5px);
        left: -5px;
    }
    .services-img-container h3 {
        font-size: 21px;
    }
    
}
 
/****---- Small Logos ----****/
.small-logos{
    background:black;
    background: url(../siteart/bg-pattern-stone.jpg) no-repeat center center / cover;
    padding:30px 0;
}

@media screen and (max-width: 1024px) {
    .small-logos{
        flex-wrap: wrap;
    }
    .small-logos a img{
        margin-bottom:20px;
    }
}

/****---- Home Contact ----****/
.home-contact{
    background:black;
    background: url(../siteart/bg-home-contact.jpg) no-repeat center center / cover;
    padding: 50px 0;
}
.home-contact-form{
    background:rgba(0, 0, 0, 0.7);
    padding:20px 80px;
}

@media screen and (max-width: 560px) {
    .home-contact-form{
        padding:20px 15px;
    }
}

.home-contact h2{
    color:white;
    text-align: center;
    margin-bottom: 25px;
}

.home-contact-form input{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.home-contact-form textarea{
    width: 100%;
    margin-bottom: 20px;
}

.home-contact-form button{
    display:table;
    margin:0 auto;
    border:0;
}

/****---- Footer ----****/
footer{
    background:black;
    background: url(../siteart/bg-pattern-wood.jpg) no-repeat center center / cover;
}
footer .w-container{
    padding:60px 0 60px 0;
}

footer h4, footer ul li a,footer p{
    color: white;
}
footer h4{
    margin-bottom: 25px;
    font-size: 22px;
}
footer p{
    max-width: 300px;
}

.footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li{
    display:block;
    margin-bottom: 10px;
}
footer ul li a{
    font-weight:600;
    font-size:19px;
    transition: all ease-in 0.3s;
}

footer .locations{
    flex-direction: column;
}
.copyright-footer{
    background:#252525;
    padding: 15px 0;
    text-align: center;
    color: white;
    font-size: 19px;
}

footer ul li a:hover{
    color:var(--primary-color);
}

@media screen and (max-width: 1199px) {
    .footer-col-inner{
        text-align:center;
        margin-bottom: 30px;
    }
    footer p{
        margin: 0 auto;
    }
    footer ul li a {
        font-size: 16px;
    }
}

/****---- Inner Pages ----****/
.inner-pages-padding{
    padding-top:100px;
    padding-bottom:100px;
}

@media screen and (max-width: 1024px) {
    .inner-pages-padding{
        padding-top:50px;
        padding-bottom:50px;
    }
}
@media screen and (max-width: 600px) {
    .inner-pages-padding{
        padding-top:30px;
        padding-bottom:30px;
    }
}
.inner-pages-header{
    height: 350px;
    background:black;
    box-shadow: rgb(0 0 0 / 30%) 0 0 0 1000000px inset;
}

.inner-pages-header h2{
    text-align:center;
    color:white;
    margin-bottom: 50px;
}
 
.page-stock .inner-pages-header{
    background: url(../siteart/bg-inner-stock.jpg) no-repeat center center / cover;
}

.page-stock .view-listing-details-link{
    background-color: var(--primary-color) !important;
}
.page-stock .view-listing-details-link:hover{
    background:black !important;
}
.page-stock .list-top-section .list-listings-count{
    color:var(--primary-color) !important;
}

.page-stock .faceted-search-content .selected-facets-container .selected-facet {
    color: #FEFEFE;
    background-color: var(--primary-color);
}
.page-stock .scrollToTop a{
    background: var(--primary-color);
}

.page-stock .scrollToTop a:hover{
    background:black;
}


/*--- Inner Page Contact ---*/

.page-contact .inner-pages-header{
    background: url(../siteart/bg-inner-contact.jpg) no-repeat center center / cover;
}

.page-contact .home-contact{
    background:white;
}

.page-contact .home-contact h3{
    color:white;
    margin-bottom:20px;
    font-size: 24px;
}

.page-contact .home-contact-form{
    background:black;
}

.inner-contact-info{
    padding:100px 0 10px 0;
}

.inner-contact-info-col{
    background: var(--primary-color);
    max-width: 350px;
    margin: 0 auto;
    padding: 10px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 2px 3px 8px rgb(0 0 0 / 45%);
    text-align: center;
}
.inner-contact-info-col h4{
    font-size: 25px;
    line-height: 30px;
    margin-bottom:10px;
}

.inner-contact-info-col p, .inner-contact-info-col a,.inner-contact-info-col i.fas, .inner-contact-info-col h4{
    color:white;
}
.inner-contact-info-col i.fas{
    font-size: 35px;
    margin-bottom: 10px;
}

/*--- Inner Page About ---*/
.page-about .inner-pages-header{
    background: url(../siteart/bg-inner-about.jpg) no-repeat center center / cover;
}
.page-about .about-text{
    padding:100px 0;
    background: url(../siteart/bg-pattern-stone.jpg) no-repeat center center / cover;
}

.about-image{
    background:#0f0e0ee3;
}

.page-about .border-text {
    max-width: 600px;
    padding: 0 60px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 75px auto 0 auto;
}
.text-center{
    text-align: center;
}

.page-about .border-text h4 {
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-size: 19px;
    text-transform: uppercase;
}
.page-about p, .page-about h2{
    color: white;
}

.page-about .about-text p{
    font-size: 20px;
}

.about-text h3{
    font-size:35px;
}

@media screen and (max-width: 1024px) {
    .about-text h3{
        font-size:28px;
    }
}

@media screen and (max-width: 1024px) {
    .about-text h3{
        font-size:19px;
    }

    .page-about .about-text p{
        font-size: 17px;
    }
}

/*--- Inner Page Location ---*/
.page-location .inner-pages-header{
    background: url(../siteart/bg-inner-location.jpg) no-repeat center center / cover;
}

.page-location .inner-locations{
    padding:100px 0
}
.page-location .inner-locations h3{
    display: table;
    background: var(--primary-color);
    color: white;
    padding: 5px 10px;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: 15px;
} 

.page-location .inner-locations a{
    color:black;
}
.page-location .inner-locations-management a{
    color:white;
}
.page-location .inner-locations a:hover,.inner-locations-management a:hover{
    color:var(--primary-color);
}
.page-location .inner-locations a.location-phone{
    font-weight: bold;
    font-size: 19px;
    margin-top:5px;
}
.page-location .inner-locations-location h4{
    margin-top: 20px;
    margin-bottom: 5px;
    display: table;
    background: black;
    color: white;
    padding: 3px 7px;
    border-radius: 3px;
}

.inner-locations-location .text-right{
    text-align: right;
    margin-left:auto
}
@media screen and (max-width: 1024px) {
    .inner-locations-location .text-right{
        text-align: left;
        margin-left:0;
    }
}
.inner-locations-management{
    background: black;
    color: white;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 32%);
}

.inner-locations-management h5{
    font-size: 20px;
}
.inner-locations-management p{
    font-size: 17px;
}

.button-red.btn-locations{
    color:white !important;
    margin-top: 60px;
}

.inner-locations-services h4{
    background: #d00000;
    color: white;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 25px;
}


/*--MAP Locations--*/
#map {
    width: 100%;
    height: 500px;
    margin-top: 60px;
}
.infowindow div {
    margin: 2px
}

.infowindow-header {
    font-size: 18px;
    font-weight:600;
}

.infowindow-location {
    font-size: 16px
}

.infowindow-phone {
    font-size: 16px
}

.infowindow-link {
    font-size: 14px
}

.infowindow-link a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #e22425;
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 10px
}

.infowindow-link a:hover {
    background: #000;
}
.imp-select {
    height: 46px;
    background-color: #fff;
    vertical-align: middle;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s;
    border-radius: 0.25rem;
    margin-bottom: 0!important;
}

.thankyou-text{
    padding:50px 0;
    text-align: center;
}

.CaptchaMessagePanel ,.CaptchaWhatsThisPanel a {
    color:white;
}
.page-stock label {
    display: flex !important;
    gap: 5px;
    }