/*
Theme Name: Innocent Driver
Author: Innocent Driver
Description: A Custom Theme by Brand North (https://www.brandnorth.co.uk)
Version: 1.0.0
Tags: Innocent Driver
*/
@font-face {
  font-family: "InnocentBold";
  src: url("/wp-content/themes/innocent-driver/fonts/ITC-Avant-Garde-Gothic-Bold.woff") format("woff");
}
@font-face {
  font-family: "InnocentCondensed";
  src: url("/wp-content/themes/innocent-driver/fonts/ITC-Avant-Garde-Gothic-Book-Condensed.woff") format("woff");
}
@font-face {
  font-family: "InnocentBook";
  src: url("/wp-content/themes/innocent-driver/fonts/ITC-Avant-Garde-Gothic-CE-Book.woff") format("woff");
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Calibri", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  outline: none;
  box-sizing: border-box;
}

a {
  color: inherit;
}

.container {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.top-padding {
  padding-top: 60px;
}

.bottom-padding {
  padding-bottom: 60px;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  z-index: 99;
}

.wrapper-narrow {
  position: relative;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  z-index: 99;
}

.top-clearer {
  position: relative;
  width: 100%;
  height: 120px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid white;
}

.btn:hover {
  transform: scale(1.05);
}

.yellow-btn {
  background-color: #F3DB44;
  color: #0B0B45;
}

.blue-btn {
  background-color: #1B9AF5;
  color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 {
  font-family: "InnocentBold";
  color: #1B9AF5;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}

h2 {
  font-family: "InnocentBold";
  color: #0B0B45;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

h3 {
  font-family: "InnocentBold";
  color: #1B9AF5;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}

h4 {
  font-family: "InnocentCondensed";
  color: #1B9AF5;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

p {
  font-family: "Calibri", sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 20px;
}

p.yellow-text {
  color: #F3DB44 !important;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 99999;
}
header .wrapper {
  width: 100%;
  height: 120px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1199px) {
  header .wrapper {
    grid-template-columns: 1fr auto;
  }
}
header .wrapper .buttons {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
@media (max-width: 1199px) {
  header .wrapper .buttons {
    display: none;
  }
}

.cta-shortcode {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-size: 45px;
  line-height: 46px;
  color: #0B0B45;
  font-family: "InnocentBold";
  margin-bottom: 20px;
}
.cta-shortcode i {
  font-size: 35px;
  line-height: 35px;
  color: #1BBFFF;
}
.cta-shortcode .icon, .cta-shortcode .number {
  display: inline-block;
}

footer .footer.container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0B0B45;
}
footer .footer.container h4 {
  font-family: "InnocentCondensed";
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #1B9AF5;
  text-transform: uppercase;
}
footer .footer.container p {
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
}
footer .footer.container p.small {
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  margin-top: 30px;
}
footer .footer.container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1199px) {
  footer .footer.container .wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
footer .footer.container .wrapper .left {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 999px) {
  footer .footer.container .wrapper .left {
    grid-template-columns: 1fr;
  }
}
footer .footer.container .wrapper .left a {
  color: #fff;
}
footer .footer.container .wrapper .right .addresses {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  footer .footer.container .wrapper .right .addresses {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
footer .footer.container .wrapper .right .addresses .line {
  background-color: #F3DB44;
}
footer .footer.container .wrapper-2 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #0060A5;
}
@media (max-width: 1199px) {
  footer .footer.container .wrapper-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
footer .footer.container .wrapper-2 .left {
  grid-template-columns: 1fr;
}
footer .footer.container .wrapper-2 .right {
  text-align: right;
}
@media (max-width: 1199px) {
  footer .footer.container .wrapper-2 .right {
    text-align: left;
  }
}
footer .footer.container .wrapper-2 p {
  font-size: 12px;
}
footer .footer.container .menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
footer .footer.container .menu li {
  color: #1B9AF5;
  margin-bottom: 12px;
  font-size: 15px;
}
footer .footer.container .menu li a {
  text-decoration: none;
}
footer .social-icons {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
footer .social a {
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  margin-left: -3px;
}
footer .social a i {
  display: block;
}

.block-directory-downloadable-blocks-panel {
  display: none !important;
}

.news-feed .wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 1199px) {
  .news-feed .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    text-align: center;
  }
}
.news-feed .wrapper .news-stories .the-news-stories {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1199px) {
  .news-feed .wrapper .news-stories .the-news-stories {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .news-feed .wrapper .news-stories .the-news-stories {
    grid-template-columns: 1fr;
  }
}
.news-feed .wrapper .news-stories .the-news-stories .news-story {
  text-decoration: none;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story .news-story-image-lead {
  position: relative;
  width: 100%;
  padding-top: 80%;
  margin-bottom: 12px;
  overflow: hidden;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story .news-story-image-lead .news-story-image-lead-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story .news-story-image-lead .news-story-image-lead-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--button-colour);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.3s ease;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story:hover .news-story-image-lead-overlay {
  opacity: 0.7;
}
.news-feed .wrapper .news-stories .the-news-stories .news-story:hover .news-story-image-lead-image {
  transform: scale(1.1);
}
.news-feed .wrapper .news-stories .post-navigation {
  margin-top: 40px;
}
.news-feed .wrapper .news-stories .page-numbers {
  border: 1px solid var(--button-colour);
  color: var(--button-colour);
  text-decoration: none;
  padding: 3px 11px;
  font-size: 16px;
  transition: all 0.2s ease;
}
.news-feed .wrapper .news-stories .page-numbers:hover {
  background-color: var(--button-colour);
  color: #ffffff;
}
.news-feed .wrapper .news-stories .page-numbers.current {
  background-color: var(--button-colour);
  color: #ffffff;
}
.news-feed .wrapper .categories-and-recents a {
  text-decoration: none;
}
.news-feed .wrapper .single-post .featured-image {
  margin-bottom: 30px;
}

#mega-menu-wrap-website-main-menu #mega-menu-website-main-menu li a.mega-menu-link:before {
  margin-top: -7px !important;
  padding-right: 5px;
}/*# sourceMappingURL=style.css.map */