/*
Theme Name: Startupx Child
Theme URI: https://www.codegearthemes.com/startupx
Description: Child theme for Startupx
Author: CodeGearThemes
Author URI: https://www.codegearthemes.com
Template: startupx
Version: 1.0.0
*/



:root{
    --theme--accent-color: #3FBAEF;
    --theme--link-color: #003049;
    --theme--link-hover-color: #9b287b;
    --theme--button-bg-hover-color: #f5f5f5;
}

html{
    scroll-behavior: smooth;
}

body{
    color: #001500;
}

body:is(.page-template) {
    margin: 0;
}

a{
    color: var(--theme--link-color);
    transition: 0.5s;
}

a:hover,
a:visited{
    color: var(--theme--link-hover-color);
}

th {
    text-align: -webkit-auto;
}



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"], 
textarea {
    border-radius: 0;
    margin-bottom: 2px;
    height: 45px;
    font-weight: 500;
}

.purple-block a {
    color: #fff;
    transition: 0.6s;
}

.purple-block a:hover {
    color: #000;
    transition: 0.3s;
}

.btn, 
.btn-primary, 
.read-more, 
.error404 .error-404 .search-form .search-submit {
    border-radius: 5px;
}

a.btn.red {
    background: var(--theme--primary-color);
    color: var(--theme--button-text-color);
}

a.btn.red:hover,
.brochure-download a:hover,
.badcredit .wp-block-button a:hover{
    background: var( --theme--button-bg-hover-color) !important;
    color: var(--theme--secondary-color);
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 10%);
}

.btn:hover, 
.btn-primary:hover, 
.sidebar-widget .wp-block-search .wp-block-search__button:hover, 
.read-more:hover, 
input[type="submit"]:hover, 
.read-more:focus, 
.readmore:active,
.post-content-wrapper .rte-content .read-more.more-link:hover{
    background: var( --theme--button-bg-hover-color);
}

p {
    margin: 0 0 15px 0;
}





/* Header */

.site-header {
    padding: 52px 0 12px 0;
    border-bottom: none;
}

.site-header .tap-to-call{
    display: none;
}

.site-header .logo-group .site-branding {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    flex: 0 0 55%;
    transition: 0.6s;
    max-width: var(--theme--desktop-logo-size);
    transition: 0.3s;
}

.site-header .logo-group .site-branding a {
    text-decoration: none;
}

.site-header .logo-group .site-branding:hover {
    transition: 0.3s;
    background-size: contain;
    transform: scale(0.95);
}

.site-header .logo-group {
    display: flex;
    gap: 30px;
}

.site-header  .header-widget {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 45%;
    column-gap: 20px;
}

.site-header .header-widget .widget, 
.site-header .header-widget figure {
    margin: 0;
}

.site-header .header-widget .widget{
    position: relative;
    top: -13px;
}

.site-header .main-navigation ul> li> a {
    padding: 0;
    width: 100%;
    color: #595959;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.site-header .main-navigation .menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .main-navigation .menu-item-has-children .item-toggle {
    margin: 0 0 0 4px;
}

.site-header .header-action-button a {
    border-radius: 5px;
    padding: 10px 30px;
    margin: 0;
    transition: 0.3s;
    background: var(--theme--primary-color);
    color: var(--theme--button-text-color);
    font-weight: 700;
    letter-spacing: 0;
    font-size: 14px;
}

.site-header .header-action-button a:hover,
.controls form input[type="submit"]:hover,
.category-box .header-action-button a:hover{
    background: var(--theme--button-bg-hover-color);
    color: var(--theme--button-text-hover-color);
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 10%); 
    outline: none;
}


.site-header .phone-number {
    text-align: right;
    padding: 4px 25px 0 0;
}

.site-header .phone-number .label {
    text-transform: uppercase;
}

.site-header .phone-number .phone {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}


.site-header .logo-group .site-branding img {
    width: 100%;
}

.site-header .site-branding .logo-caption {
    width: 185px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1;
}

.header-widget .widget a {
    display: block;
}

.site-header .right-side{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.main-navigation li {
    margin-right: 15px;
}
.main-navigation li:last-child,
.main-navigation li:last-child, .main-navigation li:nth-last-child(2){
    margin-right: 0;
}

.main-navigation ul .menu-item-has-children>.sub-menu {
    flex-direction: column;
    padding: 20px;
    z-index: 11;
    border-radius: 5px;
    box-shadow: none;
    min-width: 170px;
    text-align: left;
}

.main-navigation ul .menu-item-has-children>.sub-menu a {
    padding: 5px;
    display: block;
    width: 100%;
    text-align: left;
}

.main-navigation ul .menu-item-has-children>.sub-menu li {
    margin-right: 0;
    width: 100%;
}

.main-navigation  .bold-menu a {
    font-weight: 700 !important;
}



.header--main-navigation {
    flex: 0 0 77%;
    display: flex;
    align-items: center;
}

.header-action-button {
    flex: 0 0 23%;
    display: flex;
    justify-content: flex-end;
}

.phone-number {
    flex:  0 0 100%;
}





/* Hero Slider */

.section-hero .block--image-slider .slider-inner .content {
    justify-content: flex-end;
    padding: 0;
    text-align: left !important;
    width: 100%;
	align-items: unset !important;
}

.section-hero .swiper-slide[data-swiper-slide-index="0"] .content  .title,
.section-hero .swiper-slide[data-swiper-slide-index="0"] .content  .subtitle {
    max-width: 685px;
    background: #fff;
    margin: 0 20px;
}

.section-hero .content .title, 
.section-hero .content .subtitle{
    text-align: left;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    max-width: 685px;
    margin: 20px;
    padding: 20px;
}

.section-hero .content .title:only-of-type {
    margin-bottom: 20px;
}

.section-hero .swiper-slide[data-swiper-slide-index="0"] .content .title,
.section-hero .swiper-slide[data-swiper-slide-index="0"] .content .subtitle {
    padding: 20px 20px 0 20px;
}

.section-hero .swiper-slide[data-swiper-slide-index="0"] .content .subtitle {
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.section-hero .block--image-slider .slider-inner .content .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
}

.section-hero .swiper-slide[data-swiper-slide-index="4"] .subtitle,
.section-hero .swiper-slide[data-swiper-slide-index="5"] .subtitle{
    margin-bottom: 20px !important;
    margin-top: 0;
    padding-top: 0;
}

.section-hero .swiper-slide[data-swiper-slide-index="4"] .title,
.section-hero .swiper-slide[data-swiper-slide-index="5"] .title{
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.section-hero .swiper-slide[data-swiper-slide-index="4"] .subtitle small,
.section-hero .swiper-slide[data-swiper-slide-index="5"] .subtitle small{
    display: block;
}

.banner-search-box {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 2;
    padding: 20px;
    max-width: 340px;
    margin: 30px;
}

.banner-search-box .controls form input[type="submit"] {
    padding: 5px 5px 5px 20px;
}

.banner-search-box .controls form select.select-vansizetype {
    margin: 0 0 10px 0;
}

.block--clients-slider{
    overflow: hidden;
}


/* Blog Page */

.blog--page-header {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 170px 0 0 0 !important;
    margin-bottom: 20px;
}

.blog--page-header .page-title {
    display: flex;
    margin: 0;
    align-items: flex-end;
    justify-content: flex-start;
    width: fit-content;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 700;
    color: #394a55;
    background: #f5f5f5;
    font-family: 'Open Sans';
}

.breadcrumb .trail-items {
    display: flex;
    list-style: none;
    background-color: #fff;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    flex-wrap: wrap;
}

.breadcrumb .trail-items a {
    text-decoration: none;
}

.breadcrumb .trail-items a[rel="home"] span{
    font-size: 0;
}

.breadcrumb .trail-items a[rel="home"],
.breadcrumbs >.breadcrumb-item > a{
    display: inline-flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.breadcrumb .trail-items a[rel="home"] span,
.breadcrumbs >.breadcrumb-item > a span {
    background-image: url('./assets/images/home.svg');
    width: 12px;
    background-size: 12px;
    background-repeat: no-repeat;
    position: relative;
    font-size: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.breadcrumb .trail-items a[rel="home"] span{
    top: -2px;
}

.breadcrumbs .breadcrumb-sep{
    background-image: url('./assets/images/breadcrumb-separator.svg');
    width: 12px;
    background-size: 12px;
    background-repeat: no-repeat;
    position: relative;
    font-size: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 5px;
}

.breadcrumb span.trail svg {
    width: 8px;
    height: 10px;
}

.breadcrumb span.trail {
    padding: 0 5px;
}

.post-content-wrapper .rte-content .post-thumbnail {
    float: left;
}

.post-content-wrapper .rte-content .post-thumbnail img {
    padding: 0;
    margin: 15px;
}

.post-content-wrapper {
    display: flex;
    gap: 50px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    padding: 30px 30px 0px 30px;
    clear: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 25%);
    margin-bottom: 20px;
}

.post-content-wrapper .post-date .month {
    font-size: 13px;
    color: #666;
    text-align: center;
}

.post-content-wrapper .post-date .day {
    color: #000;
    padding: 0;
    text-align: center;
    font-size: 25px;
    line-height: 17px;
    font-family: 'Montserrat';
    margin: 5px 0px 20% 5px;
    display: block;
}



.post-content-wrapper .content-wrapper .entry-title {
    color: #4e574b;
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    padding: 0px 20px 20px 20px;
    text-align: left;
}

.post-content-wrapper h2.entry-title a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 700;
}


.post-content-wrapper .rte-content .read-more.more-link {
    position: absolute;
    right: 30px;
    bottom: 15px;
    display: inline-block;
    background: var(--theme--secondary-color);
    color: #fff;
    text-decoration: none;
    transition: .2s;
    border-radius: 5px;
    padding: 7px 35px;
    font-weight: 700;
    letter-spacing: 0;
}

.post-content-wrapper .rte-content {
    margin: 0 0 60px;
    overflow: hidden;
    padding: 20px;
    background-color: #f5f5f5;
    color: #111;
    border-radius: 0 0 10px 10px;
}

.post-content-wrapper .rte-content .read-more.more-link:hover{
    color: var(--theme--secondary-color);
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 10%);
}

.post-content-wrapper .category-wrapper a {
    background: #00b3d2;
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    display: block;
    text-decoration: none;
}

.post-content-wrapper .category-wrapper .cats-Uncategorized {
    display: none;
}

.elementor-page.single.single-post .site-content .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: var(--theme--site-width);
}




/* Footer */

.site-footer .section-footer {
    padding: 100px 0;
    position: relative;
}

.site-footer .section-footer:before{
    content: "";
    position: absolute;
    width: 200px;
    height: 37px;
    background-image: url('./assets/images/footer-polygon-a.png');
    background-repeat: no-repeat;
    top: 0;
}

.site-footer .footer-block-one {
    font-size: 11px;
    color: #fff;
}

.footer-block-one figure {
    margin: 2px 0 30px 0;
}

.site-footer .widget ul li {
    letter-spacing: 0;
    line-height: 1.6;
}

.footer-block-two {
    padding-left: 5%;
}


span.wpcf7-form-control.wpcf7-acceptance {
    padding: 15px 0;
    display: block;
}

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

.footer-block-four br,
.contact-form br{
    display: none;
}

.footer-block-four input[type="submit"],
.contact-form  input[type="submit"]{
    height: 45px;
    line-height: 0;
    padding: 0 !important;
    width: 100%;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--theme--button-text-color);
}

.footer-block-four input[type="submit"]:hover, 
.contact-form input[type="submit"]:hover{
    color: var(--theme--button-text-hover-color);
}

.footer-block-four .wpcf7 .wpcf7-submit:not(disabled),
.contact-form .wpcf7 .wpcf7-submit:not(disabled){
    cursor: pointer;
}

.footer-block-four input[type="email"] {
    margin-bottom: 1px;
}

.contact-form input, .contact-form textarea {
    border: none;
}

.footer-block-four textarea{
    height: 80px;
}


.contact-form  textarea{
    height: 95px;
}

.footer-block-four .submit-polygon {
    position: relative;
    margin-top: 25px;

}

.footer-block-four .submit-polygon:after{
    content: "";
    position: absolute;
    background-image: url('./assets/images/footer-polygon-b.png');
    background-repeat: no-repeat;
    right: -15px;
    top: -35px;
    width: 76px;
    height: 61px;
    z-index: 0;

}

.footer-block-three .socials {
    padding: 10px 10px 6px 10px;
    background: #b1b1b1;
    border: 2px solid #00b3d1;
}

.footer-block-three .socials ul {
    gap: 3px;
    flex-wrap: nowrap;
}

.footer-block-three .socials svg {
    width: 15px;
    height: 15px;
}

.footer-block-three .socials .wp-block-social-link {
    border-radius: 0;
}

.footer-block-three .socials p {
    margin: 0 0 8px 0;
}

.footer-block-two .menu li {
    margin: 0 0 0 20px !important;
}

.footer-block-two .menu li a {
    text-decoration: underline !important;
    font-weight: 600;
}

.footer-block-two .menu li a:hover {
    color: #00b3d1;
}


.section--footer-widget p {
    margin: 0;
}

/* Mailchimp */

form label {
    text-align: left;
}

.inner {
    display: flex;
}

#mc_embed_signup .inner input {
    width: calc(100% - 65px) !important;
    margin-right: 10px !important;
    height: 45px !important;
}

#mc_embed_signup input.email {
    width: 100% !important;
}

#mc_embed_signup .inner input.btn {
    width: 55px !important;
    margin-right: 0 !important;
    padding: 10px !important;
    text-align: center;
}

#mc_embed_signup form .btn {
    border-radius: 5px;
    padding: 10px 30px;
    margin: 0;
    transition: 0.3s;
    background: #00b3d1;
    display: block;
    color: var(--theme--button-text-color);
    font-weight: 700;
    border: none;
    cursor: pointer;
}

#mc_embed_signup form .btn:hover {
    background-color: #202020;
    color: #fff;
}


/* CPT vans Archive  */

.section--vans-manufacturer-template .m-header-section,
.section--vans-single-template .m-header-section,
.section--vans-body-template .m-header-section,
.section--archive-van-template .m-header-section{
    padding: 20px 0 350px 0;
    background: #303030;
}

.sale-banner {
    background: var(--theme--accent-color);
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 50px;
    color: #fff;
    transition: 0.5s;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none;
    margin: 20px 0;
    font-weight: bold;
}

.sale-banner:visited{
    color: #fff;
}

.sale-banner:hover {
    transform: scale(1.02);
    transition: 0.5s;
    background: #f5f5f5;
    color:  var(--theme--secondary-color);
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 10%);
}



.sale-banner span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0 0 0;
}

.page-heading h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 100;
    font-family: 'Open Sans';
}

.taxonomy-description {
    color: #fff;
}

.section-common{
    margin-top: -330px;
    padding-bottom: 30px;
}

.m-body-section {
    position: relative;
    z-index: 1;
}

.m-body-section .widget {
    margin: 0;
}

.search-box {
    position: relative;
    width: 100%;
    margin: 0;
    background: #454546;
    color: #fff;
    padding: 30px;
}

.search-box h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0px 0 30px 0;
    font-weight: 300;
}



.widget .search-box  p {
    margin: 0 0 20px;
    font-size: 12px;
}

.search-box h4 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    line-height: 0.1em;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
}

.search-box h4 span {
    background: #454546;
    padding: 0 10px;
    color: #fff;
    position: relative;
}

.search-box .wp-block-buttons > * {
    width: 100%;

}

.search-box .wp-block-button__link {
    width: 100%;
    padding: 16px 30px;
    border-radius: 5px;
    font-size: 20px;
    white-space: normal;
    font-weight: 700;
    color: var(--theme--button-text-color);
}

.search-box .wp-block-button__link:hover {
    background-color: var( --theme--button-bg-hover-color) !important;
    color: var(--theme--button-text-hover-color);
}

 .form-quote-block {
    background: #3e3d3d;
    color: #fff;
    text-align: center;
    padding: 50px 0 47px 0;
}

.form-quote-block p {
    font-family: 'Montserrat';
    font-size: 16px;
    margin: 0;
}

.form-quote-block .wp-block-button__link {
    padding: 0;
    font-family: 'Montserrat';
    font-size: 32px;
    line-height: 53px;
    font-weight: 900;
    color: #fff;
    background: transparent;
    transition: 0.5s;
}

.form-quote-block .wp-block-button__link:hover {
    font-size: 33px;
    color: #3fbaef;
}

.form-quote-block  .wp-block-buttons {
    justify-content: center;
}

.section--vans-manufacturer-template .badcredit,
.section--vans-body-template .badcredit{
    display: none;
}


.badcredit{
    padding: 20px;
    background: url('./assets/images/badcredit-bg.jpg') 50% 0%;
    margin-top: 30px;
}

.badcredit h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 40px 20px 50px 20px;
    margin: 0;
}

.badcredit p {
    padding: 8px 20px 20px;
    text-align: left;
    color: #fff;
}

.badcredit .wp-block-button a {
    margin: 30px 0 0 20px;
    color: var(--theme--button-text-color);
    font-weight: 700;
    padding: 16px 30px;
    font-size: 20px;
    white-space: normal;
}

.vans-sidebar{
    position: relative;
}

.vans-sidebar:before{
    content: "";
    background-image: url('./assets/images/polygons.png');
    width: 85px;
    height: 548px;
    position: absolute;
    left: -55px;
    top: 0;
    z-index: -1;
}

.vanblock {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    height: 100%;
}

.vanblock a {
    color: var(--theme--link-color);
    text-decoration: none;
}

.vanoffer {
    width: 162px;
    height: 84px;
    position: absolute;
    right: 0px;
    background: url('./assets/images/offer-text-bg.png');
    color: #fff;
    font-weight: 700;
    padding: 20px 0 0px 20px;
    font-size: 16px;
}

.vanimage {
    border-bottom: 1px solid #01a9c1;
    width: 100%!important;
    height: 279px!important;
}

.vanprice {
    width: 156px;
    height: 176px;
    background: url('./assets/images/van-price-bg.png');
    position: absolute;
    top: 240px;
    left: -55px;
    text-align: center;
    color: var(--theme--button-text-color);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 31px;
    padding: 46px 0 0 0;
}

.vanprice:after {
    content: "EX VAT";
    font-size: 14px;
    display: block;
    text-align: right;
    padding: 0 24px 0 0;
}

.posts-navigation {
    padding: 0 15px 15px 15px;
    flex: 0 0 100%;
}

.posts-navigation .nav-links a {
    color: var(--theme--button-text-color);
    font-weight: bold;
    text-underline-offset: 4px;
}

.m-body-section .post-card {
    margin-bottom: 30px;
}


.m-body-section .content-inner {
    overflow: visible;
    height: 100%;
}

.vanblock a:hover {
    color: var(--theme--link-hover-color);
}

.heading_block {
    margin: 17px 58px 10px 105px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.vantitle,
.features-heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: left;
    color: var(--theme--link-color);
}

.vantitle:hover {
    color: var(--theme--link-hover-color);
}

.vanmonthlyprice {
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.vandescription {
    font-style: italic;
    font-weight: 700;
}

.attention-grabber {
    background: #00adaf;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 800;
}

.view-deal button,
.view-deal .btn {
    cursor: pointer;
    transition: 0.3s;
    color: var(--theme--button-text-color);
    border-radius: 5px;
    border: 0;
    padding: 12px 30px;
    font-size: 20px;
    width: 280px;
    display: inline-block;
    font-weight: 700;
}

.view-deal button:hover{
    background: var(--theme--button-bg-hover-color);
    color: var(--theme--button-text-hover-color);
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 10%);
}

/* Van Single Post */

a.vaninsurance-banner {
    width: 100%;
    background: #ffa440;
    padding: 20px 0px;
    text-align: center;
    font-size: 27px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin: 20px 0 0 0;
    transition: 0.5s;
}

a.vaninsurance-banner:hover {
    background: #f58e1e;
    color: #000;
    transform: scale(0.99);
}

a.vaninsurance-banner .banner-txt span {
    text-decoration: underline;
    font-weight: 700;
}




.m-body-section .left-column {
    display: flex;
    flex-wrap: wrap;
}

.m-body-section .left-column .vanblock.mix {
    width: 48%;
    flex: 0 0 48%;
}

.m-body-section .vechile-details-block {
    background: #fff;
    width: 52%;
    flex: 0 0 52%;
    padding: 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

.m-body-section .feature-block {
    border-bottom: 1px solid #D44698;
    width: 109%;
    margin: 0 0 30px 0;
    height: 350px;
}

.m-body-section .feature-block .features-heading {
    color: #595959;
}

.m-body-section .feature-block ul {
    margin: 0 0 30px 0;
    width: calc(100% - 30px);
    padding: 0;
}

.m-body-section .feature-block ul li {
    margin: 0 0 0 10px;
    list-style: none;
    padding: 5px 0;
}

.m-body-section .feature-block ul li:before {
    background: url('./assets/images/vehicle-bullet.png');
    height: 40px;
    width: 40px;
    content: "";
    margin: 0px 30px 0 0;
    display: inline-block;
    position: relative;
    top: 14px;
}

.m-body-section .feature-block .fill-circles{
    width: 34px;
    height: 36px;
    float: left;
    background: url('./assets/images/fill-circles.png');
    margin: -10px 0 0 80px;
}

.m-body-section .feature-block a.simple-link {
    float: right;
    margin: 20px 30px 0 0;
    text-decoration: none;
    font-weight: 700;
}

.m-body-section .feature-block a.simple-link:visited{
    color: var(--theme--link-color);
}

.vechile-tabs-block ul li {
    flex: 0 0 25%;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    border: 0;
    border-radius: 0;
    width: 25%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: 0.2s;
    border: 1px solid #c5c5c5!important;
}

.vechile-tabs-block ul {
    background: none;
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.vechile-tabs-block li a {
    color: #111;
    background: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-family: 'Montserrat';
}

.vechile-tabs-block li.active a {
    color: #016877;
    background: #ebf9fb;
}

.vechile-tabs-block {
    margin-top: 20px;
    flex: 0 0 100%;
}

div#tabs-content h2,div#tabs-content h3 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
}

.section--vans-single-template{
    background: #fff;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table td.stripe {
    background: #F4F4F4;
}

td:empty {
    padding-bottom: 20px;
}

.brochure-download {
    text-align: center;
    background: var(--theme--primary-color);
    border-radius: 5px;
}

.brochure-download a {
    display: block;
    width: 100%;
    color: var(--theme--button-text-color);
    margin: 20px 0 0;
    border-radius: 5px;
    border: 0;
    padding: 16px 30px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 30px;
}

.vech-pics {
    display: flex;
    flex-wrap: wrap;
}

.features-heading.images-area {
    flex: 0 0 100%;
    color: #595959;
    margin-bottom: 20px;
}

.vehicle-image-a,
.vehicle-image-b {
    flex: 0 0 50%;
}

.feefo-vechile {
    margin: 30px 0 0 0;
    display: flex;
}

.feefo-vechile .feefo-block {
    flex: 0 0 34.2%;
    height: 371px;
    background: url('./assets/images/feefo-bg1a.png') no-repeat 100%, url('./assets/images/feefo-bg1.png') no-repeat #fff;
    padding: 30px;
    text-align: center;
}

.feefo-vechile .feefologo{
    width: 215px;
    height: 50px;
    background: url('./assets/images/feefo-home-logo.png');
    display: block;
    margin: 40px auto 30px auto;
}

.feefo-vechile h2 {
    font-size: 20px;
    padding: 0 34px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
}

.feefo-vechile a.btn.red {
    margin: 0 auto;
}

.feefo-vechile .fivestar{
    width: 227px;
    height: 25px;
    background: url('./assets/images/5-star.png') no-repeat;
    margin: 20px auto 20px auto;
}


.feefo-vechile .feefo-photo-block{
    background: url('./assets/images/feefo-bg2.jpg');
    height: 371px;
    flex: 0 0 65.8%;
    display: inline-block;
}

/* Van Search */

.controls form select {
    background: url('./assets/images/drop-arrow.png') #fff;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #454546;
    font-size: 14px;
    background-color: #fff;
    padding: 5px 5px 5px 20px;
    border: none;
    margin: 0 0 1px;
    transition: .2s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 45px;
    border-radius: 0;
    width: 100% !important;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

.controls form select:hover, 
.controls form select:focus {
    background-color: #efefef;
}

.controls form select.select-manufacturer {
    border-radius: 5px 5px 0 0!important;
}

.controls form select.select-vansizetype {
    margin: 0 0 20px 0;
    border-radius: 0px 0px 5px 5px!important;
}

.controls form input[type="submit"] {
    color: var(--theme--button-text-color);
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

/* Archive Vans Template */

.section--archive-van-template .m-body-section .category-box {
    background: #454546;
    padding: 30px;
}

.section--archive-van-template .category-box h3 {
    font-size: 20px;
    color: #fff;
    margin: 0px 0 30px 0;
    text-align: center;
    font-weight: 300;
}

.category-box .van-list {
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14.5%, 1fr));
    grid-template-rows: auto;
    margin-bottom: 30px;
}

.category-box .van-list li {
    flex-basis: 14.5%;
    flex-grow: 1;
    flex-shrink: 0;
}

.category-box .van-list a {
    display: block;
    padding: 45px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.category-box .terms {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0 0 20px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.category-box .header-action-button {
    justify-content: center;
}

.category-box .header-action-button a {
    color: var(--theme--button-text-color);
    width: 27%;
    justify-content: center;
    line-height: 1.42857143;
}

.category-box .phone-number {
    text-align: center;
    margin: 30px 0;
    color: #fff;
}

.category-box .phone-number .label {
    margin-bottom: 23px;
}

.category-box .phone-number .phone {
    color: #00b3cf;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}



/* Media Queries */

@media (max-width: 1024px){
    .site-header{
        padding: 20px 0 12px 0;
    }
    .menu-toggle{
		padding: 5px;
		border: unset;
		display: block;
		background: unset;
		box-shadow: unset;
		color: #3fbaef !important;
		background: unset !important;
		padding: 0 !important;
	}

    .menu-toggle:hover{
       all: unset !important;
    }

	.mobile-menu__toggle{
		top: 18px;
		right: 15px;
		height: 32px;
		position: absolute;
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: unset;
		border: unset;
		color: var(--theme--primary-color);
		width: 32px;
		padding: 0px;
	}

	.main-navigation {
		width: 100%;
		display: none;
	}

    .mobile-menu__toggle.hide {
        display: block !important;
        background: none;
        color: #3fbaef;
		padding: 0;
    }
    
    #site-navigation .sub-menu {
        display: none;
    }
    
    #site-navigation .sub-menu.active {
        display: block;
    }
    
    .item-toggle {
        position: absolute;
        top: 7px;
        right: 15px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #333c4e;
        display: block;
    }
    
    .site-header .main-navigation ul> li> a{
        letter-spacing: 0px;
        font-weight: 700;
        color: #06070e;
        font-size: 14px;
        padding: 5px 6px;
        border-radius: 5px;
        text-align: left;
        display: block;
        margin: 4px 0 4px 0;
        text-align: center !important;
        background: var(--theme--primary-color);
    }
    
    .main-navigation .navigation--desktop ul > li{
        border: none !important;
    }

    .main-navigation .navigation--desktop ul{
        padding-right: 100px;
        padding-left: 20px;
    }

    .navigation .toggled .main-navigation .navigation--desktop {
        height: 100vh;
        overflow-y: scroll;
    }

    .site-header .main-navigation .menu-item-has-children{
        flex-direction: column;
    }
    
    .site-header .main-navigation ul> li> a.active {
        background: #f5f5f5;
        color: #3fbaef !important;
        box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
        transition: 0.3s;
    }
    
    .main-navigation ul .menu-item-has-children>.sub-menu a{
        opacity: 1;
    }

    .site-header .grid .grid__item:first-child{
        flex: 0 0 55%;
    }
     .site-header .grid .grid__item:last-child{
        flex: 0 0 45%;
    }
    .header--main-navigation{
        flex: 0 0 50%;
        justify-content: flex-end;
    }
    .header-action-button{
         flex: 0 0 50%;
    }
	.site-header .logo-group{
		justify-content: space-between;
	}
    .section-hero .block--image-slider .slider-inner .slider-image {
        height: 600px;
    }
    
    .section-hero .block--image-slider .slider-inner .slider-image img {
        height: 100%;
        object-fit: cover;
    }
    .mobile-order-last{
        order: 1;
    }
    .m-body-section .left-column .vanblock.mix, 
    .m-body-section .vechile-details-block,
    .vechile-tabs-block ul li {
        width: 100%;
        flex: 0 0 100%;
    }

    .feefo-vechile,
    .vechile-tabs-block ul {
        flex-wrap: wrap;
    }

    .badcredit h2, .badcredit p {
        padding: 0;
    }

    .badcredit .wp-block-button a {
        margin: 0;
        font-size: 14px;
    }

    .search-box .wp-block-button__link {
        padding: 20px;
    }

    .feefo-vechile .feefo-photo-block {
        width: 100%;
        flex-basis: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .feefo-vechile .feefo-block {
        flex-basis: 100%;
        width: 100%;
    }

    .category-box .van-list {
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    }

   
    .site-footer .section-footer {
        padding: 60px 0 0 0;
    }
	
}

@media (max-width: 767px){
    .site-header{
        padding: 0;
    }
    .site-header .tap-to-call{
        display: block;
        padding: 7px 0;
        background: #00b3d1;
    }

    .site-header .logo-group .site-branding,
    .header--main-navigation{
        flex: 0 0 100%;
    }
    .site-header .header-widget,
    .header-action-button,
    .site-header .right-side .phone-number,
    .site-header .site-branding .logo-caption{
        display:none;
    }
    .tap-to-call .phone-number {
        display: flex;
        text-align: center;
        color: #fff;
        font-size: 18px;
        justify-content: center;
        gap: 5px;
    }
    
    .tap-to-call .phone {
        font-size: 18px !important;
        color: #fff;
    }
    
    .tap-to-call .label {
        text-transform: none !important;
    }
    .banner-search-box{
        position:relative;
        right:auto;
        max-width: 100%;
        margin: 0 10px;
    }
    .section-hero .block--image-slider .slider-inner .slider-image {
        height: 400px;
    }
    .block--image-slider .slider-inner .content .title {
        font-size: 22px;
    }
    .section-hero .content .title, 
    .section-hero .content .subtitle {
        text-align: center;
    }
    .section-hero .swiper-slide[data-swiper-slide-index="0"] img {
        object-fit: cover;
        object-position: 33% 50%;
    }

    .heading_block{
        margin: 150px 60px 10px 60px;
    }

    .vanprice{
        left: 50%;
        transform: translateX(-50%);
    }

    .sale-banner {
        font-size: 30px;
    }
    
    .sale-banner span {
        font-size: 16px;
    }

    .category-box .van-list {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
	
	.badcredit .wp-block-spacer {
		height: 30px !important;
	}

    .footer-block-three p {
        text-align: left;
    }
    
    .footer-block-two .menu li {
        margin: 0 !important;
    }
}









