/*****************************
** Custom site styles can be added to this file - EDIT AT YOUR OWN RISK!!!
*****************************/

/* header */
.navbar-bg {
 background: var(--tertiary-bg-color, #fff);
}

.home-bg {
 background: var(--tertiary-bg-color, #fff);
}

.bg-white {
 background: #fff;
}

#site-header {
  background: #fff;
  padding: 10px 0;
}

#site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 21px 22px 36px 16px;
}

#site-header .logo img {
  max-height: 94px;
  height: auto;
}

.phone-address-container {
  margin-left: 20px;
  color: #333;
  line-height: 1.4;
}

.phone-address-container .phone a {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #1A2574;
  text-decoration: none;
}

.phone-address-container .phone a:hover { 
  color:#183017;
}

.phone-address-container .dealer-address a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 37, 116, 0.6);

  text-decoration: none;
  margin-left: 4rem;
}

.phone-address-container .dealer-address a:hover { color: #1A2574; }

.header-brands {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-brands img {
  max-height: 50px;
  height: auto;
}

.header-brands img:hover { opacity: 0.70; }

.header-brands .collapse-body a:hover {
 background-color: #183017;
}

.brands-xs {
 display: none;
}

/* rotating banners */

.custom-carousel {
  width: 100%;
  position: relative;
}

.custom-carousel img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-carousel .cycle-prev,
.custom-carousel .cycle-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.custom-carousel .cycle-prev {
  left: 10px;
}

.custom-carousel .cycle-next {
  right: 10px;
}

.custom-carousel .cycle-pager {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.custom-carousel .cycle-pager span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-carousel .cycle-pager .cycle-pager-active {
  background: #ffffff;
}

.px-0 {
   padding-right: 0; 
   padding-left: 0;
}

/* rvs*/

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 8rem 1rem 2rem;
  border-bottom: 1px solid transparent; 
}

.section-header .headline {
  font-family: 'Oswald', sans-serif;
    font-size: clamp(19px, 3.5vw, 36px);
  font-weight: 700;
  color: #1A2574;
  margin: 0;
  white-space: nowrap;
}

.section-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 1rem;
}

.section-link {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A2574;
  text-decoration: none;
  white-space: nowrap;
}

.section-link:hover {
  text-decoration: none;
}

.cycle-carousel-wrap {
     width: 100%;
    display: flex;
    justify-content: space-around;
}

.home-featured-rvs .container {
  padding: 0;
}
/* footer */

#site-footer {
  background-color: #0e0f2c;
  color: white;
  padding: 40px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}

.footer-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.footer-content-wrapper h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}

.footer-branding-col img {
  max-width: 250px;
  margin-bottom: 1rem;
}

.footer-location,
.footer-phone {
  margin: 0.5rem 0;
  line-height: 1.5;
  text-align: left;
}

.footer-location a {
font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}


.footer-location a:hover{
  color: #9acd9a;
}


.footer-phone a {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-phone a:hover {
  color: #9acd9a;
} 

.footer-quick-links-col {
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 0 3rem;
  border-left: 1px solid rgba(97, 97, 97, 0.4);
}

.footer-quick-links-col h4, .footer-hours-col h4, .footer-social h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.footer-quick-links-col ul,
.footer-hours-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-quick-links-col li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: block;
  color: #9acd9a;
  text-decoration: none;
}

.footer-hours-col {
  padding: 0 3rem;
  white-space: nowrap;
  border-left: 1px solid rgba(97, 97, 97, 0.4);
}

.footer-hours-col div {
  display: flex;
  flex-direction: column;
}

.footer-affiliates-col .footer-aff-btn,
.footer-affiliates-col .footer-social {
  background-color: #223;
  padding: 10px;
  margin-bottom: 10px;
  color: white;
  text-align: center;
}

.footer-social {
   padding: 0 3rem;
   border-left: 1px solid rgba(97, 97, 97, 0.4);
}

.operating-hours div {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 2px 0;
  font-size: 14px;
}

.operating-hours .day {
  font-weight: normal;
}

.operating-hours .time {
  font-weight: 500;
}

.footer-social .collapse-body {
  margin-top: 40px;
}

.footer-social .collapse-body a, .header-brands .collapse-body a {
    font-family: 'Oswald', sans-serif;
    width: 87px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-color: #3b5998;
    font-size: 12px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: .3s background-color ease-in-out;
}

   .collapse-body a .fa {
    font-size: 14px;
    margin-right: 10px;
}

.footer-social .collapse-body a:hover {
    background: #5EA75C;
}

.clearfix a img:hover {
   opacity: 0.5;
}

@media(max-width: 1440px) {
  .home-featured .featured-next, .home-featured .featured-prev {
    top: 50%;
  }
  
  .home-featured .featured-next { right: 64px; }
}


@media(max-width: 1200px) {
  #site-header .container {
    padding: 0;
  }
}

@media(max-width: 1024px) {
  .service-link {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .footer-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .row {
     margin-right: 0; 
     margin-left: 0; 
}
  /* navbar */
  .header-brands, .dealer-email {
   display: none;
  }
  
  #main-nav .btn {
    position: absolute;
    right: 0;
    top: -70px;
  }
  
  #site-header .container {
    justify-content: normal;
    padding: 0;
}
  
  .phone-address-container {
    margin-left: auto;
    margin-right: auto;
}
  
  .navbar-bg {
    display: flex;
    flex-direction: column;
  }
  
  .cycle-slideshow .slide img, .cycle-slideshow {
    height: 100%;
}
  
 /* home hero */
  .service-links-container {
     gap: 0; 
}
  .service-link { 
    width: 100%;
    height: 100px;
  }
  
  .cycle-carousel-wrap { 
   display: block;
  }
  
   .home-featured .featured-next {
       right: 0px;
    }
  
  .home-featured .featured-next i, .home-featured .featured-prev i {
   font-size: 16px;
  }
  
  .section-header {
    padding: 2rem 4rem 1rem 2rem;
}
  
  /* footer */
  
  .footer-hours-col {
    border-left: none; 
}
  
  .footer-location, .footer-phone {
    text-align: center;
  }
  
  .collapse-body a { margin: auto; }
}

@media (max-width: 767px) {
    #main-nav .btn {
        position: absolute;
        right: 10px;
        top: -55px;
    } 
  
  .footer-content-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-content-wrapper h4 {
    font-size: 16px;
  }

  .footer-quick-links-col,
  .footer-hours-col,
  .footer-affiliates-col {
    margin-bottom: 2rem;
  }
  
   #footer-hours-collapse:not(.in) .umb-macro-holder {
    display: none !important;
  }
}

@media (max-width: 450px) {
    .phone-address-container {
        display:none;
    }
  
  .dropdown-menu, .navbar-nav .open .dropdown-menu { 
   background: #224521;
  }
  
}

@media (max-width: 425px) {
  .brands-xs {
    display: flex;
    padding: 20px 0;
    justify-content: space-evenly;
  }
  
  .home-bg {
   background: #fff;
  }
  
  .home-container { 
   background-image: none;
  }
  
 .phone-address-container {
   display: none;
  }
 
  .service-links-container {
    width: 93%;
    padding: 0;
}
  
   #main-nav .navbar-header i {
    font-size: 30px;
    }
  
   #main-nav .btn {
     right: 12px;
     top: -50px;
    }
  
  #site-header .logo img { 
   margin-left: 1.5rem;
  }
  
  .home-featured .container {
   padding-right: 0;
    padding-left: 0;
  }
  
 .home-rotating-banners {
  display: none; 
 }
  
  .home-featured .featured-next, .home-featured .featured-prev {
     width: 40px;
     height: 40px;
     font-size: 19px;
     background: #1A2574;
     border-radius: 100%;
     text-align: center;
     align-items: center;
     align-content: center;
    }
  
   .home-featured .featured-next {
        right: 15px;
    }
  
  .home-featured, .home-types-bar, .home-hero {
     width: 100%;
    }
  
  .home-welcome-wrapper .btn {
    height: auto;
}
  
  .section-header {
    padding: 2rem 1rem 1rem 2rem;
}
  
  .footer-quick-links-col, .footer-social { 
   border-left: none;
  }
  
  #footer-hours-collapse:not(.in) .umb-macro-holder {
    display: none !important;
  }
}
