:root {
  --evo-brand-secondary: #f9302f;
  --evo-brand-accent: #717171;
  --evo-header-background: #fff;
--evo-row-spacing: 20px;
}


.logo img {
  max-height: 180px !important;
}

footer.footer {
    font-size: .875em;
    padding: 0;
    PADDING-TOP: 30PX;
}

.contacts .contact-element.contact-icon i {
    color: #ffffff;
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #f9302f !important;
   border: #f9302f 3px solid !important;
  border-radius: 30px !important;
}

.pagesbutton:hover {
      color: #f9302f !important;
    background: #fff !important;
 border: #f9302f 3px solid !important;
    border-radius: 30px !important;
}

.copyright_container {
    text-align: center;
    font-size: 1em;
}

.button-container {
  display: flex;
  justify-content: center;
}


/* Top Red Banner with Icons */

.topheaderbanner  {
  background: #f1f1f1 !important;
      padding: 12px 0 !important;
}

.headsocials .social a {
    color: #000;
    font-size: 1.3em !important;
    margin: 0;
    margin: 0 !important;
    text-decoration: none !important;
    transform: none !important;
}

.header-links a {
    margin-right: 10px;
    position: relative;
    transition: color .35s ease;
      color: #000;
    display: inline-flex
}

.header-links .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    padding-right: 15px;
}

.newheaderlinks a {
    margin-right: 5px;
    position: relative;
    transition: color .35s ease;
    color: #000 !important;
    display: inline-flex
}

.social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px !important;
    height: auto;
    justify-content: flex-start !important;
    margin: 0;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1.5 !important;
    text-rendering: auto;
}

.socialhometopbar {
    background: #f1f1f1 !important;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--evo-text-col);
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 15px 25px;
    transition: border .35s ease, color .35s ease !important;
    white-space: nowrap;
}
nav.menu .catalog-block ul.catalog > li {
    max-width: unset;
}
.sp-flex {
    display: flex;
    justify-content: center;
}
.sp-flex.header-buttons{
  gap: 0.5em;
}
.sp-flex .btn{
    padding-inline: clamp(5px, 3vw, 40px); 
}
.btn-primary-border {
    background-color: var(--evo-header-background);
    border: 1px solid var(--evo-header-background);
    color: var(--evo-brand-default);
}
.btn-primary-border:focus,
.btn-primary-border:active,
.btn-primary-border:hover{
background-color: var(--evo-brand-secondary);
}
.ex-loggedin .header-buttons .btn-login{
    display: none;
}
.ex-loggedout .shoppingtools_container > div,
.ex-loggedout .minicart_container > div{
    display: none;
}



/* Feature banners */

.feature-banner-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.feature-banner-background {
  position: relative;
  width: 100%;
}

.feature-banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.feature-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10rem;
}

.feature-banner-content {
  background-color: #17479e; /* Blue background */
  color: white;
  padding: 4rem;
  max-width: 500px;
  border-radius: 1rem;
}

.feature-banner-title {
  font-size: 1.8rem;
  margin: 0;
  color: white !important;
}

.feature-banner-subtitle {
  font-size: 1.6rem;
  margin: 0.5rem 0;
    color: white !important;
}

.feature-banner-text {
  font-size: 0.95rem;
  margin-top: 0.75rem;
  line-height: 1.4;
}

.feature-banner-call {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.1rem;
}

.feature-banner-call-icon {
  margin-right: 0.5rem;
  font-size: 1.3rem;
}

.feature-banner-call-text {
  margin-right: 0.4rem;
}

.feature-banner-phone {
  color: #ff4c4c; /* Red phone number */
  text-decoration: none;
  font-weight: bold;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .feature-banner-overlay {
    justify-content: center;
    padding: 1rem;
  }

  .feature-banner-content {
    width: 100%;
    max-width: none;
    padding: 1.5rem;
    border-radius: 0.75rem;
  }

  .feature-banner-title {
    font-size: 1.4rem;
  }

  .feature-banner-subtitle {
    font-size: 1.2rem;
  }

  .feature-banner-call {
    flex-wrap: wrap;
    font-size: 1rem;
  }

  .feature-banner-call-icon {
    font-size: 1.2rem;
  }
}
/* End Feature banners */

/* Remove breadcrumbs */

.breadcrumb {
display: none !important;
}

/* End Remove breadcrumbs */

/*Everything from Dev CSS*/
/* start of video */

.tagline {
    z-index: 20;
}
.tagline:first-child {
    /*height: 54vh;*/
    min-width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   display: -webkit-box; 
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex; 
   display: flex;
   -webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
section#section-top {
    height: auto;
    overflow:hidden;
}
.video-filter {
    z-index: 1;
    background-color: #2d364157;
    width: 100%;
    height: 100%;
    position: absolute;
     left: 0;
}
.bgvid-c {
    overflow: hidden;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
#bgvid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    min-width: 900px;
}
#section-top h1 {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
}
#section-top p {
    color: #fff !important;
    font-size: 1.2em;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 500;
}
.img-icon {
    width: 10px;
    margin-top: -3px;
    margin-left: 5px;
}
.btn-white {
    background: transparent;
    border: 1px white solid;
    color: white;
}
.btn-white:hover {
    background: rgba(255, 255, 255, 0.37);
    color: white;
}
#section-top .btn-primary {
    border: 1px solid;
    border-color: white;
  min-height: auto;
}


    

@media only screen and (max-width: 1500px) and (min-width: 1220px) {

    #bgvid {
    bottom: 32%;
}

    }

@media only screen and (max-width: 992px) {
    #section-top h1 {
    font-size: 1.5em;
}
#section-top .btn {
    font-size: 15px;
    padding: 10px 25px;
}

}

@media only screen and (max-width: 600px) {
  h1 #section-top  {
    font-size: 1.5em;
}
#section-top .btn {
    font-size: 12px;
    padding: 7px 20px;
}

}

/* end of video */

/* ===== Styling hero video banner =====*/
.sp-flex {
  display: flex;
}

#section-top .content-wrapper{
 width: min(700px, 98%);
 max-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12em 0;
}
#section-top .content-wrapper img {
  max-width: 350px;
 width: clamp(50%, 27vw, 100%);
}
#section-top .button-wrapper {
  justify-content: center;
}
#section-top .button-wrapper > *{
  width: auto;
}
header .header-full {
  position: relative;
  z-index: 30;
}

.cookiespolicies-text-title {
    color: #000 !important;
}
@media only screen and (max-width: 991px){
  #section-top .content-wrapper{
    padding: 13% 0;
  }
}
/* Homepage brand section */

.roll-brand-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 20px;
}

.roll-brand-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.roll-brand-item:hover {
  transform: scale(1.05);
}

.roll-brand-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */

@media (max-width: 1024px) {
  .roll-brand-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .roll-brand-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* End of Homepage brand section */

  .morefromussection {
    flex-basis: 32%;
    background-color: #fcfcfc;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
/* start of video */

/* New button design  */

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #199bfa !important;
   border: #199bfa 3px solid !important;
  border-radius: 20px;
}

.pagesbutton:hover {
      color: #ff0000 !important;
    background: #fff !important;
 border: #ff0000 3px solid !important;
    border-radius: 20px;
}
  /* End of New button design  */

.formchanges {
 padding: 20px;
   border-radius: 30px;
  background: #F2F2F2;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}
 
.formchanges h1 {
text-align: center !Important;
      padding-top: 20px;
}

.formchanges h4 {
text-align: center !Important;
}

.formchanges p {
text-align: center !Important;
        padding-bottom: 20px;
}

.header-switch {
    background: #f6f8fb;
    color: var(--evo-text-col);
    padding: 5px 0;
    display: none;
}

.headertoplinks a {
    margin-right: 10px;
    position: relative;
    transition: color .35s ease;
    color: #ffffff;
    display: inline-flex;
}

header .widgetlogo .logo {
    display: inline-block;
    margin: 0;
    transition: opacity .35s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 20px;
}

.freequotepage {
  background: #f2f2f2 !important;
  padding: 15px !important;
}

/* Contact */
#contact-sidebar {background: rgb(242, 242, 242); padding: 1.75rem 1.25rem 1.25rem 1.25rem;}
#contact-sidebar ul {margin: 0; padding: 0; list-style: none; }
#contact-sidebar ul li {margin: 0 0 16px 0; padding-left: 30px; line-height: 1.5;}
#contact-sidebar ul li a {color: rgb(10, 10, 10);}
#contact-sidebar .contact-info li a:hover {text-decoration: underline;}
#contact-sidebar .contact-info .phone {background: url("https://us.evocdn.io/dealer/1339/content/media/Icons/phone.svg") no-repeat 0 3px; background-size: 20px 20px; font-weight: 600;}
#contact-sidebar .contact-info .phone a {color: #235591;}
#contact-sidebar .contact-info .email {background: url("https://us.evocdn.io/dealer/1339/content/media/Icons/email.svg") no-repeat 0 3px; background-size: 22px 16px;}
#contact-sidebar .contact-info .hours {background: url("https://us.evocdn.io/dealer/1339/content/media/Icons/hours.svg") no-repeat 1px 3px; background-size: 20px 20px;}
#contact-sidebar .location-list li {padding-left: 30px; line-height: 1.5; background: url("https://us.evocdn.io/dealer/1339/content/media/Icons/location.svg") no-repeat 3px 3px; background-size: 14px 20px;}
#contact-sidebar .location-list li strong {font-weight: 600;}
#contact-sidebar .location-list li a:hover strong {color: #235591;}

/* Teaser Listing on Contact page */
.location-thumb-listing {background: #235591; padding: 50px 0; margin-top: 50px;}
.location-thumb-listing .listing-title {color: #fff; margin-bottom: 1rem;}
.location-thumb-listing .location-teaser {display: block; position: relative; margin-bottom: 30px;}
.location-thumb-listing .location-teaser .title {
	font-weight: 500; 
	color: #000; 
	margin: 0; 
	position: absolute;
	bottom: 0; 
	left: 0;
	padding: 15px 20px; 
	border-radius: 0 20px 0 0;
	background:rgba(255,255,255,.85);
}

.cookiespolicies-banner .cookiespolicies-text {
    display: inline-block;
    float: left;
    max-width: 70%;
    padding: 7px;
    color: white !important;
}

.cookiespolicies-banner .cookiespolicies-header, .cookiespolicies-banner .cookiespolicies-text p {
    color: #ffffff !important;
}

#cdash_address .with-padding-trl {
    background-color: #ffffff;
    padding: 15px;
}

div.customertools .customertools-container {
    background: #f2f2f2;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}