@font-face {
  font-family: "Proxima";
  src: url("assets/fonts/proxima/ProximaNova-Regular.otf");
}
@font-face {
  font-family: "Proxima Bold";
  src: url("assets/fonts/proxima/Proxima\ Nova\ Bold.otf");
  font-weight: bold;
}

/* promo page */
.promo-page {
  font-family: 'Montserrat', sans-serif;
}
.promo-page .promo-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.page-id-13582 li{
	font-family: Open Sans!important;
	font-size: 14px!important;
}
@media (max-width: 767px) {
  .promo-page .promo-container {
    position: static !important;
  }
  
  .mob-right{
    color: white!important;
  }
}
.promo-page .hero-header {
  padding: 10px 0px;
  background: #1b2b74;
  background: -moz-linear-gradient(45deg, #1b2b74 0%, #0d938c 100%);
  background: -webkit-linear-gradient(45deg, #1b2b74 0%, #0d938c 100%);
  background: linear-gradient(45deg, #1b2b74 0%, #0d938c 100%);
}
.promo-page .hero-header .promo-container {
  padding: 15px 15px;
  text-align: left;
  position: relative;
}
.promo-page .hero-header ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.promo-page .hero-header ul li {
  list-style: none !important;
}
.promo-page .hero-header h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: white;
  margin: -10px 0px !important;
  text-transform: uppercase;
  font-size: 30px;
}
.promo-page .hero-header h1:after {
  display: none;
}
.promo-page .hero-header .sub-title {
  color: #fd9b28;
}
.promo-page .hero-header span {
  color: white;
  display: block;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.promo-page .hero-header .speed-dial {
  position: absolute;
  right: 15px;
    top: 20px;
  max-height: 48px;
}
.promo-page .promo-table {
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0px 35px;
}
.promo-page .promo-table .items .item {
  margin: 30px 5px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 979px) {
  .promo-page .promo-table .items .item {
    margin: 30px 30px;
  }
}
.promo-page .promo-table .items .item p {
  margin: 5px 0px;
  font-size: 12px;
    line-height: 1.4;
}
.promo-page .promo-table .items .item__image {
  flex: 0 0 90px;
}
.promo-page .promo-table .items .item__image img {
  max-height: 76px;
}
.promo-page .promo-table .items .item__title {
  color: black;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 21px !important;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 1.4;
}
.promo-page .promo-table .items .item__title:after {
  display: none !important;
}
.promo-page .promo-table .items .item__sub-title {
  color: #fd9b28;
  font-weight: 400;
  font-size: 18px;
  margin: 3px 0px;
}
.promo-page .promo-table .items .item__notice-text {
  font-size: 12px;
  font-weight: 600;
  color: #580051;
  flex: 1 1 100%;
}
.promo-page .promo-table--left {
  margin-right: auto;
  flex: 1 1 auto;
  padding-right: 35px;
}

.promo-page .promo-table--right{
  margin-left: auto;
  background: #fd9b28;
  background: -moz-linear-gradient(top, #fd9b28 0%, #FFA226 100%);
  background: -webkit-linear-gradient(top, #fd9b28 0%, #FFA226 100%);
  background: linear-gradient(to bottom, #fd9b28 0%, #FFA226 100%);
  margin-right: -35px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 0 0 380px;
  text-align: center;
}
.promo-page .promo-table--right .promo-container {
  text-align: left;
  margin: 0 auto;
  padding: 15px 15px 0px 15px;
}
@media (max-width: 979px) {
  .promo-page .promo-table--right .promo-container {
    text-align: center;
  }
}
.promo-page .promo-table--right .pre-title {
  color: white;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (max-width: 979px) {
  .promo-page .promo-table--right .pre-title {
    text-align: center;
    margin: 0 auto;
  }
}
.promo-page .promo-table--right .title {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: white;
  margin: 0px;
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 10px;
  padding-top: 0px;
}
@media (max-width: 979px) {
  .promo-page .promo-table--right .title {
    text-align: center;
    padding-bottom: 0px;
  }
}
.promo-page .promo-table--right .title:after {
  display: none !important;
}
.promo-page .promo-table--right .price-increase {
  font-size: 12px;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sidebar-pricing-table .promo-table--right .price-increase {
    font-size: 10px !important;
    line-height: 1 !important;
}
.sidebar-pricing-table .promo-table--right .button--primary {
    font-size: 20px !important;
}

.promo-page .promo-table--right .button-set {
  text-align: center;
}
.promo-page .promo-table--right .collateral {
  margin-top: 15px;
}

.promo-page .promo-table--right .callback {
  text-align: center;
  font-size: 14px;
  margin: 5px 0px;
  color: #0e163d;
}
.promo-page .promo-table--right .callback a, .promo-page .promo-table--right .callback a:visited {
  text-decoration: none;
  color: #fff;
  margin: 5px auto;
}
.promo-page .promo-table--right .callback a:hover {
  color: #0e163d;
}
.promo-page .promo-table--right .button {
  background: #0e163d;
  color: white;
  text-decoration: none;
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  text-align: center;
  margin-bottom: 10px;
  border: none !important;
}

.disclaimer {
    font-style: italic;
    font-size: 10px;
    color: white;
    line-height: 1.7;
    margin: 0px;
    padding: 5px;
    font-weight: 400;
}

.promo-page .promo-table--right .button:hover {
  background: black;
}
.promo-page .promo-table--right .button--primary {
  background: #0D8E8B;
  font-size: 24px;
  line-height: 1.1;
}
.promo-page .promo-table--right .button--primary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  display: block;
}
.promo-page .promo-table--right .price-table {
  display: flex;
  flex-wrap: wrap;
  background: #0e163d;
  box-sizing: border-box;
  padding: 0px;
  justify-content: center;
  border-radius: 10px;
}
.promo-page .promo-table--right .price-table .left {
  float: left;
}
@media (max-width: 979px) {
  .promo-page .promo-table--right .price-table .left {
    float: none;
  }
}
.promo-page .promo-table--right .price-table .right {
  float: right;
}
@media (max-width: 979px) {
  .promo-page .promo-table--right .price-table .right {
    float: none;
    margin-left: 12px;
  }
}
.promo-page .promo-table--right .price-table span {
  display: block;
}
.promo-page .promo-table--right .price-table .pre-title {
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 3px;
  margin-left: 10px;
}
.promo-page .promo-table--right .price-table .pre-title strong {
  color: white;
}
.promo-page .promo-table--right .price-table .price {
  color: white;
  font-style: italic;
  font-weight: 600;
  font-size: 23px;
  display: block;
  padding-right: 10px;
  line-height: 1;
  margin: 3px 0px;
}

.promo-page .promo-table--right .price-table .price span {
    font-weight: 400;
    display: inline;
    font-size: 12px;
}

.promo-page .promo-table--right .price-table .price-after {
  display: inline;
}
.promo-page .promo-table--right .price-table--tl {
  flex: 0 0 100%;
  padding: 5px 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #fd9b28;
}
.promo-page .promo-table--right .price-table--tr {
  flex: 0 0 100%;
  padding: 5px 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #fd9b28;
}
.promo-page .promo-table--right .price-table--bl {
  flex: 0 0 100%;
  padding: 5px 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #fd9b28;
}
.promo-page .promo-table--right .price-table--br {
  flex: 0 0 100%;
  padding: 5px 5px;
  box-sizing: border-box;
}
.promo-page .row-block img {
  display: block;
}
.promo-page .row-block .promo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-page .row-block--light {
  background: white;
}
.promo-page .row-block--dark {
  background: #F0F0F0;
}
.promo-page .promo {
  text-align: left;
}
.promo-page .promo__image {
  margin-top: auto;
}
.promo-page .promo__image .click-leads {
  padding: 60px 0px;
}
.promo-page .promo__text {
  text-align: left;
  padding: 50px 20px;
}
.promo-page .promo__text p {
  color: #68696A;
  font-size: 16px;
  font-weight: 300;
  margin: 40px 0px;
}
.promo-page .promo__title {
  color: black;
  font-style: italic;
  font-weight: 600;
  margin: 0px;
  font-size: 30px;
  text-align: left;
}
.promo-page .promo__button {
  background: #0D8E8B;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}
.promo-page .promo__button:hover {
  background: #580051;
}

/* Promo Page End  */
.page-template-automotive-seo-page #main .container,
.page-template-promo-page #main .container {
  max-width: 100%;
  padding: 0px;
  width: 100%;
}
.page-template-automotive-seo-page #main .page_title,
.page-template-thank-you-template #main .page_title,
.page-template-ux-ui-thank-you-template #main .page_title,
.page-template-vehicle-new-screen-page-full #main .page_title,
.page-template-promo-page #main .page_title,
.page-template-autotrader-smart-sync-page #main .page_title,
.page-template-click-smart-sync #main .page_title,
.page-template-smartsync-finance #main .page_title,
.page-template-smartsync-funding #main .page_title{
  display: none;
}
.page-template-automotive-seo-page #main .five-star-section,
.page-template-promo-page #main .five-star-section,
.page-template-click-dms-page #main .five-star-section,
.page-template-autotrader-smart-sync-page #main .five-star-section,
.page-template-click-smart-sync #main .five-star-section,
.page-template-smartsync-finance #main .five-star-section,
.page-template-click-engage-v2 #main .five-star-section{
  display: none;
}
.page-template-promo-page-full #main .container,
.page-template-click-smart-sync #main .container,
.page-template-smartsync-finance #main .container,
.page-template-smartsync-funding #main .container,
.page-template-click-engage-v2 #main .container{
  max-width: 100%;
  padding: 0px;
  width: 100%;
}
.page-template-promo-page-full #main .page_title {
  display: none;
}
.page-template-promo-page-full #main .five-star-section {
  display: none;
}
.promo-container-full {
  padding: 30px 0px;
}

.promo-page--full {
    max-width: 1140px;
    margin: 0 auto;
}

.promo-page--left {
    float: left;
    width: 65%;
}

.promo-page--sidebar {
    float: right;
    width: 319px;
    margin-top: 50px;
}

.sidebar-pricing-table {
    padding: 0px;
    margin-bottom: 40px;
}

.sidebar-pricing-table .promo-table--right {
    margin: 0px;
    border-radius: 10px;
    padding-bottom: 4px;
}

.sidebar-pricing-table .promo-table--right .title {
    font-size: 23px;
}

.sidebar-quick-links {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 20px;
}

.sidebar-quick-links h2 {
    font-size: 18px;
  line-height: 1;
}

.sidebar-quick-links h2:after {
    display: none;
}

.sidebar-quick-links .sub_title {
        line-height: 1;
    display: block;
    margin-top: -10px;
    font-size: 12px;
}

.sidebar-quick-links .items {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar-quick-links .items .item {
    overflow: hidden;
    margin-top: 25px;
}
.sidebar-quick-links .items .item .item__image {
    float: left;
    width: 50px;
}
.sidebar-quick-links .items .item .item__image img {
    max-height: 50px;
}
.sidebar-quick-links .items .item .item__title:after {
    display: none;
}
.sidebar-quick-links .items .item .item__title {
    font-size: 18px;
    line-height: 1;
 margin: 0px;
    padding: 5px 0px;
}

.sidebar-quick-links .items .item .item__content {
    float: left;
    margin-left: 20px;
    width: 72%;
}

.page-id-8165 #main {
        background: #1b2b74;
  background: -moz-linear-gradient(45deg, #1b2b74 0%, #0d938c 100%);
  background: -webkit-linear-gradient(45deg, #1b2b74 0%, #0d938c 100%);
  background: linear-gradient(45deg, #1b2b74 0%, #0d938c 100%);
}

.page-id-8165 .page_title {
 margin-bottom: 0px;
}

.page-id-8165 .row-block--light {
    background:none !important;
}

.page-id-8165 h1 {
    color: #fff;
    font-size: 36px;
 line-height: 1.6;
}

.page-id-8165 .collateral {
    display: none;
}

.page-id-8165 .promo-page .promo-table--right .price-table {
    margin-bottom: 10px;
}

#wpcf7-f8162-p8165-o1 {
     border-radius: 10px;
        padding: 20px 30px;
        box-sizing: border-box;
        background: #fff;
        max-width: 100%;
        margin: 30px auto;
  		font-family: 'Montserrat', sans-serif;
}
#wpcf7-f8162-p8165-o1 label {
        width: 100%;
}


@media (max-width: 979px) {
  .promo-page .promo-table {
    flex-wrap: wrap;
    padding: 0px;
  }
  .promo-page .promo-table--left {
    flex: 0 0 100%;
  }
  .promo-page .promo-table--right {
    flex: 0 0 100%;
    margin: 0px;
    border-radius: 0px;
  }
  .promo-page .promo-table--right .price-table--tl {
    flex: 0 0 25%;
    border: none !important;
  }
  .promo-page .promo-table--right .price-table--tr {
    flex: 0 0 25%;
    border: none !important;
  }
  .promo-page .promo-table--right .price-table--bl {
    border: none !important;
  }
  .promo-page .promo-table--right .price-table--br {
    flex: 0 0 25%;
    border: none !important;
  }
  .promo-page .promo__image img {
    max-height: 360px;
  }
  .promo-page .promo__image .click-leads {
    max-height: 540px;
  }
  .promo-page .promo__text p {
    font-size: 14px;
    margin: 22px 0px;
  }
  .promo-page .promo__title {
    font-size: 24px;
  }
  .promo-page .promo__button {
    font-size: 14px;
  }
    .promo-page--left {
        width: 100%;
        float: none;
    }
    .promo-page--sidebar {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
}
@keyframes slidein {
  from {
    bottom: -100px;
  }

  to {
    bottom: 0px;
  }
}
@media (max-width: 767px) {

    .item__content {
         margin: 0 auto;
    }

    .promo-page .promo-table--right .title {
        font-size: 25px;
    }
    
    .promo__image {
        display: none;
    }
    .speed-dial {
        display: none;
    }
    .promo-page .promo-table--left {
        padding-right: 0px;
        text-align: center;
    }
    .promo-page .promo-table .items .item__image {
        margin: 20px auto;
    }
    .promo-page .promo-table--right {
        border-radius: 6px;
        padding-bottom: 16px;
        
    }
    .promo-page .promo-table--right .collateral {
    margin-top: 0px;
    position: fixed;
        animation: slidein 1s forwards;
        animation-delay: 2s;
    left: 0px;
        bottom: -100px;
    width: 100%;
        z-index: 9999999;
        background: #111e4d;
  }
  .promo-page .promo-table--right .collateral .callback {
    display: none !important;
  }
  .promo-page .promo-table--right .button {
      border-radius: 6px;
    margin: 10px;
  }
    .promo-page .hero-header span {
    color: white;
    display: block;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.5px;
    }
    .promo-page .hero-header h1 {
        font-size: 26px;
    }
    .promo-page .promo-table--right .price-table--tl {
    flex: 0 0 100%;
    border: 1px solid #fd9b28 !important;
  }
  .promo-page .promo-table--right .price-table--tr {
    flex: 0 0 100%;
    border: 1px solid #fd9b28 !important;
  }
  .promo-page .promo-table--right .price-table--bl {
    flex: 0 0 100%;
    border: 1px solid #fd9b28 !important;
  }
  .promo-page .promo-table--right .price-table--br {
    flex: 0 0 100%;
    border: 1px solid #fd9b28 !important;
  }
    .promo-page .promo-table .items .item {
    margin: 30px 10px;
    }

    .promo-page .row-block .promo-container {
        display: block;
    }

    .promo-page .row-block img {
        width: 100%;
        height: 100%;
    }

    .button--primary {
            font-size: 20px !important;
    }

    .promo-page .promo-table--right .price-increase {
        font-size: 10px;
        margin: 0px;
        line-height: 1;
        padding-bottom: 10px;
    }

}

#wpcf7-f8162-p8165-o1 .wpcf7-submit {
    background: #61bd4f;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    padding: 20px 0px 20px 0px;
    height: auto;
}

#wpcf7-f8162-p8165-o1 .wpcf7-submit:hover {
    background: #68696A;
}

.page-template-click-dms-page #main .container,
.page-template-subprime-finance-page #main .container,
.page-template-van-content-page #main .container,
.page-template-car-dealership-website-page #main .container,
.page-template-ppc-ux-ui-websites #main .container,
.page-template-ux-ui-websites #main .container,
.page-template-ppc-car-dealership-website-page #main .container,
.page-template-ppc-van-dealership-websites #main .container,
.page-template-automotive-ppc-page #main .container,
.page-template-social-media-marketing-page #main .container,
.page-template-clickengage-page #main .container,
.page-template-recommend-a-friend-page #main .container,
.page-template-facebook-marketplace-page #main .container,
.page-template-digital-marketing-page #main .container,
.page-template-automotive-bespoke-content-page #main .container,
.page-template-dms-header-test-page #main .container,
.page-template-clickstock-page #main .container,
.page-template-clickleads-pack-campaign #main .container,
.page-template-clickleads-page #main .container,
.page-template-click-stock-page #main .container,
.page-template-test-page #main .container,
.page-template-autotrader-smart-sync-page #main .container,
.page-template-clickengagevtwo #main .container,
.page-template-clickengagefoc #main .container,
.page-template-dms-signup-page #main .container,
.page-template-click-carousel #main .container,
.page-template-click-buy #main .container
.page-template-clickfunding #main .container
{
  max-width: 100%;
  padding: 0px;
  width: 100%;
}
.page-template-van-content-page #main .page_title,
.page-template-subprime-finance-page #main .page_title,
.page-template-campaigns-page #main .page_title,
.page-template-car-dealership-website-page #main .page_title,
.page-template-ux-ui-websites #main .page_title,
.page-template-ppc-ux-ui-websites #main .page_title,
.page-template-ppc-car-dealership-website-page #main .page_title,
.page-template-automotive-ppc-page #main .page_title,
.page-template-social-media-marketing-page #main .page_title,
.page-template-clickengage-page .page_title,
.page-template-recommend-a-friend-page .page_title,
.page-template-facebook-marketplace-page .page_title,
.page-template-digital-marketing-page .page_title,
.page-template-automotive-bespoke-content-page .page_title,
.page-template-dms-header-test-page .page_title,
.page-template-clickstock-page .page_title,
.page-template-clickleads-pack-campaign .page_title,
.page-template-clickleads-page .page_title,
.page-template-click-stock-page .page_title,
.page-template-test-page #main .page_title,
.page-template-autotrader-smart-sync-page #main .page_title,
.page-template-clickengagevtwo #main .page_title,
.page-template-clickengagefoc #main .page_title,
.page-id-13745 #main .page_title,
.page-template-dms-signup-page #main .page_title,
.page-template-click-buy #main .page_title
.page-template-clickfunding #main .page_title
{
  display: none;
}

.page-template-van-content-page #main .five-star-section,
.page-template-subprime-finance-page #main .five-star-section,
.page-template-campaigns-page #main .five-star-section,
.page-template-car-dealership-website-page #main .five-star-section,
.page-template-ux-ui-websites #main .five-star-section,
.page-template-ppc-ux-ui-websites #main .five-star-section,
.page-template-ppc-car-dealership-website-page #main .five-star-section,
.page-template-automotive-ppc-page #main .five-star-section,
.page-template-social-media-marketing-page .five-star-section,
.page-template-clickengage-page .five-star-section,
.page-template-recommend-a-friend-page .five-star-section,
.page-template-facebook-marketplace-page .five-star-section,
.page-template-digital-marketing-page .five-star-section,
.page-template-automotive-bespoke-content-page .five-star-section,
.page-template-dms-header-test-page .five-star-section,
.page-template-clickstock-page .five-star-section,
.page-template-clickleads-pack-campaign .five-star-section,
.page-template-clickleads-page .five-star-section,
.page-template-click-stock-page .five-star-section,
.page-template-test-page #main .five-star-section,
.page-template-autotrader-smart-sync-page #main .five-star-section,
.page-template-clickengagevtwo #main .five-star-section,
.page-template-clickengagefoc #main .five-star-section,
.page-id-13745 #main .five-star-section,
.page-template-dms-signup-page #main .five-star-section,
.page-template-click-buy #main .five-star-section,
.page-template-clickfunding #main .five-star-section,
{
  display: none;
}


.content-page {
  font-family: 'Montserrat', sans-serif;
}

.content-page__vans .page__title {
  font-size: 45px !important;
  font-style: normal !important;
  line-height: 1 !important;
  margin: 0;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .page__title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .content-page__vans .page__title {
    color: white;
  }
}
.content-page__vans .page__title--light {
  color: white;
}
.content-page__vans .form .page__subtitle {
  font-size: 18px;
}
.content-page__vans .page__subtitle {
  font-size: 38px;
  font-weight: 400;
  display: block;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0px;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .page__subtitle {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .content-page__vans .page__subtitle {
    color: white;
  }
}
.content-page__vans .row-block {
  padding: 60px 0px;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .row-block {
    padding: 40px 0px !important;
  }
}
.content-page__vans .row-block--coloured {
  background: linear-gradient(90deg, #370070 50%, #fff 50%);
}
.content-page__dms .row-block--coloured {
  background: linear-gradient(90deg, #8b8b9e 50%, #fff 50%);
}
.content-page__ux .row-block--coloured {
  background: linear-gradient(90deg, #222347 50%, #fff 50%) !important;
}
@media (max-width: 767px) {
  .content-page__vans .row-block--coloured {
    background: #370070;
  }
  .content-page__ux .row-block--coloured {
    background: #222347 !important;
  }
}
.content-page__vans .row-block--coloured-reverse {
  background: linear-gradient(90deg, #fff 50%, #370070 50%);
}
.content-page__dms .row-block--coloured-reverse {
  background: linear-gradient(90deg, #fff 50%, #8b8b9e 50%);
}
.content-page__ux .row-block--coloured-reverse {
  background: #222347!important;
  color: white !important;
}
@media (max-width: 767px) {
  .content-page__vans .row-block--coloured-reverse {
    background: #370070;
  }
  .content-page_ux .row-block--coloured-reverse {
    background: #222347!important;
    color: white !important;
  }
}
.content-page__vans .page__text--light, .content-page__vans .page__text--light {
  color: white;
}
.content-page__vans .page__text--review {
  display: block !important;
}
.content-page__vans .page__text--review h3 {
  flex: 1 1 auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-page__vans .page__text--review .page__title {
    color: black !important;
  }
}
.content-page__vans .page__text--review p {
  flex: 1 1 auto;
}
.content-page__vans .page__review {
  display: flex;
  margin-top: 40px;
}
.content-page__vans .page__review img {
  margin-right: 30px;
  max-height: 38px;
}
.content-page__vans .page__button {
  background: #f08027!important;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}
.content-page__vans .page__button:hover {
  background: #111 !important;
}
.content-page__vans .page__text {
  display: flex;
}
.content-page__ux .page__text {
  display: block !important;
  text-align: center;
}
@media (max-width: 767px) {
  .content-page__vans .page__text {
    flex-wrap: wrap;
    display: block!important;
  }
}
.content-page__vans .page__text--left {
  flex: 0 1 45%;
}
@media (max-width: 767px) {
  .content-page__vans .page__text--left {
    flex: 0 1 100%;
    width: 100%;
    padding-bottom: 30px;
  }
}
.content-page__vans .page__text--right {
  flex: 0 1 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .content-page__vans .page__text--right {
    flex: 0 1 100%;
    width: 100%;
    padding-bottom: 30px;
  }
}
.content-page__vans .page-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-page__vans .page-container {
    position: static !important;
    padding: 0px 25px !important;
  }
}
.content-page__vans ul.list {
  list-style: none;
  padding: 0px;
  margin: 40px 0px;
}
.content-page__vans ul.list.no-margin {
  margin: 0px !important;
}
.content-page__vans ul.list li {
  color: white;
  padding: 0px;
  margin: 20px 0px;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans ul.list li {
    font-size: 16px !important;
    margin: 0px 0px 20px 0px !important;
  }
}

.content-page__ux h1:after, .content-page__ux .h1:after, .content-page__ux h2:after, .content-page__ux .h2:after, .content-page__ux h3:after, .content-page__ux .h3:after, .content-page__ux h4:after, .content-page__ux .h4:after, .content-page__ux h5:after, .content-page__ux .h5:after, .content-page__ux h6:after, .content-page__ux .h6:after{
display: none;
}

.flex-cols {
display: flex;
flex-wrap: wrap;
margin-top: 30px;
}

.flex-cols__col {
margin: 10px;
flex: 1 0 25%;
background: #fff;
color: #111;
min-height: 300px;
padding: 30px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
flex-direction: column;
}

.flex-cols__col--gallery {
margin: 10px;
flex: 1 0 48%;
background: #fff;
color: #111;
min-height: 300px;
padding: 0px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
flex-direction: column;
}

.flex-cols__col--gallery img {
width: 100%;
display: block;
}

.flex-cols__col--gallery a {
display: block;
}

@media (max-width: 767px) {
.flex-cols--gallery {
  margin-top: 0px !important;
}
.flex-cols__col--gallery {
  min-height: 1px;
  margin: 0;
  flex: 1 1 auto;
}
.flex-cols__col--gallery img {
  width: 100%;
  padding: 0px;
}
}

.flex-cols__col img {
padding: 10px;
margin-bottom: 20px;
}
.content-page__vans .page__title {
  font-size: 45px !important;
  font-style: normal !important;
  line-height: 1 !important;
  margin: 0;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .page__title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .content-page__vans .page__title {
    color: white;
  }
  .content-page__ux .page__title {
    color: #000;
  }
}
.content-page__vans .page__title--light {
  color: white;
}
.content-page__vans .form .page__subtitle {
  font-size: 18px;
}
.content-page__vans .page__subtitle {
  font-size: 38px;
  font-weight: 400;
  display: block;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0px;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .page__subtitle {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .content-page__vans .page__subtitle {
    color: white;
  }
}
.content-page__vans .row-block {
  padding: 60px 0px;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .row-block {
    padding: 40px 0px !important;
  }
}
.content-page__vans .row-block--coloured {
  background: linear-gradient(90deg, #370070 50%, #fff 50%);
}
.content-page__dms .row-block--coloured {
  background: linear-gradient(90deg, #00B5BA 50%, #fff 50%);
}
@media (max-width: 767px) {
  .content-page__vans .row-block--coloured {
    background: #370070;
  }
  
  .content-page__dms .row-block--coloured,
.content-page__dms .row-block--coloured-reverse {
  background: #00B5BA!important;
  clear: both;
}

}
.content-page__vans .row-block--coloured-reverse {
  background: linear-gradient(90deg, #fff 50%, #370070 50%);
}
.content-page__dms .row-block--coloured-reverse {
  background: linear-gradient(90deg, #fff 50%, #00B5BA 50%);
}
@media (max-width: 767px) {
  .content-page__vans .row-block--coloured-reverse {
    background: #370070;
  }
}
.content-page__vans .page__text--light, .content-page__vans .page__text--light {
  color: white;
}
.content-page__vans .page__text--review {
  display: block !important;
}
.content-page__vans .page__text--review h3 {
  flex: 1 1 auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-page__vans .page__text--review .page__title {
    color: black !important;
  }
}
.content-page__vans .page__text--review p {
  flex: 1 1 auto;
}
.content-page__vans .page__review {
  display: flex;
  margin-top: 40px;
}
.content-page__vans .page__review img {
  margin-right: 30px;
  max-height: 38px;
}
.content-page__vans .page__button {
  background: #f08027!important;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}
.content-page__vans .page__button:hover {
  background: #111 !important;
}
.content-page__ux .page__button {
  background: #f08027!important;
}
.content-page__vans .page__text {
  display: flex;
}
.content-page__ux .page__text--bottom{
  display: flex;
}
@media (max-width: 767px) {
  .content-page__vans .page__text {
    flex-wrap: wrap;
  }

  .content-page__ux .page__text {
    flex-wrap: wrap;
  }

  .content-page__ux .page__text--bottom{
    flex-wrap: wrap;
  }
  
}
.content-page__vans .page__text--left {
  flex: 0 1 45%;
}
.content-page__ux .page__text--left {
  flex: 0 1 45%;
}
@media (max-width: 767px) {
  .content-page__vans .page__text--left {
    flex: 0 1 100%;
    width: 100%;
    padding-bottom: 30px;
  }
  .content-page__ux .page__text--left {
    flex: 0 1 100%;
    width: 100%;
    padding-bottom: 30px;
  }
}
.content-page__vans .page__text--right {
  flex: 0 1 45%;
  margin-left: auto;
}
.content-page__ux .page__text--right {
  flex: 0 1 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .content-page__vans .page__text--right {
    flex: 0 1 100%;
    width: 100%;
    padding-bottom: 30px;
  }
  .content-page__ux .page__text--right {
    flex: 0 1 100%;
    width: 100%;
    padding-bottom: 30px;
  }
  .content-page__ux .page__text--right .page__title {
    color: white;
  }
}
.content-page__vans .page-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-page__vans .page-container {
    position: static !important;
    padding: 0px 25px !important;
  }
}
.content-page__vans ul.list {
  list-style: none;
  padding: 0px;
  margin: 40px 0px;
}
.content-page__vans ul.list.no-margin {
  margin: 0px !important;
}
.content-page__vans ul.list li {
  color: white;
  padding: 0px;
  margin: 20px 0px;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans ul.list li {
    font-size: 16px !important;
    margin: 0px 0px 20px 0px !important;
  }
}


.page-template-dms-upgrade-page ul.list li:before,
.content-page__vans ul.list li:before {
  content: '';
  background: url("/wp-content/themes/consulting/assets/images/pages/vans/chevron-right.svg") no-repeat center center;
  background-size: 100%;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 7px;


}
.page-template-dms-upgrade-page ul.list li:before,
.content-page__vans ul.list li:before {
background: url("/wp-content/themes/consulting/assets/images/pages/dms/chevron-right-orange.svg") no-repeat center center;
}

.content-page__vans .hero-header {
  background: #0086ff url("/wp-content/themes/consulting/assets/images/pages/vans/vans-header.jpg") top right 0px no-repeat;

  min-height: 670px;
  padding: 0px !important;
}

.content-page__ux .hero-header {
  background: #fff url("/wp-content/themes/consulting/assets/images/pages/ux/ux-header.jpg") top right 0px no-repeat !important;
  min-height: 570px !important;
  padding: 0 !important;
  background-size: 43% !important;
}

.page-template-car-dealership-website-page .hero-header, .page-template-ppc-car-dealership-website-page .hero-header{
  background: #1c1d3b url("/wp-content/themes/consulting/assets/images/car-dealership-website-header.jpg") 170px 0px no-repeat!important;

}

.page-template-click-buy .hero-header{
  background: #1c1d3b url("/wp-content/themes/consulting/assets/images/car-dealership-website-header.jpg") 170px 0px no-repeat!important;

}

.page-template-social-media-marketing-page .hero-header{

  background: #4871B7 url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/Social-Media.png") top right 0px no-repeat!important;

}

.page-template-recommend-a-friend-page .hero-header{

  

  background: #0090a8 url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/Social-Media.png") top right 0px no-repeat!important;

}

.content-page__subprime .hero-header{
background: #cee1e8;
  background-size: 100% 100%!important;
  min-height: 670px;
  padding: 0px!important;
}

.content-page__subprime .hero-header h1, .content-page__subprime .hero-header p{
color: #25252c!important;
}

@media screen and (max-width: 767px){
.page-template-subprime-finance-page .content-page__subprime .hero-header{
  background-color: #cee1e8!important;
}
}

.content-page__subprime .hero-header .page__button{
background-color: #3C5A99!important;
}

.page-template-car-dealership-website-page .content-page__CDW .row-block--coloured-reverse,
.page-template-click-buy .content-page__CDW .row-block--coloured-reverse,
.page-template-ppc-car-dealership-website-page .content-page__CDW .row-block--coloured-reverse{
background: linear-gradient(90deg, #fff 50%,#222347 50%);
}

.page-template-car-dealership-website-page .content-page__CDW .row-block--coloured,
.page-template-click-buy .content-page__CDW .row-block--coloured,
.page-template-ppc-car-dealership-website-page .content-page__CDW .row-block--coloured{
background: linear-gradient(90deg,#222347 50%, #fff 50%);
}

.content-page__CDW .hero-header .page__button, .content-page__CDW .page__button{
background-color: #f08027!important;
}

.content-page__subprime .row-block--coloured-reverse{
background: linear-gradient(90deg,#fff 50%, #3C5A99 50%);
}

.content-page__subprime .row-block--coloured {
  background: linear-gradient(90deg, #3C5A99 50%,#fff 50%);
}

.content-page__subprime .page__button{
background-color: #3C5A99;
}
@media (max-width: 767px){
.content-page__subprime .row-block--coloured-reverse, .content-page__subprime .row-block--coloured {
    background: #3C5A99!important;
}
.content-page__subprime .hero-header .page__button, .content-page__subprime .page__button{
border: solid 2px white;
  border-radius: 10px;
}

  
}

.page-template-clickengage-page .content-page__vans .hero-header{
  background: #0090a8 url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/click-engage-header.jpg") top right 0px no-repeat!important;
  min-height: 670px;
  padding: 0px !important;

}

.content-page__dms .hero-header {
  background: #00b6ba url("/wp-content/themes/consulting/assets/images/pages/dms/dms-header-new.jpg") top right 0px no-repeat!important;

  min-height: 670px;
  padding: 0px !important;
}
@media only screen and (max-width: 1469px) {
  .content-page__vans .hero-header {
    background: #0086ff url("/wp-content/themes/consulting/assets/images/pages/vans/vans-header.jpg") top right -290px no-repeat;
  }
   .page-template-subprime-finance-page .content-page__subprime .hero-header{
  background: #cee1e8!important;
}

.page-template-automotive-ppc-page .hero-header{

  background: #F5801F url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/PPC-Header.jpg") top right -290px no-repeat!important;

}

.page-template-clickengage-page .content-page__vans .hero-header{
  background: #0090a8 url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/click-engage-header.jpg") top right -290px no-repeat!important;
  min-height: 670px;
  padding: 0px !important;

}

}
@media only screen and (max-width: 1135px) {
  .content-page__vans .hero-header {
    background: #0086ff url("/wp-content/themes/consulting/assets/images/pages/vans/vans-header--medium.jpg") top right 0px no-repeat;
    min-height: 368px;
  } 
  .page-template-subprime-finance-page .content-page__subprime .hero-header{
  background: #cee1e8!important;
}

.page-template-automotive-ppc-page .hero-header{

  background: #F5801F url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/PPC-Header.jpg") top right -400px no-repeat!important;

}

.page-template-social-media-marketing-page .hero-header{

  
  background: #4871B7 url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/Social-Media.png") top right -400px no-repeat!important;

}

.page-template-clickengage-page .content-page__vans .hero-header{
  background: #0090a8 url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/click-engage-header.jpg") top right -400px no-repeat!important;


}

}
@media only screen and (max-width: 768px) {
  
  .content-page__vans .hero-header {
    background: #0086ff url("/wp-content/themes/consulting/assets/images/pages/vans/vans-header--medium.jpg") top right -170px no-repeat;
    min-height: 368px;
  }
   .page-template-subprime-finance-page .content-page__subprime .hero-header {
  background: #cee1e8!important;
}
}
@media (max-width: 767px) {
  .content-page__vans .hero-header {
    background: #0086ff !important;
  }
  .content-page__ux .hero-header {
    background: #fff !important;
  }
   .page-template-subprime-finance-page .content-page__subprime .hero-header {
  background: #cee1e8!important;
}

.page-template-social-media-marketing-page .hero-header{

  background: #4871b7!important;

}

.page-template-clickengage-page .content-page__vans .hero-header{
  background: #0090a8!important;
  min-height: 368px;
}

}
.content-page__vans .hero-header .page__button {
  background: #370070;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .hero-header .page__button {
    font-size: 16px;
  }
}
.content-page__vans .hero-header .page__button:hover {
  background: #111;
}
.content-page__vans .hero-header .page-container {
  padding: 0px !important;
}
@media (max-width: 767px) {
  .content-page__vans .hero-header .page-container {
    padding: 0px 25px !important;
  }
}
.content-page__vans .hero-header .page-content {
  max-width: 400px;
  padding: 30px 0px;
}
@media only screen and (max-width: 1469px) {
  .content-page__vans .hero-header .page-content {
    padding: 28px;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .content-page__vans .hero-header .page-content {
    padding: 30px 0px;
  }
}

.content-page__ux .hero-header .page-content {
  max-width: 400px;
  padding: 60px 0;
}

@media only screen and (max-width: 1469px) {
  .content-page__ux .hero-header .page-content {
    padding: 28px;
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .content-page__ux .hero-header .page-content {
    padding: 30px 0px;
  }
}

.content-page__vans .hero-header__title {
  color: white;
  font-size: 45px !important;
  font-style: normal !important;
  line-height: 1 !important;
  margin: 0px;
}

.content-page__ux .hero-header__title {
  color: #111;
  font-size: 45px !important;
  font-style: normal !important;
  line-height: 1 !important;
  margin: 0px;
  width: 470px;
}

@media only screen and (max-width: 1135px) {
  .content-page__vans .hero-header__title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .content-page__ux .hero-header__title {
    width: auto;
  }
}

.content-page__vans .hero-header__subtitle {
  font-size: 38px;
  color: white;
  font-weight: 400;
  display: block;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0px;
}

.content-page__ux .hero-header__subtitle {
  font-size: 38px;
  color: #111;
  font-weight: 400;
  display: block;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0px;
}

@media only screen and (max-width: 1135px) {
  .content-page__vans .hero-header__subtitle {
    font-size: 22px !important;
  }
}
.content-page__vans .hero-header__text {
  font-size: 16px;
  color: white;
  margin: 40px 0px;
  line-height: 1.5;
}
.content-page__ux .hero-header__text {
  font-size: 16px;
  color: #111;
  margin: 40px 0px;
  line-height: 1.5;
}
@media only screen and (max-width: 1135px) {
  .content-page__vans .hero-header__text {
    font-size: 14px !important;
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .content-page__ux .wpcf7 label {
    color: white !important;
  }
  .content-page__ux .wpcf7 p {
    color: white !important;
  }
  .content-page__ux .wpcf7 span {
    color: white !important;
  }
}

.wpcf7-form-control.wpcf7-submit {
  background: #f08027!important;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  width: auto !important;
  height: auto !important;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background: #111 !important;
}

.wpcf7-recaptcha {
  height: auto !important;
  margin-bottom: 20px;
}



.size-full {
  width: 100%;
}
@media (max-width: 767px) { 
.wpcf7-recaptcha iframe {
    width: 100%;
  }

.wpcf7-recaptcha div {
    width: 100% !important;
  }
}

.header_socials{
margin: 0px 0px 0px 10px !important
}

.Marketing span, .wpcf7-recaptcha, .wpcf7-checkbox{
background-color: transparent!important;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.promo-page .testimonial{
padding:0px 20px;
  color: white!important;
}

.testimonial h4, .testimonial h5{
color: white!important;
}

p iframe{
width: 100%;
  height: 450px;
}

.page-template-thank-you-template .row-container, .page-template-ux-ui-thank-you-template .row-container   {
display: flex;;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.row-container-box{
width: 49%;
  height: 100%;
  display:block;
padding: 20px;
}

.thank-you-bg-image{
background-image: url(https://www.clickdealer.co.uk/wp-content/uploads/2019/07/blog1.jpg);
  width: 49%;
  height:500px;
  display:block;
}

.row-container-box .page__button{
  background: #0086ff;
  color: white!important;
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  transition: all .25s ease-in-out;
  width: auto !important;
  height: auto !important;
}
.page-template-vehicle-new-screen-page-full{
background: linear-gradient(45deg, rgba(246,248,249,1) 0%,rgba(215,222,227,1) 100%);
}
.content-page__dms ul.list li{
margin: 10px 0px;
}


.entry-content .vc_custom_1461323979118{
margin-bottom: 0px!important;
}

.contact-collumn .vc_custom_1567155759916, .vc_custom_1567435320191{
border-radius: 10px!important;
}

.contact-collumn .vc_custom_1567157055509{
border-radius: 10px 10px 0px 0px;
}


.contact-collumn .vc_custom_1567157055509 h2:after{
width: 0px!important;
height: 0px!important;
}

.contact-collumn .vc_custom_1567155759916 .wpcf7-form-control.wpcf7-submit{
display: block!important;
  width: 100%!important;
  background: #f08027!important;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 1060px){
.page-template-subprime-finance-page .page-container{
  justify-content: center!important;
  padding-bottom: 10px;
}
}

@media screen and (max-width: 768px){
.page-template-subprime-finance-page .page-container p { color: white!important; }
.page-template-subprime-finance-page .videoWrapper {
position: relative;
padding-bottom: 50%; /* 16:9 */
padding-top: 25px;
height: 0;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-car-dealership-website-page .hero-header,
.page-template-click-buy .hero-header,
.page-template-ppc-car-dealership-website-page .hero-header{
  background-color: #222347!important;
  color: #FFF!important;
}
.page-template-car-dealership-website-page .hero-header .page-content p,
.page-template-car-dealership-website-page .hero-header .page-content em,
.page-template-click-buy .hero-header .page-content p,
.page-template-click-buy .hero-header .page-content em,
.page-template-ppc-car-dealership-website-page .hero-header .page-content p,
.page-template-ppc-car-dealership-website-page .hero-header .page-content em{
  color: #FFF!important;
}

.page-template-automotive-seo-page .row-block--coloured-reverse,
.page-template-car-dealership-website-page .row-block--coloured-reverse,
.page-template-car-dealership-website-page .row-block--coloured,
.page-template-click-buy .row-block--coloured-reverse,
.page-template-click-buy .row-block--coloured,
.page-template-ppc-car-dealership-website-page .row-block--coloured-reverse,
.page-template-ppc-car-dealership-website-page .row-block--coloured{
    background: #fff!important;
}
.page-template-car-dealership-website-page .page-container .page__button,
.page-template-car-dealership-website-page .page-container .wpcf7-submit,
.page-template-click-buy .page-container .page__button,
.page-template-click-buy .page-container .wpcf7-submit,
.page-template-ppc-car-dealership-website-page .page-container .page__button,
.page-template-ppc-car-dealership-website-page .page-container .wpcf7-submit{
  color: #FFF!important;
}


.page-template-car-dealership-website-page .page-container p,  
.page-template-car-dealership-website-page .page-container h2, 
.page-template-car-dealership-website-page .page-container h3, 
.page-template-car-dealership-website-page .page-container em,
.page-template-car-dealership-website-page .page-container li,
.page-template-click-buy .page-container p,  
.page-template-click-buy .page-container h2, 
.page-template-click-buy .page-container h3, 
.page-template-click-buy .page-container em,
.page-template-click-buy .page-container li,
.page-template-ppc-car-dealership-website-page .page-container p,  
.page-template-ppc-car-dealership-website-page .page-container h2, 
.page-template-ppc-car-dealership-website-page .page-container h3, 
.page-template-ppc-car-dealership-website-page .page-container em,
.page-template-ppc-car-dealership-website-page .page-container li{

  color: #25252c!important;
}
}
.page-template-automotive-ppc-page .hero-header,
.page-template-automotive-seo-page .hero-header{
  background: #12173F url("https://www.clickdealer.co.uk/wp-content/themes/consulting/assets/images/SEO IMAGE.jpg") top right 0px no-repeat ;
  min-height: 670px;
  background-size: 970px!important;
  padding: 0px !important;

}

.page-template-automotive-ppc-page .hero-header{

  background: #F5801F url("https://www.clickdealer.co.uk/wp-content/uploads/2020/01/PPC-Header.jpg") top right 0px no-repeat;

}

.white{
color: white;
}

.list-on-white li{

color: #777!important;

}

.list-on-white-black li{

  color: #777!important;

}

.page-template-automotive-ppc-page .content-page__vans .row-block--coloured-reverse,
.page-template-automotive-seo-page .content-page__vans .row-block--coloured-reverse{
background: linear-gradient(90deg, #fff 50%, #12173f 50%);
}

.page-template-automotive-ppc-page .content-page__vans .row-block--coloured,
.page-template-automotive-seo-page .content-page__vans .row-block--coloured{
background: linear-gradient(90deg, #12173f 50%, #fff 50%);
}


.page-template-automotive-ppc-page .content-page__vans .row-block--coloured-image,
.page-template-automotive-seo-page .content-page__vans .row-block--coloured-image{
background: linear-gradient(90deg, #12173f 50%, #f57420 50%);
}

.page-template-automotive-ppc-page .content-page .hero-header .page-container .page-content .automotive-seo-button,
.page-template-automotive-seo-page .content-page .hero-header .page-container .page-content .automotive-seo-button{
  background: #222347!important;
}

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

.page-template-automotive-ppc-page .hero-header,
.page-template-automotive-seo-page .hero-header{
  background: #f08027!important;
}

.page-template-automotive-ppc-page .content-page__vans .row-block--coloured,
.page-template-automotive-seo-page .content-page__vans .row-block--coloured{
background: #222347;
}


.page-template-automotive-seo-page .content-page__vans .row-block--coloured-reverse,
.page-template-automotive-ppc-page .content-page__vans .row-block--coloured-reverse,
.page-template-clickengage-page .content-page__vans .row-block--coloured{
background: #FFF!important;
}
.page-template-automotive-seo-page .content-page__vans .row-block--coloured-reverse *,
.page-template-automotive-ppc-page .content-page__vans .row-block--coloured-reverse *,
.page-template-clickengage-page .content-page__vans .row-block--coloured *{
color: #25252c;
}

.page-template-automotive-seo-page .content-page__vans .row-block--coloured-image{
  background: #12173f;
}

.page-template-clickengage-page .content-page__vans .row-block--coloured-reverse{
  background: #0090A8!important;
}
.page-template-clickengage-page .content-page__vans .row-block--coloured-reverse *
{
  color: white;
}

}

.rspv-img{

  width: 100%;
  height: auto;
  display: block;

}


.row, .row-invert{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
}

.row .left, .row .right,
.row-invert .left, .row-invert .right{
  width: 50%;
}

.left{

  display: flex;
  justify-content: center;

}

.left-img{
  background: white;
}

.left-img img, .right-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.left .videoWrapper{
  width: 100%;
}

.chart-left .left,
.chart-right .right{

  display: flex;
  justify-content: center;
  align-items: center;

}

.right-content, .left-content{
  padding: 50px;
  width: 75%;
}

.row .left .left-content *,
.row-invert .right .right-content *{
  color: #25252c!important;
}

.row-invert .right .right-content .wpcf7-submit{

  color: white!important;

}

.row .right .right-content *,
.row-invert .left .left-content *{
  color:white;
} 

.row .left .left-content a{
  color: #F5801F!important;
  text-decoration: underline;
  
}

.row-invert .left .left-content a,
.row .right .right-content a{
  text-decoration: underline;
}

.row-invert.right-image .right{

  max-height: 600px;

}

.row-invert.right-image .right img{

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;

}

#submit{
  color: white!important;
}

.slider-right .right .forcefullwidth_wrapper_tp_banner{
	width: 100%;
	height: 100%!important;
	min-height: 500px;
}

.row .left, .row-invert .right{
	background: #FFF;
}


@media screen and (max-width: 1200px){
  .right-content, .left-content{
      width: 100%;
  }
}

@media screen and (max-width: 767px){
 .row .left, .row .right,
.row-invert .left, .row-invert .right{
  width: 100%;
}

  .right-img .left{
    order: 2;
  }

  .right-img .right{
      order: 1;
  }

  .wpcf7-form p:nth-child(5){
    margin-bottom: 50px;
  }
}

.page-template .content-page p{
	font-size: 20px!important;
}

.page-template .content-page label{
  font-size: 14px!important;
}

.marketing .row .right, .marketing .row-invert .left{
	background: #52AB33;
}
.digital .row .right, .digital .row-invert .left{
	background: #960064;
}


.manage .row .right, .manage .row-invert .left{
	background: #006394;
}

.generic .row .right, .generic .row-invert .left{
	background: #121740;
}

.row .left .left-content .page__button{
  color: white!important;
  text-decoration: none!important;;
}

.row-invert .left .left-content ul li:before,
.row .right .right-content ul li:before{

    background: url('https://www.clickdealer.co.uk/wp-content/uploads/2020/02/BulletPoint.png') no-repeat center center;
    width: 12px!important;
    height: 27px!important;
    top: 0!important;
    left: 0!important;
    background-size: 100% 100%!important
}

.row-invert .right .right-content ul li:before,
.row .left .left-content ul li:before{

    background: url('https://www.clickdealer.co.uk/wp-content/uploads/2020/02/BulletPointBlack.png') no-repeat center center!important;
    width: 12px!important;
    height: 27px!important;
    top: 0!important;
    left: 0!important;
    background-size: 100% 100%!important
}

.row-invert .right .right-content form p{font-size: 13px!important;}

.video-right .videoWrapper{
	height: 100%!important;
	
}