/*
Theme Name: DSC
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.1
Requires at least: 5.2
Requires PHP: 7.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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ///// BASE ///// */
/* ///// BASE ///// */
/* ///// BASE ///// */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #1B1C1F;
    box-sizing: border-box !important;
    font-family: 'poppins', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /*outline: 1px solid red !important;*/
}

html{
  overflow-x: hidden !important;
}

body{
  font-family: 'poppins', sans-serif;
  overflow-x: hidden !important;
  position: relative;
  grid-template-columns: 1fr;
}

footer{
    padding: 2em;
    grid-column: 1 / 17;
}

div.footer-wrapper{
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 40%;
    margin-top: 2em;
}

footer img{
    max-width: 150px;
}

footer h1, h2, h3, h4, h5, h6{
    color: #1e1e1e;
}

footer ul.footer-pages{
    padding: 0;
}

footer ul.footer-pages span{
    color: #1e1e1e;
}

footer ul.footer-pages span:hover{
    color: #F5EE27;
}

@media only screen and (max-width: 960px) {

    div.footer-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 660px) {

    div.footer-wrapper{
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {

    body, header, main, section, footer {
    width: 320px;
    
    }

}



/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

ul.side-nav li.page_item  a span{
    color: #232F86 !important;
}

ul.main-nav li.page_item  a span{
    text-decoration: underline !important;
}

ul.main-nav li.page_item:last-child  a span {
        text-decoration: none !important;
    }

/* MENU BAR DESKTOP VIEW */

@media only screen and (min-width: 980px) {

    #hamburger-input:checked, #hamburger-menu #sidebar-menu{
        display: none;
    }

    .grid-header-section {
        display: grid;      
        z-index: 2;
        position: relative;
        background-color: #1E1E1E;
        grid-column: 1 / 17;
        padding: 1.2em 2em 0 2em;
    }

    .grid-header-outer {
        display: grid;
        grid-column: 3 / 17;
        grid-column-gap: 0.5em;
        align-items: center;
        background-color: #1E1E1E;
    }

    .grid-header-outer a img{
        max-width: 257px;
        width: 100%;
        display: grid;
        background-color: #fff;
        box-shadow: 0px 8px 8px 0px #0000001A;
    }

    .header-contact-bar {
        background-color: #fff;
        grid-column: 1 / 17;
        display: flex;
        justify-content: end;
    }

    .inner-header-contact-bar {
        padding: 1.5em 1em;
    }

    .inner-header-contact-bar p {
        margin: 0;
        font-weight: 400;
    }

    .inner-header-contact-bar i {
        color: #D85956;
        padding: 0 0 0 1em;
    }

    .inner-header-contact-bar p a strong {
        font-size: 1.125em;
    }

    .grid-header-section .company-logo {
        display: grid;
        max-width: 330px;     
        align-self: center;
        grid-column-start: span 2;
        grid-row: 1 / 3;
    }

    .company-logo img{
      width: 100% !important;
      max-width: 250px !important;
    }

    .header-menu {
        display: flex;
        padding: 0;
        justify-content: end;
    }

    div.menu-main-navigation-container{
        width: 100%;
    }

    .header-menu ul{
        display: flex;
        gap: 1.8em;
        text-align: center;
        align-self: center;
        justify-content: end;
        padding: 0 0 1.2em 0;
        justify-self: end;
        margin-bottom: 0;
    }

    .header-menu ul li {
        list-style: none;
        align-self: center;
        color: #fff;
        line-height: 1;
        margin-bottom: 0;
    }

    .header-menu ul li:last-child {
        background-color: #F5EE27;
        border-radius: 32px;
        padding: 8px 30px;
        text-decoration: none !important;
    }

    .header-menu ul.sub-menu li:last-child {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        text-decoration: none !important;
    }

    .menu-item a span{
        text-transform: uppercase;
        color: #fff;
        font-size: 1.125em;
        font-weight: 500;
    }

    .menu-item a span:hover{
        color: #F54927;
    }

    .header-menu li:last-child a span {
        color: #1e1e1e;
    }

    .sub-menu .menu-item a span {
        text-transform: capitalize;
    }

    .menu-item a:hover span, .menu-item-has-children:hover > a:after {
        color: #F54927;
    }

    .menu-item-has-children:hover > a span,
    .menu-item-has-children:focus-within > a span,
    .menu-item-has-children:active > a span {
        color: #F54927;
    }
    
    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }

    .menu-item-has-children > a:after {
        content: '\f078';
        margin-left: 5px;
        font-family: "Font Awesome 5 pro"; 
        font-weight: 900;
        font-size: 1em;
        color: #fff;
    }

    div.reviews-header{
        grid-column: 14 / 17;
        justify-content: end;
        display: grid;
    }

    div.contact-header{
        grid-column: 10 / 14;
        align-content: end;
        justify-content: end;
        display: grid;
    }

    div.contact-header p{
        font-size: 1.2em;
        color: #fff;
        font-weight: 500;
        margin: 0;
    }

    div.contact-header a{
        color: #fff;
        text-decoration: underline;
    }




/* SUB MENU ***************************************************************************/


.sub-menu .menu-item a span {
    color: #1e1e1e;
}


    .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item a {
        color:#142F5D;
        font-size: 1em;
        font-weight: 400;
        line-height: 18px;
    }

    .menu-item .sub-menu .menu-item a:hover {
        font-weight: 600;
    }

    /* .menu-item .sub-menu { */
    .menu-item:hover .sub-menu {
        display: flex;
        gap: 1em;
        background-color: #fff;
        padding: 1em;
        text-align: left;
        z-index: 50 !important;
        position: absolute;
        box-shadow: 4px 4px 4px 0px #00000040;
        justify-content: space-between;
        left: 0;
        right: 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);

    }

    .sub-menu{
        margin-top: 0;
    }

    .sub-menu li{
        font-size: 12px;
    }

    .menu-item:hover .sub-menu,
    .sub-menu:hover {
        display: flex;
    }

    .menu-item .sub-menu .menu-item {
        text-align: left;
    }

    .menu-item .sub-menu .menu-item a {
        text-transform: capitalize;
        color: #142F5D;
        font-weight: 600;
    }

    .contact-menu-link a {
        padding: 0.5em 1.1em;   
        background: #D85956;       
        border-radius: 32px;
    }

    .contact-menu-link a span {
        font-size: 1em !important;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Mukta Mahee", sans-serif;
        color: #fff;
    }

    .side-menu-inner li {
        text-align: left;
    }

}


    

/* RESPONSIVE MENU UNCLICKED */
@media only screen and (max-width: 980px) {

    div.reviews-header{
        display: none;
    }

    div.contact-header{
        display: none;
    }

    .grid-header-outer, .outer-banner-message-outer{
        display: none;
    }

    .grid-header-section {
        background-color: #1E1E1E;
        grid-column: 1 / 17;
    }

    .header-bar {
        display:grid;
        grid-template-columns: 1fr 100px;
        grid-column:  1 / 17; 
        align-self: center;
        padding: 0 2em;
    }

    .header-contact-bar {
        display: none;
    }

    .header-contact-bar-mobile {
        background-color: #fff;
        grid-column: 1 / 17;
        justify-content: end;
        padding: 1em;
        text-align: right;
    }

    .inner-header-contact-bar-mobile p a {
        justify-content: end;
        justify-self: end;
    }

    .inner-header-contact-bar-mobile i {
        color: #D85956;
    }

    .inner-header-contact-bar-mobile p a {
        padding: 1em !important;
        gap: 0.3em;
    }

    .inner-header-contact-bar-mobile p a strong, .inner-header-contact-bar-mobile p a i {
        font-size: 1em !important;
        letter-spacing: 0;

    }

    .header-contact-bar-mobile-sub {
        padding: 0;
    }
    
    .header-bar .logo1{
        max-width: 141px;
        width: 100%;
        align-self: center;
        left: 1em;
    }

    .green-banner {
        background-color: #1E1E1E;
        height: 56px;
    }

    .company-logo {
        display: none;
    }

    
    div.header-bar img{
      width: 100% !important;
      max-width: 150px !important;
    }

    .mobile-icon {
        max-width: 55px;
    }

    .responsive-menu {
        align-self: center;
        padding: 1em 0;
    }

    .menu-icon {
        width: 33px;
        height: 2px;
        background-color: #F5EE27;
        margin: 3px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: #F4F0F0;
    }
    
    #hamburger-input{
        display: none;
    }
    
    #hamburger-menu {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    #hamburger-menu #sidebar-menu {
        grid-template-columns: 1fr;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        transition: 0.3s;
        box-sizing: border-box;
        z-index: 20;
    }

    #hamburger-menu ul {
        justify-self: auto;
        width: 100%;
    }

    #hamburger-menu ul .sub-menu{
        width: auto;
    }

    #hamburger-menu ul .sub-menu li {
        border-top: none;
    }

    #hamburger-menu li {
        list-style-type: none;
        /* padding: 0.5em 0; */
        border-top: 1px solid #1E1E1E;
        margin: 0;
    }

    #hamburger-menu a {
        text-decoration: none;
        transition: transform 0.5s;
        align-items: center;
        display: flex;
        padding: 0.5em 0;
        /* justify-content: center; */
    }

    #hamburger-menu .sub-menu a {
        padding: 0;
    }

    #hamburger-menu i {
        font-size: 1.75em;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }

    /* Scroll Side Menu */
    #sidebar-menu {
        background-color: #F5EE27;
        min-height: 100vh;
        overflow-y: auto;
        z-index: 99999999;
    }

    .sub-menu.hidden {
        display: none;
    }

    .toggle-icon ul li {
            list-style: none;
    }

    .toggle-icon::before {
        content: '\f078';
        margin-left: 5px;
        font-family: "Font Awesome 5 pro"; 
        font-weight: 900;
        font-size: 1em;
        color: #1E1E1E;
        margin-right: 0.5em;
    }

    .menu-item-has-children > a .toggle-icon.open::before {
        content: '\f077';
    }

    #hamburger-menu li .sub-menu .menu-item {
        list-style-type: none;
    }

    #hamburger-menu li .sub-menu .menu-item:nth-last-child(1) {
        border-bottom: none;
    }

    #hamburger-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    #sidebar-menu ul li a span {
        margin-left: 0.5em;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.15em;
    }
    
    #sidebar-menu ul li .sub-menu li a span {
        font-weight: 500;
        letter-spacing: 0.15em;
    }

    .open {
        margin-top: 0.8em !important;
    }

    #hamburger-menu {
        margin: 0;
        color: #fff;
    }

    .mobile-social-media i {
        font-size: 1.5em !important;
        width: 24px !important;
        color: #fff !important;
        justify-content: normal !important;
    }

    #avisec-side-nav {
        padding: 0 1em;
    }

    .sub-header-logo a {
        padding: 0 !important;
    }


}





/*  /////////////////////////////////////////////////////////////////////////////////////////////// INFO BAR ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// INFO BAR ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// INFO BAR ///// */

div.info-bar{

    display: none;

}
@media only screen and (max-width: 980px) {

div.info-bar{
  background: #F5EE27;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-column: 1 / 17;
  width: 100%;
  padding: 0.8em 0;
}

div.info-bar div.full-width-wrapper{
  grid-column: 2 / 16;
  grid-template-columns: 1fr;
}

div.info-bar a{
  color: #1e1e1e;
  margin-right: 8px;
}

div.contacts{
  display: flex;
  justify-self: start;
}

div.socials{
  display: flex;
  justify-self: center;
  gap: 2em;
}

div.contacts i, div.socials i{
  align-self: center;
  color: #1e1e1e;
  width: 22px;
}

div.info-bar i{
    font-size: 1.4em;
}

}

@media only screen and (max-width: 560px) {

  div.info-bar div.full-width-wrapper{
    grid-template-columns: 1fr;
  }

  div.contacts, div.socials{
    justify-self: center;
  }

}






/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

main,body,article{
  display: grid;
}

main, body, article{
  grid-column: 1 / 17;
  grid-template-columns: repeat(16, 1fr);
}

article{
  max-width: 1380px;
  justify-self: center;
  width: 100%;
}

section{
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-column: 1 / 17;
  justify-self: center;
  padding: 5em 0;
  width: 100%;
  max-width: 1380px;
}

section.full-width{
    max-width: 100%;
}

section.wysiwyg{
    padding: 1em 0;
}

section.increase-padding{
    padding: 2.5em 0;
}



/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */

h1, h2, h3, h4, h5, h6{
  color: #1E1E1E;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0.3em 0;
  max-width: 760px;
  justify-self: center;
  width: 100%;
}

h1{
  font-size: 2em;
  line-height: 1.2em;
}

h2{
  font-size: 1.8em;
}

h3{
  font-size: 1.5em;
}

h4{
  font-size: 1.4em;
}

h5{
  font-size: 1.2em;
}

h6{
  font-size: 1.1em;
}


p{
  color: #1E1E1E;
  font-family: 'poppins', sans-serif;
  line-height: 1.5;
  margin-bottom: 0.8em;
  font-weight: 300;
  width: 100%;
  max-width: 760px;
  justify-self: center;
}

ul,ol{
  font-family: 'poppins', sans-serif;
  margin: 1.2em 0;
  padding: 0 4%;
  justify-self: center;
  width: 100%;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #1E1E1E;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.post-categories{
  margin: 0;
  padding: 0;
}

ul.post-categories li::before, ul.main-nav li::before, footer li::before, ul.spec-info li::before, ul.side-nav li::before, ul.vehicle-make-list li::before {
  content: "";
  width: 0;
  margin-left: 0;
}

div.main-nav ul{
  padding: 0;
}

ol{
  list-style-type: decimal;
}

li{
  color: #1E1E1E;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

strong{
  font-weight: 700;
}

em{
  font-style: italic;
}

a{
  color: #232F86;
  cursor: pointer !important;
  display: inline-block;
  text-decoration: none;
  line-break: anywhere;
}

hr{
  background-color: #1E1E1E;
  border: 0;
  height: 1px;
  justify-self: center;
  margin: 2em 0;
  width: 80%;
}

blockquote{
  display: grid;
  width: 100%;
}

blockquote p{
  text-align: center;
  justify-self: center;
}

blockquote cite{
  font-weight: 300;
  text-align: center;
  justify-self: center;
}

@media only screen and (max-width: 660px) {

h1{
  font-size: 1.8em;
}

h2{
  font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

h4{
  font-size: 1.2em;
}

h5{
  font-size: 1.1em;
}

h6{
  font-size: 1em;
}

}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// BANNER ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// BANNER ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// BANNER ///// */

section.banner{
    min-height: 70vh;
    align-content: center;
}

section.banner h1{
    color: #fff;
    font-size: 2em;
    text-align: left;
    max-width: 850px;
    width: 90%;
    justify-self: start;
    line-height: 1.1;
}

section.banner p{
    color: #fff;
    font-size: 1.1em;
    justify-self: start;
}

section.banner a.button{
    justify-self: start;
    align-self: center;
}

div.banner-search{
  display: grid;
  justify-self: start;
  max-width: 458px;
  background: #1E1E1E;
  padding: 24px 0 0;
  grid-column: 2 / 7;
  grid-row-gap: 24px;
}

div.banner-search h1, div.banner-search h2{
  color: #fff;
  margin: 0 24px 0;
}

div.banner-search p{
  color: #F5EE27;
  margin: 0 24px 0;
  width: auto;
}

div.banner-search form{
  background: #F5EE27;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 0 72px;
  position: relative;
  overflow: hidden;
}

div.banner-search form *{
  margin: 0 24px 0;
}

div.banner-search input, div.banner-search select{
  z-index: 2;
}

img.form-image{
  position: absolute;
  bottom: 10px;
  right: -80px;
  width: 120%;
  opacity: 0.2;
  transform: rotate(-15deg);
  overflow: hidden;
}

div.banner-search form select{
  padding: 0.5em;
  border: 0.5px solid #BDBDBD;
  border-radius: 2px;
}

@media only screen and (max-width: 880px) {

  div.banner-search{
    grid-column: 2 / 16;
  }

  section.banner h1{
    font-size: 2.5em;
}



}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// REVIEWS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// REVIEWS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// REVIEWS ///// */

section.reviews{
  background: #D9D9D9;
  padding: 0;
  min-height: 30px;
}

section.reviews-section h2{
    text-align: center;
}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// SERVICES ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SERVICES ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SERVICES ///// */

section.service-container{
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

div.service-box {
  align-content: end;
  display: grid;
  flex-grow: 1;
  flex-basis: 33.33%;
  box-sizing: border-box;
  min-height: 342px;
  padding: 16px 40px;
}

div.service-box.square {
  align-content: center;
  display: grid;
  flex-grow: 1;
  flex-basis: 50%;
  box-sizing: border-box;
  min-height: 420px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

div.service-box.grow-half{
  flex-grow: 1.5;
  flex-basis: 50%;
}

div.service-box-mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2;
}

div.service-box.square:hover > div.service-box-mask{
    background: rgba(0,0,0,0.4);
}

div.service-label{
  border-top: 10px solid #F5EE27;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
  width: 62%;
  max-width: 302px;
}

div.service-box.square div.service-label{
  border-bottom: 1px solid #fff;
  border-top: 0;
  background: transparent;
  justify-content: space-between;
  justify-self: center;
  padding: 0;
  width: inherit;
  max-width: fit-content;
  display: inline-block;
  z-index: 3;
}

div.service-box.square:hover > div.service-label{
    transform: scale(1.2);
}

div.service-label label{
  font-size: 1.3em;
  font-weight: 300;
  cursor: pointer;
}

div.service-box.square div.service-label label{
  color: #fff;
  font-size: 1.8em;
  margin-right: 0;
  text-transform: uppercase;
}

div.service-label a:after {
  content: "\27A4";
  margin-left: 2px;
  font-size: 0.8em;
}

div.service-box.square div.service-label a:after {
  content: "";
  margin-left: 0;
}

@media only screen and (max-width: 1275px) {

  div.service-box {
    flex-basis: 50%;
  }

}

@media only screen and (max-width: 980px) {

    div.service-box.square {
      min-height: 320px;
    }

}

@media only screen and (max-width: 850px) {
  div.service-box, div.service-box.grow-half{
    flex-basis: 100%;
  }

  div.service-box.square div.service-label label{
      font-size: 1.7em;
    }
}

@media only screen and (max-width: 710px) {
  div.service-box.square {
      flex-basis: 100%;
    }
}

@media only screen and (max-width: 425px) {

  div.service-label{
    width: 90%;
  }

}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// LISTINGS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// LISTINGS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// LISTINGS ///// */

.listing-container {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.listing-wrapper {
  display: flex;
  transition: transform 0.5s ease; /* Smooth scrolling */
  gap: 1.5em;
  width: 100%;
}

.listing-box {
  flex: 0 0 33%;
  background: #2c2d33;
  box-sizing: border-box;
}

.arrow {
  font-size: 2em;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  z-index: 1;
  width: 20px;
}

.arrow.left {
  left: 0;
  color: #F5EE27;
}

.arrow.right {
    color: #F5EE27;
  right: 10px;
}

.archive-listing-container{
    display: grid;
    grid-template-columns: 1fr;
    padding: 2em 0;
    width: 100%;
}

.archive-listing-wrapper {
  display: grid;
  gap: 1.5em;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}

body.post-type-archive-vehicles form.archive-form, form.tax-form{
    grid-column-start: span 3;
}

div.listing-box, a.listing-box{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

div.listing-box img, a.listing-box img {
  object-fit: cover;
  object-position: center;
  height: auto;
  max-height: 221px;
  width: 100%;
}

ul.spec-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  background: #1e1e1e;
  justify-content: center;
  margin: 0.5em 0;
}

ul.spec-info li {
  color: #fff;
  margin: 0;
  text-align: center;
}

div.listing-box h3, div.listing-box p, a.listing-box h3, a.listing-box p{
  text-align: center;
  margin: 0;
}

div.listing-box div.pricing-info, a.listing-box div.pricing-info{
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: 100%;
}

div.listing-box h3, a.listing-box h3 {
color: #F5EE27;
  margin-top: 20px;
}

div.listing-box p, a.listing-box p {
    color: #fff;
  font-size: 0.8em;
  margin: 0 0.5em;
  width: 90%;
}

div.listing-box ul.spec-info, a.listing-box ul.spec-info{
    background: transparent;
}

div.listing-box ul.spec-info li, a.listing-box ul.spec-info li{
    background: #2c2d33;
    color: #fff;
    padding: 4px 7px;
}

div.listing-info {
  margin-top: 16px;
  gap: 16px;
}

div.listing-info p {
  font-size: 14px;
  text-align: center;
  flex: 0 0 45%;
  margin: 0;
  width: 90%;
}

div.listing-info p span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}

div.listing-info a {
  align-self: end;
  width: 45%;
  font-size: 0.9em;
}

div.listing-info a.button {
  align-self: end;
  width: 45%;
  font-size: 0.9em;
  padding: 0.6em 1.25em;
}

div.listing-info a.button:after {
  content: "";
  margin-left: 0;
}

div.listing-box a.button:hover{
    color: #1e1e1e;
}

.archive-listing-wrapper .listing-box{
    display: grid;
}

.archive-listing-wrapper .listing-box.alt{
    border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px -1px rgba(189,189,189,0.52);
    -webkit-box-shadow: 4px 4px 10px -1px rgba(189,189,189,0.52);
    -moz-box-shadow: 4px 4px 10px -1px rgba(189,189,189,0.52);
    width: 100%;
    max-width: 95%;
    background: #1e1e1e;
    justify-self: center;
}

.archive-listing-wrapper .listing-box img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.archive-listing-headline{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

div.archive-listing-headline p.archive-listing-price, div.archive-listing-headline h3{
    color: #F5EE27;
    font-size: 1.5em;
    font-weight: 700;
}

.archive-listing-wrapper .listing-box.alt div.archive-listing-headline p.archive-listing-price, .archive-listing-wrapper .listing-box.alt div.archive-listing-headline h3{
    font-weight: 300;
}

div.archive-listing-headline h3{
    margin-bottom: 8px;
}

div.archive-listing-headline h3, div.archive-listing-headline p{
    text-align: left;
}

div.archive-listing-headline p{
    font-size: 1em;
}

div.archive-listing-wrapper ul.spec-info{
    background: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
    grid-row-gap: 0.5em;
    padding: 0;
    margin: 1em 0;
}

div.archive-listing-wrapper ul.spec-info li i{
    color: #F5EE27;
}

div.archive-listing-wrapper ul.spec-info li::after {
    content: "";
    display: none;
}

@media only screen and (max-width: 1115px) {

    .listing-box {
      flex: 0 0 33%;
    }

}

@media only screen and (max-width: 850px) {

    .listing-box {
      flex: 0 0 50%;
    }

    body.post-type-archive-vehicles form.archive-form, form.tax-form{
        grid-column-start: span 2;
    }

    div.archive-listing-wrapper{
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width: 700px) {

    .archive-listing-wrapper .listing-box{
        grid-template-columns: 1fr;
        width: 85%;
        justify-self: center;
    }

    body.post-type-archive-vehicles form.archive-form, form.tax-form{
        grid-column-start: span 1;
    }

    div.archive-listing-wrapper{
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 560px) {

    .listing-box {
      flex: 0 0 75%;
    }

    .archive-listing-headline{
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 400px) {

    .listing-box {
      flex: 0 0 85%;
    }

}

/*  /////////////////////////////////////////////////////////////////////////////////////////// LISTINGS ALT ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////// LISTINGS ALT ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////// LISTINGS ALT ///// */

.scroll-gallery-outer {
    display: grid;
    margin-top: 3em;
}

.scroll-gallery-outer h2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    align-items: center;
    justify-self: center;
    color: #fff;
    background-color: #D31C1B;
    padding: 0.5em 2em;
    text-align: center;
}

.scroll-gallery-outer p {
    display: grid;
    grid-column: 2 / 16;
    margin: 2em 0 0 0;
    text-align: center;
    max-width: 1000px;
    justify-self: center;
}

.scroll-gallery {
    display: flex;
    grid-column: 1 / 17;
    align-items: center;
    justify-items: center;
    /* margin: 2em 0; */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.slider {
    background: white;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    align-items: center;
    padding: 3em 0;
}

.slider .slide-track {
    display: flex;
    gap: 2em;
    animation: scroll 14s linear infinite;
}

.slide-track .listing-box {
    display: grid;
  flex: 0 0 30%;
  padding: 0;
  background: #000;
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px -1px rgba(189,189,189,0.52);
    -webkit-box-shadow: 4px 4px 10px -1px rgba(189,189,189,0.52);
    -moz-box-shadow: 4px 4px 10px -1px rgba(189,189,189,0.52);
}

.slide-track .listing-box *{
    align-self: start;
}

@media only screen and (max-width: 1020px) {

    .slide-track .listing-box {
      flex: 0 0 50%;
    }

}

@media only screen and (max-width: 600px) {

    .slide-track .listing-box {
      flex: 0 0 70%;
    }

}

.slide-track .listing-box *{
  box-sizing: border-box;
}

.slide-track .listing-box p{
  grid-column: 1 / 2;
  margin: 0 24px;
  width: auto !important;
  justify-self: start;
}

.slide-track div.listing-box h3, .slide-track a.listing-box h3{
  max-width: 100%;
  margin: 0 24px;
  width: auto !important;
  justify-self: start;
}

.slide-track div.listing-box img, .slide-track a.listing-box img {
  border-radius: 18px 18px 0 0;
  height: auto;
  max-height: 100%;
  margin-bottom: 24px;
}

.slide-track *{
    font-size: 1.25em !important;
    color: #fff !important;
    text-align: left !important;
    font-weight: 300 !important;
}

.slide-track a.button{
    border-radius: 0;
    text-align: center !important;
    width: 100%;
    font-size: 1em !important;
    padding: 0.6em 10px;
}

.slide-track a.button:nth-child(1){
    border-radius: 0 0 0 18px;
}


.slide-track a.button:nth-child(2){
    background: transparent;
    border: 1px solid #F5EE27;
    border-radius: 0 0 18px 0;
    color: #1e1e1e !important;
}

.slide-track a.button:nth-child(2):hover{
    background: #F5EE27;
    color: #1e1e1e !important;
}

.slide-track .buttons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    align-self: end;
}


@media only screen and (max-width: 800px) {


    .scroll-gallery-outer {
        margin-top: 5em;
    }

    .scroll-gallery-outer h2 {
        padding: 0.5em 1em;
    }

    .slider {
        padding: 0
    }

    .slide-track .buttons{
        grid-template-columns: 1fr;
    }

    .slide-track a.button:nth-child(1){
        border-radius: 0;
    }

    .slide-track a.button:nth-child(2){
        border-radius: 0 0 18px 18px;
    }
    
    

}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// BLOG LISTINGS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// BLOG LISTINGS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// BLOG LISTINGS ///// */


section.blog-listing-container {
  display: flex;
  gap: 1em; /* Adjust gap if needed */
  flex-wrap: wrap;
}

div.blog-listing-box {
  background: #d9d9d9;
  flex: 1 1 20%; /* This sets each item to take up 25% of the container width */
}

div.blog-listing-box img {
  object-fit: cover;
  object-position: center;
  height: auto;
  max-height: 221px;
  width: 100%;
}

div.blog-listing-box h3, div.blog-listing-box p {
  padding: 0 16px;
}

div.blog-listing-box h3 {
  color: #F5EE27;
}

div.blog-listing-info {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 16px;
}

@media only screen and (max-width: 960px) {
  div.blog-listing-box {
    flex: 1 1 50%; /* Sets two items per row on smaller screens */
  }
}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// BENEFITS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// BENEFITS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// BENEFITS ///// */

section.benefits.alt{
    padding-bottom: 0;

}

section.benefits > div.content-area{
  grid-column: 1 / 17;
}

section.benefits h2, section.benefits p{
  text-align: center;
  max-width: 400px;
  justify-self: center;
}

section.benefits.no-max h2, section.benefits.no-max p{
  max-width: 90%;
}

section.benefits p{
  font-size: 1.2em;
}

div.benefits-container{
  background: #1e1e1e;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: space-around;
}

div.benefits-container.alt{
  background: #1e1e1e;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  position: relative;
  grid-column: 1 / 17;
}

div.benefit{
  flex: 1 1 20%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  max-width: 20%;
  min-width: 275px;
}

div.benefits-container.alt div.benefit{
  flex-grow: 1;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
  width: 100%;
  min-width: 1px;
  display: grid;
  align-content: center;
}

div.benefits-container.alt div.benefit:hover{
  background: #F5EE27;
}

div.why-intro{
    width: 100%;
    max-width: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

div.benefit h3{
  color: #fff;
}

div.benefit i, div.benefit p{
  color: #fff;
}

div.benefit i{
  font-size: 3em;
}

div.benefits-container.alt div.benefit i{
  font-size: 2em;
  margin-bottom: 12px;
}

div.benefits-container.alt div.benefit p{
  font-size: 1em;
  font-weight: bold;
}

section.benefits.split{
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}

div.why-split-content:nth-child(1){
    display: grid;
    padding: 40px;
    align-content: center;
}

div.why-split-content:nth-child(1) p{
    max-width: 760px;
    text-align: left;
}

div.why-split-content div.benefits-container{
    padding: 40px;
    height: 100%;
}

@media only screen and (max-width: 1306px) {

    section.benefits.split{
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 720px) {

    div.benefits-container.alt div.benefit{
      flex-basis: 100%;
    }

}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// CTA ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// CTA ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// CTA ///// */


div.banner-cta{
  display: grid;
  justify-self: end;
  max-width: 458px;
  background: #1E1E1E;
  grid-column: 10 / 16;
  grid-row-gap: 24px;
  padding: 24px;
}

div.banner-cta h2, div.banner-cta p{
  margin: 0;
}

div.banner-cta h2{
  color: #fff;
}

div.banner-cta p{
  color: #F5EE27;
  width: auto;
}

div.banner-cta a{
  color: #fff;
}

div.banner-cta a.button{
  background: #fff;
  color: #1e1e1e;
}

div.banner-cta-box{
  background: #F5EE27;
  position: relative;
  max-width: 458px;
  grid-column: 10 / 16;
  grid-row-gap: 24px;
  max-height: 166px;
  overflow: hidden;
  padding: 24px;
  margin-top: 8px;
}

@media only screen and (max-width: 880px) {

  div.banner-cta, div.banner-cta-box{
    max-width: 100%;
    grid-column: 2 / 16;
    width: 100%;
  }



}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// PRE FOOTER ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// PRE FOOTER ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// PRE FOOTER ///// */

section.pre-footer{
  background: #F5EE27 url('../img/banner-car.jpeg') no-repeat center / cover;
  grid-column-gap: 1em;
  margin-top: 2em;
}

img.pre-foot-img{
  grid-column: 1 / 7;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

div.address{
  background: #fff;
  grid-column: 7 / 11;
  display: grid;
  grid-template-columns: 2em 1fr;
  grid-column-gap: 1em;
  padding: 1em;
}

div.address i{
  color: #000;
  font-size: 2em;
}

div.times{
  background: #F5EE27;
  grid-column: 12 / 16;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1em;
}

div.times i{
  color: #fff;
  font-size: 2em;
}

div.times label, div.times b{
    color: #1e1e1e;
    margin-bottom: 0.6em;
}

div.times h2, div.social-icons{
  grid-column-start: span 2;
}

div.times h2{
  font-size: 1.1em;
  color: #1e1e1e;
}

section.pre-footer.alt div.address, section.pre-footer.alt div.times{
    grid-column: 1 / 5;
}

section.pre-footer.alt{
    padding: 0;
    grid-column-gap: 0;
    margin-top: 0;
}

section.pre-footer.alt div.address{
    background: #f2f2f2;
}

@media only screen and (max-width: 960px) {

    section.pre-footer.alt div.address{
        grid-column: 1 / 9;
    }

    section.pre-footer.alt div.times{
        grid-column: 9 / 17;
    }

}

@media only screen and (max-width: 880px) {

  section.pre-footer > .full-width-wrapper{
    grid-row-gap: 2em;
  }

  section.pre-footer > .full-width-wrapper > *{
    grid-column: 2 / 16 !important;
  }

}

@media only screen and (max-width: 665px) {

    section.pre-footer.alt div.address, section.pre-footer.alt div.times{
        grid-column: 1 / 17;
    }

}


/*  /////////////////////////////////////////////////////////////////////////////////////////////// SEARCH ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SEARCH ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SEARCH ///// */

section.search-container{
  grid-row-gap: 1em;
}

div.search{
  background: #1e1e1e;
  padding: 2em 4em;
  border-top: 10px solid #F5EE27;
}

div.search h1, div.search h2, div.search h3, div.search h4, div.search h5, div.search h6{
  color: #fff;
  margin: 0 24px 0;
}

form.vehicle-search{
  margin-top: 1em;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  grid-gap: 1em;
}

form.vehicle-search input[type="submit"]{
  background: #fff;
  color: #1e1e1e;
  grid-column-start: 1;
}

form.vehicle-search select{
  background: #D9D9D9;
  padding: 0.5em;
}

@media only screen and (max-width: 880px) {

  form.vehicle-search{
    grid-template-columns: 1fr;
  }

}

div.search-listing{
  display: grid;
  background: #D9D9D9;
  padding: 1em;
  grid-template-columns: 400px 1fr;
  grid-gap: 2em;
  grid-column: 2 / 16;
}

div.search-listing img{
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

div.search-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1em;
}

div.search-title{
  justify-self: start;
}

div.search-price{
  justify-self: end;
} 

div.search-price label{
  color: #F5EE27;
  font-weight: 700;
  font-size: 1.5em;
}

div.search-price label:first-of-type{
  border-right: 1px solid #000;
  padding-right: 8px;
  margin-right: 8px;
}

div.search-spec{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}

div.spec-item{
  display: flex;
  border-bottom: 1px solid #000;
  justify-content: space-between;
}

div.spec-item i{
  color: #F5EE27;
  font-size: 1.4em;
}

div.spec-item label{
    color: #fff;
}

div.spec-item b{
    color: #fff;
  font-weight: 700;
}

div.search-spec, div.search-action{
  grid-column-start: span 2;
}

div.search-action{
  display: flex;
}

div.search-action a{
  align-self: end;
}

/*  /////////////////////////////////////////////////////////////////////////////////////////////// SINGLE VEHICLE ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SINGLE VEHICLE ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SINGLE VEHICLE ///// */

img.vehicle-gallery-thumb{
    cursor: pointer;
}

article.single-vehicle{
  grid-template-columns: 60% 1fr;
  grid-column-gap: 2em;
}

article.single-vehicle-alt{
    grid-template-columns: 1fr;
    max-width: calc(100% - 32px);
}

div.vehicle-attention-grabber{
    border-left: 2px solid #F5EE27;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

div.vehicle-attention-grabber label{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
}

section.vehicle-info, section.vehicle-cta{
  grid-template-columns: 1fr;
  padding: 0;
  grid-column: auto;
}

section.vehicle-info.alt{
    grid-template-columns: 65% 1fr;
    margin-top: 2em;
    grid-gap: 21px;
    max-width: 100%;
}

section.vehicle-cta{
  position: relative;
}

div.vehicle-cta.alt{
    padding: 2rem;
    background: #2c2d33;
}

div.vehicle-cta.alt h1{
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    max-width: 100%;
    margin-top: 0;
}

p.single-price{
    color: #f8f9fa;
    font-weight: 300;
    font-size: 32px !important;
    max-width: 100%;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

div.listing-box p.single-price, a.listing-box p.single-price{
    margin-bottom: 20px;
}

div.pricing-info p.monthly-price{
    display: none;
}

p.montly-price{
    color: #f8f9fa;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    text-transform: uppercase;
    display: none !important;
}

p.monthly-price-amount{
    color: #f8f9fa;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    display: none;
}

p.monthly-price-amount a{
    color: #f8f9fa;
    font-weight: 300;
}

p.single-derivative{
    color: #f8f9fa;
    font-size: 1em;
    max-width: 100%;
}

div.single-vehicle-highlights{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px;
    margin: 16px 0;
    width: 100%;
}

div.vehicle-description{
    margin-bottom: 20px;

}

div.pricing-info{
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: fit-content fit-content;
    grid-template-rows: fit-content fit-content;
    width: fit-content;
}

div.pricing-info p{
    color: #f8f9fa;
    margin-bottom: 0;
}

div.single-vehicle-highlights p{
    margin: 0;
    font-size: 1em;
    align-self: center;
    justify-self: start;
    text-align: left;
    background: #000;
    padding: 6px 8px;
    color: #f8f9fa;
    font-weight: 300;
}

div.single-vehicle-highlights strong{
    font-weight: 500;
    color: #f8f9fa;
}

section.vehicle-info img{
    align-self: center;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}



div.vehicle-gallery{
  display: flex;
  justify-content: center;
  gap: 21px;
  flex-flow: row wrap;
  margin-top: 20px;
  width: 100%;
}

div.vehicle-gallery.alt{
    grid-column: 1 / 3;
    justify-content: start;
}

div.vehicle-gallery img{
  width: 100%;
  max-height: 75px;
  object-fit: cover;
  object-position: center;
  max-width: 100px;
}

div.single-vehicle-ctas{
    display: grid;
    grid-row-gap: 6px;
}

div.single-vehicle-ctas a.button{
    width: 100%;
}

body.dark-light div.single-vehicle-ctas a.button:hover{
    color: #F5EE27 !important;
}

 @media only screen and (max-width: 980px) {

    section.vehicle-info.alt{
        grid-template-columns: 1fr;
        width: calc(100% - 4em);
        justify-self: center;
    }

    div.vehicle-gallery.alt{
        grid-column: 1 / 2;
    }

    div.single-vehicle-highlights{
        grid-template-columns: repeat(3, 1fr);
    }

}

 @media only screen and (max-width: 585px) {

    div.single-vehicle-highlights{
        grid-template-columns: repeat(2, 1fr);
    }

}

 @media only screen and (max-width: 445px) {

    div.single-vehicle-highlights{
        grid-template-columns: 1fr;
    }

}
        section.faqs h2{
            justify-self: start;
            padding: 0 15px;
        }
        .accordion {
            width: 100%;
            background-color: #000;
            margin: 20px auto 0;
            color: #fff;
            cursor: pointer;
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s;
            position: relative;
        }

        .accordion .arrow{
            font-size: 18px;
            color: #fff;
        }

        /* Title of the accordion */
        .accordion-title {
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            text-transform: uppercase;
        }

        /* The content section hidden by default */
        .accordion-content {
            display: none;
            font-size: 14px;
            color: #1e1e1e;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 16px;
        }

        .accordion-content p{
            justify-self: start;
            font-size: 24px;
            padding: 15px;
            max-width: 100%;
            grid-column-start: span 2;
        }

        /* Arrow styling */
        .arrow {
            transition: transform 0.3s ease;
            font-size: 40px;
            position: absolute;
            bottom: 10px;
            right: 15px;
            color: #fff;

        }

        /* Rotate arrow when active */
        .accordion.active .arrow {
            transform: rotate(180deg);
            top: 10px;
            bottom: auto;
        }

        /* Show content when active */
        .accordion.active + .accordion-content {
            display: grid;
        }

        .accordion-content div.spec-item{
            background: #3c3e46;
            color: #fff;
          display: grid;
          justify-content: start;
          grid-template-columns: 1fr 1fr;
          padding: 0.5em;
          margin: 16px 0 0 0;
          border-bottom: 0;
        }

div.scrolling-cta{
  display: grid;
  justify-self: center;
  align-self: start;
  grid-row-gap: 16px;
  position: relative;
  transition: none !important;
}

 div.scrolling-cta-title{
  background: #000;
  width: 100%;
  padding: 1.5em;
 }

 div.scrolling-price{
    background: #d9d9d9;
    padding: 1.5em;
    width: 100%;
 }

 div.scrolling-price p{
    color: #F5EE27;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    margin: 0;
 }

  div.scrolling-cta-title h1, div.scrolling-cta-title p{
  color: #fff;
 }

 div.scrolling-cta a.button{
  justify-self: stretch;
 }

 @media only screen and (max-width: 800px) {

    section.vehicle-info > img{
      margin: 24px 4%;
      width: 92%;
    }

article.single-vehicle{
  grid-template-columns: 1fr;
}

div.scrolling-cta{
    background: rgba(255,255,255,0.8);
    grid-row-gap: 8px;
    z-index: 999;
}

div.scrolling-cta-title{
    padding: 0.75em 1.5em;
}

div.scrolling-cta-title h1{
    font-size: 1.8em;
    margin: 0;
    max-width: 90%;
    text-align: center;
    justify-self: center;
}

div.scrolling-price{
    padding: 0.75em;
}

        .accordion-content {
            grid-template-columns: 1fr;
        }

}


/*  /////////////////////////////////////////////////////////////////////////////////////////////// SHARED ELEMENTS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SHARED ELEMENTS ///// */
/*  /////////////////////////////////////////////////////////////////////////////////////////////// SHARED ELEMENTS ///// */


div.no-results p{
    font-size: 1.5em;
    font-weight: 500;
    color: #F5EE27;
    text-align: center;
    max-width: 90%;
    justify-self: center;
}

.full-width{
  max-width: 100%;
}

div.full-width-wrapper{
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  justify-self: center;
  max-width: 1380px;
  width: 100%;
  grid-column: 1 / 17;
}

div.content-area{
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 2 / 16;
}

div.content-area ul, div.content-area ol{
    justify-self: center;
    max-width: 760px;
    width: 100%;
}

div.content-area.alt{
  background: #D9D9D9;
  border-radius: 5px;
  padding: 1em;
}

div.content-area.alt.two-col{
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}

div.content-area.alt.two-col img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

a.button{
  background: #F5EE27;
  border-radius: 32px;
  cursor: pointer;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  justify-self: start;
  align-items: center;
  text-align: center;
  letter-spacing: 0.002em;
  color: #1e1e1e;
  padding: 0.6em 1.75em;
  border: 1px transparent solid;
}

a.button:hover{
  background: transparent;
  color: #1e1e1e;
  border: 1px #F5EE27 solid;
}

a.button.alt{
  background: #fff;
  color: #1e1e1e;
}

.wysiwyg a.button:hover{
    color: #1e1e1e;
}

/* Colour for alt selected in options */

body.dark-light .listing-box{
    background-color: #383940 !important;
}

body.dark-light .listing-box p, body.dark-light .listing-box p span{
    color: #fff !important;
}

body.dark-light div.times h2, body.dark-light div.times i, body.dark-light div.times label, body.dark-light div.times b{
    color: #1e1e1e !important;
}

body.dark-light a.button{
    color: #1e1e1e !important;
}

body.dark-light a.button:hover{
    color: #1e1e1e !important
}

body.dark-light div.archive-listing-content li{
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

body.dark-light div.scrolling-price{
    background-color: #1e1e1e !important;
}

body.dark-light div.archive-listing-content ul.spec-info{
    background-color: transparent !important;
}

body.dark-light div.listing-box a.button:hover{
    color: #1e1e1e !important
}

@media only screen and (max-width: 860px) {

    div.content-area.alt.two-col img, div.content-area.alt.two-col div.content-wrap{
        grid-column-start: span 2;
    }

}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

div.wpcf7{
    background: #D9D9D9;
    border-radius: 5px;
    margin-bottom: 8px;
}

div.wpcf7 input, div.wpcf7 textarea{
  border: 0;
  padding: 0.6em;
  margin-bottom: 8px;
}

div.wpcf7 p{
    margin: 0;
}

span.wpcf7-list-item{
    margin: 0;
}

form{
  align-items: start;
  display: grid;
  padding: 1.5em;
  position: relative;
  justify-self: center;
  width: 100%;
}

form label{
  color: #F9F5F0;
  display: grid;
}

input,textarea{
  border: 2px solid #1E1E1E;
  padding: 0.6em;
}


input::placeholder, textarea::placeholder{
  color: #1E1E1E;
  font-size: 1em;
  font-family: poppins, sans-serif;
  font-weight: #500;
  text-align: left;
}

div.wpcf7 input[type="submit"]{
    margin-top: 8px;
}

input[type="submit"]{
  background: #F5EE27;
  border-radius: 32px;
  cursor: pointer;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
  justify-self: start;
  align-items: center;
  text-align: center;
  letter-spacing: 0.002em;
  color: #1e1e1e;
  padding: 0.6em 1.75em;
  border: 1px transparent solid;
}

input[type="submit"]:hover{
  background: transparent;
  color: #1e1e1e;
  border: 1px #F5EE27 solid;
}

form.banner-form.archive-form input[type="submit"]:hover{
  background: transparent;
  color: #F5EE27;
  border: 1px #F5EE27 solid;
}

form.archive-form{
    background: #1e1e1e;
    border-top: 6px solid #F5EE27;
    display: flex;
    gap: 0.75em;
    flex-wrap: wrap;
    width: 100%;
    justify-self: center;
}

body.page-template-template-home form.archive-form{
    border-radius: 0;
}

div.select-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    width: 100%;
}

div.select-wrap select {
    flex: 1 1 200px; /* allows it to grow/shrink with a min-width of 200px */
    min-width: 200px;
    padding: 0.5em;
}

div.button-wrap {
    flex: 1 0 100%;
    display: flex;
    justify-content: start;
}

body.page-template-template-home div.button-wrap, body.page-template-template-sub div.button-wrap{
    justify-content: center;
}

div.button-wrap input[type="submit"] {
    width: auto;
}

div.search-content-wrap{
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
}

div.search-content-wrap h2{
    text-align: center;
}

form.archive-form h2, form.archive-form p{
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output{
    border: 0;
    margin: 0;
    background: #F5EE27;
    padding: 1em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
}


/* ///// WP ///// */
/* ///// WP ///// */
/* ///// WP ///// */

.aiowps-site-lockout-body{
    grid-column: 2 / 16;
}

.aiowps-site-lockout-body p{
    color: #fff;
    font-weight: 500;
}

.has-text-align-left{
  text-align: left !important;
}

.has-text-align-right{
  text-align: right !important;
}

.has-text-align-center{
  text-align: center !important;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    grid-column: 2 / 6;
}

section.pre-footer.alt .responsive-iframe-container{
    grid-row: 1 / 3;
    grid-column: 5 / 17;
}

@media only screen and (max-width: 960px) {

    section.pre-footer.alt .responsive-iframe-container{
        grid-column: 1 / 17;
    }

}

.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Google Reviews Header */

div.content-area .ti-widget.ti-goog{
    overflow: hidden !important;
}

div.reviews-header .ti-widget{
    width: 100% !important;    
}

div.reviews-header .ti-fade-container{
    background: #fff !important;
    display: grid !important;
    grid-template-columns: auto 1fr 1fr !important;
    grid-column-gap: 16px !important;
    border-radius: 32px !important;
    padding: 6px 14px !important;
}

div.reviews-header .ti-reviews-container{
    display: none !important;
}

div.reviews-header .ti-rating-text:first-of-type{
    grid-row-start: span 2 !important;
    align-self: center !important;
}

div.reviews-header .ti-stars.star-lg{
    grid-row-start: span 2 !important;
    align-self: center !important;
}

div.reviews-header .ti-footer-grid, div.reviews-header .ti-widget-container{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

div.reviews-header .ti-widget.ti-goog .ti-rating-text strong.ti-rating{
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

div.reviews-header .ti-widget.ti-goog .star-lg .ti-star {
    width: 25px !important;
    height: 25px !important;
}

div.reviews-header .ti-widget.ti-goog .ti-rating-text .nowrap{
    margin-bottom: 0 !important;
}

div.reviews-header img.ti-logo-fb{
    width: 78px !important;
    height: 25px !important;
}

/* FLOATS */

/*.float-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.float-in.visible {
  opacity: 1;
  transform: translateY(0);
}*/

/* Servicing additions */
/* Servicing additions */
/* Servicing additions */

section.low-pad{
    padding: 1.5em 0;
}

/* Row of boxes */

div.row-boxes{
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(3, 1fr);
}

div.row-box{
    display: grid;
    align-content: start;
    grid-row-gap: 8px;
    padding: 2em;
    box-shadow: 0px 0px 20px 0px rgba(5.9999999999999964, 31.000000000000032, 74, 0.07);
    border: 1px solid #eaeaeb;

}

div.row-box.alt{
    background: #F5EE27;
}

div.row-box.alt p{
    color: #fff;
}

body.dark-light div.row-box.alt p{
    color: #1e1e1e;
}

div.row-box i{
    color: #F5EE27;
    font-size: 40px;
}

div.row-box.alt i{
    color: #fff;
}

@media only screen and (max-width: 700px) {

    div.row-boxes{
        grid-template-columns: 1fr;
    }

}

/* Icon List */

div.icon-list-item{
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 1em;
    width: 100%;
    max-width: 760px;
    justify-self: center;
}

div.icon-list-item i{
    align-self: center;
    justify-self: center;
    font-size: 30px;
    color: #fff;
}

div.icon-list-icon-wrap{
    align-self: start;
    background: #F5EE27;
    display: grid;
    height: 40px;
    width: 40px;
}

div.icon-list-item h2, div.icon-list-item h3{
    margin-top: 0;
}

ul.icon-list-bullets{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3em;
    max-width: 760px;
    width: 100%;
    padding: 0;
}

ul.icon-list-bullets li::before {
  content: "\2714";
  color: #F5EE27;
}

@media only screen and (max-width: 460px) {

    ul.icon-list-bullets{
        grid-template-columns: 1fr;
    }

}

/* Booking Widget */

section.booking-widget{
    background: #f7f7f7;
}

section.booking-widget iframe{
    justify-self: center;
    margin-top: 1.5em;
    max-width: 790px;
    width: 100%;
}

p.miles-vehicle{
    padding: 5px 12px;
    background: #F5EE27;
    border-radius: 20px;
    color: #000 !important;
    font-size: 12px !important;
    margin: 12px 24px !important;
}

p.vehicle-price{
    font-weight: 700 !important;
    margin-top: 12px !important;
}

/* CODEWEAVERS */

#loading-spinner,
#error-message {
    display: none;
}

#loading-spinner.is-visible {
    display: block;
}

#error-message.is-visible {
    display: block;
}

/* FCA Info */

section.fca-info{
    background: #2c2d33;
    padding: 1.5em;
    width: 100%;
    grid-template-columns: 1fr;
}

section.fca-info *{
    color: #fff;
}

section.fca-info{
    background: #2c2d33;
    padding: 1.5em;
    width: 100%;
}

section.fca-info *{
    font-size: 1em;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

section.fca-info.light-grey{
    background: #e3e7e9;
}

section.fca-info.light-grey *{
    color: #2b2b2b;
}

section.reduce-text *{
    font-size: 0.7em;
}

/* Logo Row */

.logo-row{
    background: #2c2d33;
    display: flex;
    padding: 3px;
    gap: 3px;
    justify-content: space-between;
    grid-template-columns: 1fr;
}

div.logo-container{
    display: grid;
    border-radius: 8px;
    max-height: 140px;
    width: 100%;
}

div.logo-container img{
    align-self: center;
    justify-self: center;
    max-width: 70%;
    max-height: 90%;
}

/* CTA WITH NUMBER */

section.cta-number{
    background: #2c2d33;
    padding: 2em 0;
}

div.cta-number-wrap{
    display: grid;
    grid-template-columns: 60px 1fr;
    justify-self: center;
    grid-gap: 8px;
}

div.cta-number-wrap i{
    font-size: 50px;
    color: #fff;
}

p.cta-number-text{
    font-size: 1.7em;
    color: #fff;
}

p.view-appointment{
    text-align: center;
    text-transform: uppercase;
    color: #848794;
}

/* NUMBER OF VEHICLES */

section.vehicle-numbers{
    background: #2c2d33;
    padding: 3em 0;
}

section.vehicle-numbers h2{
    font-size: 1.6em;
    font-weight: 300;
    color: #fff;
    border-bottom: 2px solid #fff;
    justify-self: start;
    width: fit-content;
    margin-bottom: 20px;
}

ul.vehicle-make-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-self: start !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0;
}

ul.vehicle-make-list li{
    flex-basis: 20%;
}

div.footer-column ul{
    gap: 8px;
}

div.footer-column ul.vehicle-make-list li{
    flex-basis: calc(50% - 4px);
    font-size: 0.9em;
}

ul.vehicle-make-list li span{
    display: inline-block;
    background: #949494;
    height: 30px;
    width: 30px;
    margin-right: 6px;
    border-radius: 1px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

ul.vehicle-make-list a{
    color: #fff;
}

div.footer-column ul.vehicle-make-list a{
    color: #1e1e1e;
}

@media only screen and (max-width: 960px) {

    ul.vehicle-make-list li{
        flex-basis: 30%;
    }

}

@media only screen and (max-width: 975px) {

    section.vehicle-numbers ul.vehicle-make-list{
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width: 660px) {

    ul.vehicle-make-list li{
        flex-basis: 50%;
    }

    ul.vehicle-make-list{
        grid-template-columns: 1fr 1fr;
    }

    section.vehicle-numbers ul.vehicle-make-list{
        grid-template-columns: 1fr;
    }

}


@media only screen and (max-width: 460px) {

    ul.vehicle-make-list li{
        flex-basis: 100%;
    }

    ul.vehicle-make-list{
        grid-template-columns: 1fr;
    }

}

/* Single Vehicle Tabs */

section.vehicle-tabs{
    background: #2c2d33;
    grid-template-columns: 1fr;
    padding: 0;
    margin-top: 16px;
}

.tabs {
  display: flex;
}

.tabs button {
  background: #fff;
  border: none;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 16px;
}

.tabs button:hover {
  background-color: #e0e0e0;
}

.tabs button.active {
  background: #2c2d33;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.active {
  display: block;
}

.tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6, .tab-content p, .tab-content label{
    color: #fff;
    justify-self: start;
    max-width: 100%;
}

/* 404 */

article.post.not-found{
    padding: 3em 0;
    grid-template-columns: 1fr;
}

article.post.not-found form{
    padding: 0;
    grid-row-gap: 12px;
    max-width: 760px;
}
