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



html {
	overflow-x:hidden;
}

@font-face {
	font-family: 'gothic';
	src: url('./assets/fonts/gothic.woff');
	src: local('gothic'), url('./assets/fonts/gothic.woff') format('woff'), url('./assets/fonts/gothic.ttf') format('truetype');
}

:root {
    --theme--menu-font-family: 'gothic';
}

.btn, 
.button, 
.read-more, 
.btn-primary, 
.search-form .search-submit {
	padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    background: -webkit-linear-gradient(left, #ee2d4e , #ef4315);
    background: -o-linear-gradient(right, #ee2d4e, #ef4315);
    background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
    background: linear-gradient(to right, #ee2d4e , #ef4315);
	border:none;
}

.btn:hover, 
.button:hover, 
.read-more:hover, 
.btn-primary:hover, 
.search-form .search-submit:hover {
	background: linear-gradient(to right, #ef4315 , #ee2d4e);
    color: #cfc9c9;
}

.gothic-font,
.heading-gothic h1,
.heading-gothic h2,
.heading-gothic h3,
.heading-gothic h4,
.heading-gothic h5,
.heading-gothic h6 {
    font-family: 'gothic';
}

.show-more-description {
	display:none;
}


/* Header */

.top-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.top-bar .logo-num a {
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s;
    color: #00b3d2;
}

.top-bar .trading-standards-logo {
    width: 76px;
    height: 50px;
    background: url('./assets/images/trading-standards-logo.png') no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: 0px 70%;
}

.top-bar .feefo-logo {
     width: 76px; 
     height: 23px; 
     background: url('./assets/images/feefo-logo.png') no-repeat; 
     display: inline-block; 
     margin: 0 0 10px 15px; 
     background-size: contain; 
}
.top-bar .bvrla-logo { 
    width: 116px; 
    height: 33px; 
    background: url('./assets/images/bvrla-logo.png') no-repeat; 
    display: inline-block; 
    margin: 0 0 12px 13px; 
    background-size: contain;
}

/* Main Header */

button.sub-menu-toggle svg {
    width: 15px;
    height: 15px;
}

a.custom-logo-link ~ .site-description {
    display: none;
}

.site-header .site-branding .site-description {
    text-align: center;
    color: #384a55;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    width: 185px;
    margin: 0 auto;
    text-transform: uppercase;
}

.custom-logo-link {
    text-decoration: none;
    transition: 0.3s;
}

.custom-logo-link:hover {
    background-size: contain;
    transition: 0.3s;
    transform: scale(0.95);
    transition: 0.6s;
}

.site-header .component-button .button {
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    background: -webkit-linear-gradient(left, #ee2d4e , #ef4315);
    background: -o-linear-gradient(right, #ee2d4e, #ef4315);
    background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
    background: linear-gradient(to right, #ee2d4e , #ef4315);
}

.site-header .component-button .button:hover,
.btn:hover, 
.button:hover, 
.btn-primary:hover, 
.wp-block-search .wp-block-search__button:hover {
    background: linear-gradient(to right, #ef4315 , #ee2d4e);
    color: #cfc9c9;
}

.main-navigation ul ul {
    z-index: 999;
}

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

.main-navigation ul {
    column-gap: 10px;
}

.header-offcanvas .main-navigation ul li a {
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffff;
    font-size: 14px;
    padding: 5px 6px;
    border-radius: 5px;
    text-align: left;
    display: block;
    margin: 4px 0 4px 0;
    text-align: center !important;
    background: -webkit-linear-gradient(left, #ef4315, #ee2d4e);
    background: -o-linear-gradient(right, #ef4315, #ee2d4e);
    background: -moz-linear-gradient(right, #ef4315, #ee2d4e);
    background: linear-gradient(to right, #ef4315, #ee2d4e);
    justify-content: center !important;
}

.header-offcanvas .main-navigation ul li.focus > ul,
.header-offcanvas .main-navigation ul li.expanded > ul {
    flex-direction: column;
    padding: 20px;
    z-index: 11;
    border-radius: 5px;
    box-shadow: none;
    min-width: 170px;
    text-align: left;
}

.header-offcanvas .block-header--drawer .js-close {
    width: 32px;
    height: 32px;
}

.header-offcanvas .block-header--drawer .js-close svg {
    width: 20px;
    height: 20px;
}

.site-header .component-button .button {
    width: 100%;
    max-width: 128px !important;
}

.header-offcanvas .drawer {
    padding: 0 30px;
    z-index: 999;
}

.header-offcanvas .main-navigation li.menu-item.menu-item-type-post_type_archive.menu-item-object-vans.menu-item-has-children.menu-item-55.expanded > a {
    background: #f5f5f5;
    color: #00b3d1 !important;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

/* Breadcrumb */

.breadcrumbs {
    list-style: none;
    background-color: #fff;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px !important;
}

.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;
    text-decoration: none;
}

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

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

.block-breadcrumb .breadcrumbs .breadcrumb-sep svg {
    width: 13px;
    height: 13px;
}


/* Hero Slider */

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


.section-hero .content .title, 
.section-hero .content .subtitle{
    text-align: center;
    background: rgba(0,0,0,0.8);
    width: calc(100% - 180px);
    margin: 0 auto;
    padding: 0 !important;
}

.section-hero .content .title {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    font-family: 'gothic';
}

.section-hero .content .subtitle {
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px !important;
}



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

.section-hero .block--image-slider .slider-inner .swiper-slide[data-swiper-slide-index="5"] .content .title,
.section-hero .block--image-slider .slider-inner .swiper-slide[data-swiper-slide-index="6"] .content .title {
    padding-bottom: 20px !important;
    border-radius: 5px !important;
    padding-top: 20px !important;
}

.section-van-card .designer-promo-box-image-position-center .designer-promo-box {
    transition: 0.3s;
}

.section-van-card .designer-promo-box-image-position-center .designer-promo-box:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 75%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 75%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,#efefef 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=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);
}


/* Breadcrumbs */

.m-header-section .breadcrumbs,
.single-article .breadcrumbs,
.archive-blocks .breadcrumbs{
    list-style: none;
    background-color: #f7f7f7;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px !important;
}

.archive-blocks .breadcrumbs {
    background-color: #F7F7F7;
}

.m-header-section .breadcrumbs {
    gap: 10px !important;
}

.m-header-section .breadcrumbs .breadcrumb-sep,
.single-article .breadcrumbs .breadcrumb-sep,
.archive-blocks .breadcrumbs .breadcrumb-sep {
   	font-size: 0;
    position: relative;
	height: 20px;
}

.m-header-section .breadcrumbs .breadcrumb-sep:before,
.single-article .breadcrumbs .breadcrumb-sep:before,
.archive-blocks .breadcrumbs .breadcrumb-sep:before {
	content: "";
	position: absolute;
	-webkit-mask-image: url('./assets/images/right-angle.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202020;
}




/* CPT vans Archive  */

.page-template-archive-vans .header-inner {
    display: none;
}

.page-template-archive-vans .m-header-section .breadcrumbs {
    background-color: #ffffff; 
}

.section--vans-type-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: url('assets//images/van-bg.png') #fff repeat-x;
}

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

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

.sale-banner:hover {
    transform: scale(1.02);
    transition: 0.5s;
    color: #fff;
    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';
}

.section-common{
    margin-top: -345px;
    padding-bottom: 60px;
}

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

.m-header-section-inner {
    background-color: #fff;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
}

.m-header-section-inner h1 {
    color: #202020;
    text-align: left;
    font-size: 36px;
    margin-top: 30px;
    font-family: 'gothic';
}


.category-box {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px 70px;
    font-size: 12px;
    -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);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 56%, #f2f2f2 99%);
    background: -webkit-linear-gradient(top, #ffffff 56%,#f2f2f2 99%);
    background: linear-gradient(to bottom, #ffffff 56%,#f2f2f2 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    background: #f5f5f5;
    margin: 20px 25px 0 0;
    text-align: center;
}

.category-box h3 {
    font-size: 20px;
    color: #595959;
}

.category-box ul.van-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.category-box ul.van-list a {
    text-decoration: none;
    font-weight: 700;
    color: #595959;
    transition: 0.5s;
}

.category-box ul.van-list img {
    margin: 0 auto 20px;
}

.category-box hr {
    border-top: 1px solid #c0c0c0;
    position: relative;
    right: 0px;
    width: 100%;
    background: none;
}

.category-box .btn.btn.main {
    background: #6b9860;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'gothic';
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #ee2d4e, #ef4315);
    background: -o-linear-gradient(right, #ee2d4e, #ef4315);
    background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
    background: linear-gradient(to right, #ee2d4e, #ef4315);
    width: 100%;
    white-space: normal;
}

.category-box .btn.btn.main a {
    text-decoration: none;
    color: #fff;
    padding: 16px 30px;
    font-family: 'gothic';
    font-weight: 300;
    transition: 0.3s;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.category-box .btn.btn.main:hover a {
    color: #cfc9c9;
}

.category-box .calluson p {
    font-family: 'gothic';
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    margin: 33px 0 10px 0;
    letter-spacing: 1px;
}

.category-box .calluson a {
    font-size: 18px;
    color: #ef4216;
    margin: 20px 0 0 0;
    text-decoration: none;
    font-weight: 700;
}

.section--vans-type-template h1,
.section--vans-body-template h1 {
    text-align: left;
    color: inherit;
    font-family: 'gothic';
    font-size: 36px;
    font-weight: 100;
}

.vans-sidebar {
    width: 33.33%;
}

.vanblock {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
    height: 100%;
    box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 56%, #f2f2f2 99%);
    background: -webkit-linear-gradient(top, #ffffff 56%, #f2f2f2 99%);
    background: linear-gradient(to bottom, #ffffff 56%, #f2f2f2 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

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

.heading-block-wrapper {
    position: relative;
    padding-top: 20px;
}

.vanoffer {
   width: 144px;
    height: 53px;
    position: absolute;
    left: -10px;
    background: url('./assets/images/offer-text-bg.png');
    color: #fff;
    font-weight: 700;
    padding: 10px 0 0px 20px;
    font-size: 16px;
    top: 0;
    margin-top: -20px;
}

.vanimage {
    width: 100%!important;
    height: 279px!important;
}

.vanprice {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 320px;
    right: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 22px;
    padding: 29px 0 0 0;
    background: -webkit-linear-gradient(left, #ee2d4e, #ef4315);
    background: -o-linear-gradient(right, #ee2d4e, #ef4315);
    background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
    background: linear-gradient(to right, #ee2d4e, #ef4315);
    border-radius: 50%;
}

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

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

.posts-navigation .nav-links a {
    font-weight: bold;
    text-underline-offset: 4px;
    width: auto;
    height: auto;
    border: none;
    display: block;
}

.posts-navigation .nav-links a:hover {
    background: transparent;
    color: initial;
}

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

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

}

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

.heading_block {
    margin: 17px 110px 10px 30px;
    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: #595959;
}

.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;
    padding-top: 20px;
}

.vanmonthlyprice, 
.vandescription {
    color: #595959;
}


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

.view-deal button,
.view-deal .btn,
.taxonomy-description button{
    cursor: pointer;
    transition: 0.3s;
    color: var(--theme--button-color);
    border-radius: 5px;
    border: 0;
    padding: 12px 30px;
    font-size: 16px;
    width:auto;
    display: inline-block;
    font-weight: 700;
    background: -webkit-linear-gradient(left, #ee2d4e, #ef4315);
    background: -o-linear-gradient(right, #ee2d4e, #ef4315);
    background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
    background: linear-gradient(to right, #ee2d4e, #ef4315);
    width: 280px;
}

.taxonomy-description button {
    margin: 10px 0 10px;
	width: auto;
    display: block;
}

.view-deal button:hover,
.view-deal .btn:hover{
    background: -webkit-linear-gradient(left, #ef4315, #ee2d4e);
    background: -o-linear-gradient(right, #ef4315, #ee2d4e);
    background: -moz-linear-gradient(right, #ef4315, #ee2d4e);
    background: linear-gradient(to right, #ef4315, #ee2d4e);
    color: #cfc9c9;
}

.view-deal .btn.red:not(:last-child) {
    margin-bottom: 5px;
}

.view-deal .btn.red:last-child {
    display: block;
    margin: 5px 30px 0 30px;
    text-transform: uppercase;
}

/* Vans FAQs */
.van-faqs .faq-question {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 15px;
    font-size: 18px;
    background: var(--theme--accent-color);
    color: #fff;
    cursor: pointer;
	align-items: center;
    border-radius: 5px;
	margin: 0;
}

.van-faqs .faq-question span.faq-toggle-icon {
    font-size: 22px;
}

.van-faqs .faq-answer {
    padding: 15px;
    background: #fafafa;
}

.van-faqs .faq-item {
    margin-bottom: 5px;
}

/* 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%;
    padding: 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 56%, #f2f2f2 99%);
    background: -webkit-linear-gradient(top, #ffffff 56%, #f2f2f2 99%);
    background: linear-gradient(to bottom, #ffffff 56%, #f2f2f2 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

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

.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');
    content: "";
    height: 6px;
    width: 6px;
    content: "";
    margin: 0px 20px 15px 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--accent-color);
    border-radius: 5px;
}

.brochure-download a {
    display: block;
    width: 100%;
    color: var(--theme--button-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;
}

.brochure-download a:hover,
.badcredit .wp-block-button a:hover {
    background: #f5f5f5 !important;
    color: #ef4159 !important;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
}

.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%;
}

.section--vans-single-template .btn {
    width: auto;
    display: block;
    margin: 5px 30px 0 30px;
}


/*Enquiry form popup */

#enq-form {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

#enq-form .enq-form-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 80%;
    max-width: 400px;
    overflow: visible !important;
    background: #f1f1f1;
	padding: 20px;
}

.enq-form-wrapper .close {
    position: absolute;
    right: 0;
    top: -38px;
    background: #6b9860;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
    font-weight: 700;
}

#enq-form form {
    margin: 40px 20px 20px 20px;
    overflow: hidden;
    position: relative;
}

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

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

#enq-form br{
    display: none;
}

#enq-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;
    background: linear-gradient(to right, #ee2d4e , #ef4315);
    justify-content: center;
}

#enq-form input[type="submit"]:hover{
    background:linear-gradient(to right, #ef4315 , #ee2d4e);
    color: #cfc9c9;
}

#enq-form .wpcf7-submit:not(disabled){
    cursor: pointer;
}

#enq-form input[type="email"] {
    margin-bottom: 1px;
}

#enq-form input, 
#enq-form textarea {
    font-weight: 700;
    border-radius: 0;
}

#enq-form textarea{
    height: 150px;
    border-radius: 0px 0px 5px 5px;
}

#enq-form input[type="submit"]:hover {
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
}

#enq-form form label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
}

#enq-form .wpcf7-spinner {
    position: absolute;
}


/* Blog Page */

body.single {
    background: #fff;
}

.single h2.wp-block-heading {
    font-size: 16px;
    text-align: left;
    background: #888;
    color: #fff;
    margin: 0 -25px 20px -25px;
    padding: 10px 20px;
}

.article-content blockquote {
    padding: 10px 20px !important;
    margin: 0 0 20px !important;
    font-size: 17.5px !important;
    border-left: 5px solid #eee;
    background: transparent !important;
    border-radius: 0 !important;
}

.article-content blockquote a {
    color: #00b3d2;
    transition: 0.5s;
    font-weight: 700;
}

.blog .header-inner[data-page-header] {
    display: none;
}

.blog .site-content .content-inner,
.single .site-content .content-inner {
    padding: 0;
}

.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';
}

.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--accent-color);
    color: #fff;
    text-decoration: none;
    transition: .2s;
    border-radius: 5px;
    padding: 7px 35px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

.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{
    background: #f5f5f5;
    color: #ef4159;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
}

.post-content-wrapper .category-wrapper a {
    background: #00b3d2;
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    display: block;
    text-decoration: 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);
}

.content-area main {
    padding: 30px 0;
}


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

.article .category-wrapper{
	display: none;
}

/* Footer */
.section-custom-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.section-custom-footer .menu li {
    margin: 0 0 0 20px !important;
}

.section-custom-footer a {
    text-decoration: underline !important;
    font-weight: 600;
    color: #fff;
}

.section-custom-footer a:hover {
    color: #EE2D4E;
}

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

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

.section-custom-footer .block-contact-form input[type=submit] {
    position: relative;
    z-index: 1;
    background: -webkit-linear-gradient(left, #ee2d4e , #ef4315);
    background: -o-linear-gradient(right, #ee2d4e, #ef4315);
    background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
    background: linear-gradient(to right, #ee2d4e , #ef4315);
    width: 100%;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
}

.section-custom-footer .block-contact-form input[type=submit]:hover {
    color: #00adaf;
    background: #E6E6E6;
}

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

.section-custom-footer textarea{
    height: 80px !important;
}


.section-custom-footer .elementor-icon {
    display: flex;
}


/* Mailchimp */

form label {
    text-align: left;
    color: #fff;
}

.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: #ef2e4a;
    display: block;
    color: #ffff;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

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

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

.contact-form-main .wpcf7-acceptance {
    display: block;
    margin: 15px 0;
}

.contact-form-main .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}





/* Media Queries */

@media (max-width: 1024px){

    .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;
    }

    .section-hero .content .title, .section-hero .content .subtitle {
        width: calc(100% - 20px);
    }

    .section-custom-footer .menu li {
        margin: 0 !important;
    }

    .m-body-section .left-column .vanblock.mix, 
    .m-body-section .vechile-details-block,
    .vechile-tabs-block ul li {
        width: 100%;
        flex: 0 0 100%;
    }

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

    .header-offcanvas .main-navigation ul li.expanded ul, 
    .header-offcanvas .main-navigation ul li.expanded > a {
        background: #f5f5f5;
        color: #ef4159;
        box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
        transition: 0.3s;
    }
	
	.header-offcanvas .main-navigation ul ul li a { 
		font-size: 12px; 
	}

    
}



@media (max-width: 767px){

     .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;
    }

    .site-header .site-branding .site-description {
        font-size: 7px;
    }
    
    .site-branding {
        text-align: center;
    }
    
    .site-header .component-button .button {
        border-radius: 5px;
        padding: 5px 10px;
        transition: 0.3s;
        display: block;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        background: -webkit-linear-gradient(left, #ee2d4e, #ef4315);
        background: -o-linear-gradient(right, #ee2d4e, #ef4315);
        background: -moz-linear-gradient(right, #ee2d4e, #ef4315);
        background: linear-gradient(to right, #ee2d4e, #ef4315);
        font-size: 0;
        position: relative;
        width: 40px;
        height: 40px;
    }
    
    .site-header .component-button .button:before {
        content: "";
        position: absolute;
        mask-image: url('./assets/images/mail.svg');
        width: 100%;
        height: 100%;
        -webkit-mask-repeat: no-repeat;
        background: #fff;
        -webkit-mask-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-mask-position: center;
        top: 0;
        left: 0;
    }

    .top-bar .client-logo {
        display: none;
    }
    
    .top-bar .logo-num {
        display: block;
        background: #ef2e4c;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding: 7px 0;
        display: block;
        justify-content: center;
        display: flex;
    }
    
    .site-header .component-html .header-component__html a {
        color: #fff;
        margin-left: 10px;
        font-weight: 700;
    }

    .builder-header_row_above {
        background: #ef2e4c;
    }

    .category-box ul.van-list li {
        flex: 0 0 calc(50% - 15px);
    }
    
    .category-box ul.van-list {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .category-box {
        padding: 30px;
    }
    
    .sale-banner {
        font-size: 30px;
    }
    
    .sale-banner span {
        font-size: 16px;
    }

    .mobile-order-last {
        order: 1;
    }

    .view-deal button,
    .view-deal .btn {
        width: auto;
    }


    
}


