/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/******************************************************/
/* TYPOGRAPHY                                         */
/******************************************************/
h1 {
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding-left: 15px; }

h2 {
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding-left: 15px; }

h3 {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-left: 15px; }

/******************************************************/
/* COLOURS                                            */
/******************************************************/
/******************************************************/
/* GRID                                               */
/******************************************************/
.container {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto; }
  .container .col-1 {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 15px; }
  .container .col-2 {
    width: 50%;
    margin-bottom: 30px;
    float: left;
    box-sizing: border-box;
    padding: 0 15px; }
  .container .col-4 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px; }
    .container .col-4:first-child {
      padding-left: 0; }
    .container .col-4:last-child {
      padding-right: 0; }
  .container .col-3 {
    width: 33.33333%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px; }

/******************************************************/
/* BUTTONS                                            */
/******************************************************/
.btn {
  text-transform: uppercase;
  display: inline-block;
  background: #E8203B;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  padding: 11px 35px;
  overflow: hidden;
  position: relative; }
  .btn:before {
    content: '';
    width: 20px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    left: -40px;
    top: -10px;
    position: absolute;
    transform: rotate(30deg);
    transition: 0.3s; }
  .btn:hover::before {
    left: 110%; }

/******************************************************/
/* GENERAL                                            */
/******************************************************/
body {
  font-family: "Lato", sans-serif; }

.divider {
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: #F2F2F2;
  margin: 0 auto; }

/******************************************************/
/* HEADER                                             */
/******************************************************/
header {
  /* Top bar */
  /* Search bar */
  /* Breadcrumbs */
  /* Hero */ }
  header .top-bar {
    background: #07141E;
    height: 56px;
    width: 100%; }
    header .top-bar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      header .top-bar ul li {
        float: left;
        margin-right: 20px; }
        header .top-bar ul li:last-child {
          margin-right: 0; }
        header .top-bar ul li a {
          font-size: 16px;
          line-height: 56px;
          color: #FFFFFF;
          text-decoration: none;
          text-transform: uppercase;
          transition: 0.2s; }
          header .top-bar ul li a:hover {
            color: #E8203B; }
  header .search-bar {
    background: #0B1F2D;
    width: 100%;
    height: 120px;
    overflow: auto; }
    header .search-bar .logo {
      display: block;
      width: 110px;
      height: 110px;
      margin-top: 5px;
      background: url(../images/logo.png) no-repeat center;
      float: left; }
    header .search-bar .text-logo {
      line-height: 120px;
      margin-left: 30px;
      float: left;
      font-size: 38px;
      font-weight: 900;
      color: #FFFFFF; }
    header .search-bar .phone {
      float: right;
      margin-top: 15px; }
      header .search-bar .phone .top-text {
        font-size: 16px;
        color: #FFFFFF;
        opacity: 0.7; }
      header .search-bar .phone a {
        font-size: 38px;
        line-height: 58px;
        color: #FFFFFF;
        font-weight: 900;
        font-style: italic;
        text-decoration: none;
        transition: 0.2s; }
        header .search-bar .phone a:hover {
          color: #E8203B; }
      header .search-bar .phone .bottom-text {
        font-size: 12px;
        color: #FFFFFF;
        opacity: 0.7;
        text-transform: uppercase; }
  header .breadcrumbs {
    width: 100%;
    background: #0B1F2D;
    height: 50px;
    position: relative;
    overflow: auto;
    font-weight: 300; }
    header .breadcrumbs:before {
      content: '';
      width: 100%;
      height: 10px;
      background: #ccc;
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 3;
      box-shadow: 0 5px 40px #06121A; }
    header .breadcrumbs ul {
      margin: 0;
      padding: 0;
      list-style: none;
      color: #FFFFFF; }
      header .breadcrumbs ul li {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        line-height: 50px; }
        header .breadcrumbs ul li:before {
          content: '';
          width: 8px;
          height: 8px;
          background: url(../images/breadcrumbs-arrow.svg) no-repeat center;
          position: absolute;
          top: 50%;
          margin-top: -3px;
          right: -15px; }
        header .breadcrumbs ul li:last-child::before {
          display: none; }
        header .breadcrumbs ul li a {
          color: #FFFFFF;
          transition: 0.2s; }
          header .breadcrumbs ul li a:hover {
            color: #E8203B; }
  header .hero {
    width: 100%;
    height: 358px;
    background: #07141E url(../images/hero-angle-bg-image.png) no-repeat;
    background-position: right center;
    position: relative; }
    header .hero:before {
      content: '';
      width: 655px;
      height: 347px;
      background: url(../images/hero-car.png) no-repeat center;
      position: absolute;
      bottom: -120px;
      right: 0; }
    header .hero .content {
      height: 358px;
      color: #FFFFFF;
      display: table-cell;
      vertical-align: middle; }
      header .hero .content .top-text {
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #FFFFFF;
        display: inline-block;
        padding-bottom: 15px; }
      header .hero .content .main-text {
        font-size: 38px;
        font-weight: 900;
        line-height: 46px;
        margin: 10px 0 30px; }
  header #video-intro {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5); }
    header #video-intro .video-container {
      max-width: 70%;
      margin: 0 auto;
      margin-top: 10%;
      border-radius: 5px;
      position: relative; }
      header #video-intro .video-container .close {
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: -30px;
        right: 0px;
        cursor: pointer;
        transition: 300ms;
        border-bottom: 1px dotted #fff;
        opacity: 0.7; }
      header #video-intro .video-container .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%; }
        header #video-intro .video-container .embed-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

/******************************************************/
/* FOOTER                                             */
/******************************************************/
footer {
  /* Newsletter */
  /* SM Buttons */
  /* Footer navigation */
  /* Copyright */ }
  footer .newsletter {
    width: 100%;
    height: 150px;
    background: #07141E url(../images/newsletter-bg.jpg) no-repeat center; }
    footer .newsletter .text {
      color: #FFFFFF;
      float: left;
      margin-top: 40px; }
      footer .newsletter .text .title {
        font-size: 38px;
        font-weight: 900;
        font-style: italic;
        margin: 0; }
      footer .newsletter .text .subtitle {
        font-size: 25px;
        font-weight: 100;
        font-style: italic;
        margin: 0; }
    footer .newsletter .opt-in-form {
      float: right;
      margin-top: 50px; }
      footer .newsletter .opt-in-form input {
        width: 450px;
        height: 50px;
        border: none;
        padding: 0;
        box-sizing: border-box;
        padding-left: 20px;
        color: #07141E; }
        footer .newsletter .opt-in-form input::placeholder {
          color: #07141E; }
      footer .newsletter .opt-in-form input[type="button"] {
        width: 150px;
        padding-left: 0px;
        height: 50.3px;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        top: 1px;
        left: -3px;
        background: #E8203B;
        color: #FFFFFF;
        outline: none;
        cursor: pointer; }
  footer .sm-buttons {
    width: 100%;
    height: 184px;
    background: #0B1F2D;
    position: relative;
    overflow-y: hidden; }
    footer .sm-buttons:before {
      content: '';
      width: 100%;
      height: 10px;
      background: #ccc;
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 3;
      box-shadow: 0 5px 20px #06121A; }
    footer .sm-buttons:after {
      content: '';
      width: 100%;
      height: 10px;
      background: #ccc;
      position: absolute;
      bottom: -10px;
      left: 0;
      z-index: 3;
      box-shadow: 0 -5px 20px #06121A; }
    footer .sm-buttons ul {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;
      text-align: center; }
      footer .sm-buttons ul li {
        display: inline-block; }
        footer .sm-buttons ul li:first-child {
          left: 0; }
        footer .sm-buttons ul li a {
          display: block;
          width: 114px;
          height: 184px;
          position: relative;
          margin-right: 56px; }
          footer .sm-buttons ul li a:hover::after {
            background-position-y: -280px; }
          footer .sm-buttons ul li a:after {
            content: '';
            left: -90px;
            z-index: 0;
            position: absolute;
            height: 184px;
            width: 302px;
            background: url(../images/sm-icon-bg-hover.png) no-repeat center;
            background-size: 112%;
            background-position-y: -20px; }
          footer .sm-buttons ul li a .icon {
            width: 114px;
            height: 88px;
            position: absolute;
            z-index: 1;
            top: 44px; }
            footer .sm-buttons ul li a .icon.fb {
              background-image: url(../images/sm-icons.svg);
              background-position-x: 0; }
            footer .sm-buttons ul li a .icon.tw {
              background-image: url(../images/sm-icons.svg);
              background-position-x: 114px; }
            footer .sm-buttons ul li a .icon.yt {
              background-image: url(../images/sm-icons.svg);
              background-position-x: 228px; }
            footer .sm-buttons ul li a .icon.is {
              background-image: url(../images/sm-icons.svg);
              background-position-x: 342px; }
            footer .sm-buttons ul li a .icon.gp {
              background-image: url(../images/sm-icons.svg);
              background-position-x: 456px; }
  footer .footer-nav {
    width: 100%;
    background: #0B1F2D url(../images/footer-nav-bg.jpg) no-repeat top right;
    box-sizing: border-box;
    padding: 60px 0;
    color: #FFFFFF;
    overflow: auto; }
    footer .footer-nav h4 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700; }
    footer .footer-nav p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300; }
    footer .footer-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .footer-nav ul li {
        font-weight: 300;
        margin-bottom: 24px; }
  footer .copyright {
    height: 60px;
    background: #07141E;
    width: 100%;
    color: #FFFFFF;
    font-weight: 300; }
    footer .copyright p {
      margin: 0;
      line-height: 60px;
      float: left; }
    footer .copyright .hype {
      display: inline-block;
      line-height: 60px;
      float: right;
      text-decoration: none;
      color: #FFFFFF; }
      footer .copyright .hype img {
        width: 124px;
        position: relative;
        margin-left: 3px;
        top: 5px;
        display: inline-block; }

/******************************************************/
/* CONTACT DETAILS                                    */
/******************************************************/
.contact-details {
  width: 100%;
  padding: 60px 0;
  position: relative; }
  .contact-details .contacts {
    color: #FFFFFF;
    box-shadow: 0 2px 24px rgba(11, 31, 45, 0.7);
    z-index: 2;
    width: 400px;
    text-align: center;
    background: #0B1F2D url(../images/contacts-angle-bg.svg) no-repeat right center;
    background-size: contain;
    box-sizing: border-box;
    padding: 30px 0 50px;
    position: relative; }
    .contact-details .contacts h1 {
      padding-left: 0; }
    .contact-details .contacts .address {
      font-size: 22px;
      font-weight: 500;
      line-height: 27px;
      margin-top: 40px; }
      .contact-details .contacts .address .icon {
        width: 25px;
        height: 30px;
        background: url(../images/address-icon.svg) no-repeat center;
        display: inline-block; }
      .contact-details .contacts .address p {
        margin: 15px 0 0; }
    .contact-details .contacts .phone {
      font-size: 32px;
      font-weight: 700;
      margin-top: 40px; }
      .contact-details .contacts .phone .icon {
        width: 30px;
        height: 30px;
        background: url(../images/phone-icon.svg) no-repeat center;
        display: inline-block; }
      .contact-details .contacts .phone a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        margin-top: 15px;
        transition: 0.2s; }
        .contact-details .contacts .phone a:hover {
          color: #E8203B; }
    .contact-details .contacts .email {
      font-size: 22px;
      font-weight: 500;
      margin-top: 40px; }
      .contact-details .contacts .email .icon {
        width: 30px;
        height: 30px;
        background: url(../images/email-icon.svg) no-repeat center;
        display: inline-block; }
      .contact-details .contacts .email a {
        color: #FFFFFF;
        display: block;
        margin-top: 15px;
        transition: 0.2s; }
        .contact-details .contacts .email a:hover {
          color: #E8203B; }
  .contact-details #map {
    width: 100%;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }

/******************************************************/
/* CATEGORIES                                         */
/******************************************************/
.categories {
  width: 100%;
  padding: 60px 0;
  overflow: auto; }
  .categories .category {
    height: 120px;
    width: 100%;
    display: block;
    background: #0B1F2D;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.2s;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-right: 20px;
    line-height: 24px; }
    .categories .category:hover {
      background: #E8203B; }
    .categories .category img {
      width: 177px;
      display: block;
      float: left; }

/******************************************************/
/* PROMO                                              */
/******************************************************/
.promo {
  width: 100%;
  background: #ccc;
  overflow: auto; }
  .promo .promo-banner {
    height: 300px;
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box; }
    .promo .promo-banner.cash-for-cars {
      background-image: url(../images/promo/cash-for-cars-bg.jpg); }
      .promo .promo-banner.cash-for-cars .content {
        width: 100%;
        max-width: 590px;
        float: right; }
    .promo .promo-banner.dispose-of-your-vehicle {
      background-image: url(../images/promo/dispose-of-your-vehicle.jpg); }
      .promo .promo-banner.dispose-of-your-vehicle .content {
        margin-left: 35px; }
    .promo .promo-banner .text {
      font-size: 48px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: 900;
      font-style: italic;
      line-height: 45px;
      margin-bottom: 30px; }
      .promo .promo-banner .text span {
        font-weight: 100; }

.promo-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5); }
  .promo-modal .modal-container {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 10%;
    border-radius: 2px;
    position: relative;
    background: #FFFFFF; }
    .promo-modal .modal-container .close {
      font-size: 14px;
      color: #fff;
      position: absolute;
      top: -30px;
      right: 0px;
      cursor: pointer;
      transition: 300ms;
      border-bottom: 1px dotted #fff;
      opacity: 0.7; }
    .promo-modal .modal-container .modal-body {
      position: relative;
      padding: 40px;
      max-width: 100%;
      box-sizing: border-box;
      max-height: 80vh;
      overflow: auto; }
      .promo-modal .modal-container .modal-body h3 {
        padding-left: 0; }
      .promo-modal .modal-container .modal-body p {
        font-size: 16px;
        line-height: 24px; }

/******************************************************/
/* UPDATES                                            */
/******************************************************/
.updates {
  width: 100%;
  padding: 60px 0;
  overflow: auto; }
  .updates .article-preview {
    width: 100%;
    display: block; }
    .updates .article-preview .image {
      width: 100%;
      height: 140px;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #ccc; }
    .updates .article-preview .meta {
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 20px 0;
      box-sizing: border-box;
      padding: 0 15px; }
      .updates .article-preview .meta a {
        transition: 0.2s; }
        .updates .article-preview .meta a:hover {
          color: #E8203B; }
    .updates .article-preview .title {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      box-sizing: border-box;
      padding: 0 15px;
      display: block;
      color: #07141E;
      text-decoration: none;
      transition: 0.2s; }
      .updates .article-preview .title:hover {
        color: #E8203B; }

/******************************************************/
/* SEO                                                */
/******************************************************/
.seo {
  width: 100%;
  background: #FFFFFF;
  padding: 60px 0;
  overflow: auto; }
  .seo h1 {
    padding-left: 0; }
  .seo p {
    font-size: 16px;
    line-height: 24px; }

/******************************************************/
/* BLOG ARCHIVE                                       */
/******************************************************/
.blog-archive {
  width: 100%;
  background: #FFFFFF;
  overflow: auto;
  padding: 60px 0; }
  .blog-archive h1 {
    text-align: center;
    padding-left: 0; }
  .blog-archive .blog-categories {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-align: center; }
    .blog-archive .blog-categories li {
      display: inline;
      box-sizing: border-box;
      padding: 0 5px; }
      .blog-archive .blog-categories li.current-cat a {
        background: #07141E;
        color: #fff; }
      .blog-archive .blog-categories li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #07141E;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        background: #F7F8F8;
        padding: 7px 20px;
        transition: 0.2s; }
        .blog-archive .blog-categories li a:hover {
          background: #0B1F2D;
          color: #FFFFFF; }
  .blog-archive .articles .feature-article-preview {
    width: 100%;
    background: #ccc;
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    position: relative; }
    .blog-archive .articles .feature-article-preview:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      top: 0;
      left: 0;
      z-index: 0; }
    .blog-archive .articles .feature-article-preview.large {
      height: 300px; }
    .blog-archive .articles .feature-article-preview.half {
      height: 230px; }
    .blog-archive .articles .feature-article-preview .content {
      align-self: flex-end;
      position: relative;
      z-index: 1; }
      .blog-archive .articles .feature-article-preview .content .meta {
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 0 10px;
        box-sizing: border-box;
        color: #FFFFFF; }
        .blog-archive .articles .feature-article-preview .content .meta a {
          transition: 0.2s;
          color: #FFFFFF;
          margin-right: 8px; }
          .blog-archive .articles .feature-article-preview .content .meta a:hover {
            color: #E8203B; }
      .blog-archive .articles .feature-article-preview .content .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        box-sizing: border-box;
        display: block;
        color: #FFFFFF;
        text-decoration: none;
        transition: 0.2s;
        text-transform: uppercase; }
        .blog-archive .articles .feature-article-preview .content .title:hover {
          color: #E8203B; }
  .blog-archive .articles .article-preview {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
    .blog-archive .articles .article-preview .image {
      width: 100%;
      height: 140px;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #ccc; }
    .blog-archive .articles .article-preview .meta {
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 20px 0;
      box-sizing: border-box;
      padding: 0 15px; }
      .blog-archive .articles .article-preview .meta a {
        transition: 0.2s; }
        .blog-archive .articles .article-preview .meta a:hover {
          color: #E8203B; }
    .blog-archive .articles .article-preview .title {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      box-sizing: border-box;
      padding: 0 15px;
      display: block;
      color: #07141E;
      text-decoration: none;
      transition: 0.2s; }
      .blog-archive .articles .article-preview .title:hover {
        color: #E8203B; }

/******************************************************/
/* SINGLE ARTICLE                                     */
/******************************************************/
.single-article {
  width: 100%;
  overflow: auto;
  padding: 60px 0; }
  .single-article h1 {
    margin-bottom: 20px;
    padding-left: 0; }
  .single-article .meta {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 40px;
    box-sizing: border-box; }
    .single-article .meta a {
      transition: 0.2s;
      color: #07141E; }
      .single-article .meta a:hover {
        color: #E8203B; }
  .single-article .main-image {
    width: 100%;
    display: block;
    margin-bottom: 40px; }
  .single-article .content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    .single-article .content h2 {
      font-size: 32px;
      font-weight: 700;
      margin: 50px 0 10px; }
    .single-article .content h3 {
      font-size: 22px;
      font-weight: 700;
      margin: 50px 0 10px; }
    .single-article .content p {
      font-size: 18px;
      line-height: 32px; }
    .single-article .content blockquote {
      font-size: 22px;
      font-weight: 300;
      line-height: 32px;
      margin: 40px 0;
      border-left: 10px solid #E8203B;
      padding-left: 20px; }
    .single-article .content a {
      color: #E8203B; }

/******************************************************/
/* INSTAGRAM FEED                                     */
/******************************************************/
.instgram-feed {
  width: 100%;
  background: #ccc;
  position: relative; }
  .instgram-feed:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .instgram-feed .btn {
    position: absolute;
    z-index: 3;
    font-size: 22px;
    left: 50%;
    margin-left: -197px;
    top: 45%;
    padding-left: 65px; }
    .instgram-feed .btn:after {
      content: '';
      width: 35px;
      height: 35px;
      background: url(../images/instagram-feed-icon.svg) no-repeat center;
      position: absolute;
      left: 20px;
      top: 6px; }

/******************************************************/
/* RESPONSIVE                                         */
/******************************************************/
/* Tablet */
@media screen and (max-width: 1229px) {
  .container {
    padding: 0 15px; }

  header .hero .content .main-text {
    position: relative;
    z-index: 1;
    text-shadow: 2px 4px 15px #07141E; }

  .promo .promo-banner.cash-for-cars .content {
    box-sizing: border-box;
    padding-left: 35px; } }
@media screen and (max-width: 1100px) {
  header .hero:before {
    right: -170px; } }
/* Mobile */
@media screen and (max-width: 1000px) {
  h1, h2 {
    line-height: 40px; }

  header .top-bar {
    height: 40px; }

  header .top-bar ul li a {
    line-height: 40px; }

  header .search-bar {
    height: 90px; }

  header .search-bar .logo {
    width: 80px;
    height: 80px;
    background-size: contain; }

  header .search-bar .text-logo {
    display: none; }

  header .search-bar .phone .top-text {
    display: none; }

  header .search-bar .phone a {
    font-size: 32px;
    line-height: 42px; }

  header .hero {
    background-position-x: -10%; }

  header .hero .content {
    height: 325px; }

  header .hero .content .main-text {
    line-height: 40px; }

  header .hero:before {
    width: 232px;
    background-size: 300px;
    background-position-x: left;
    bottom: -70px;
    right: 0px;
    height: 167px; }

  header .breadcrumbs {
    display: none; }

  .container .col-3 {
    width: 100%;
    float: none; }

  .promo .promo-banner {
    width: 100%;
    float: none;
    text-align: center; }

  .promo .promo-banner .text {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px; }

  .promo .promo-banner .text span {
    font-weight: 300; }

  .promo .promo-banner.cash-for-cars .content {
    padding-left: 0;
    max-width: none; }

  .promo .promo-banner.dispose-of-your-vehicle .content {
    margin-left: 0; }

  .updates .article-preview {
    margin-bottom: 30px; }

  .container .col-4 {
    width: 100%;
    float: none; }

  .container .col-4:first-child {
    padding-left: 15px; }

  footer .newsletter {
    height: auto;
    overflow: auto;
    padding: 40px 0; }

  footer .newsletter .text {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0; }

  footer .newsletter .text .subtitle {
    font-weight: 300; }

  footer .newsletter .opt-in-form {
    float: none;
    text-align: center;
    margin-top: 0; }

  footer .newsletter .opt-in-form input {
    width: 100%;
    margin-bottom: 20px; }

  footer .newsletter .opt-in-form input[type="button"] {
    left: 0;
    top: 0;
    margin-bottom: 0; }

  footer .sm-buttons {
    height: auto; }

  footer .sm-buttons ul {
    box-sizing: border-box;
    padding: 0 15px; }

  footer .sm-buttons ul li {
    width: 33.3333%;
    float: left; }

  footer .sm-buttons ul li a {
    height: 130px; }

  footer .sm-buttons ul li a .icon {
    top: 20px;
    margin-right: 0; }

  footer .sm-buttons ul li a:after {
    display: none; }

  footer .copyright {
    height: auto;
    overflow: auto;
    text-align: center;
    padding: 10px 0; }

  footer .copyright p {
    float: none;
    line-height: 40px; }

  footer .copyright .hype {
    float: none;
    line-height: 40px; }

  .contact-details {
    padding: 0; }

  .contact-details .container {
    padding: 0; }

  .contact-details .contacts {
    color: #07141E;
    background: #FFFFFF;
    width: 100%; }

  .contact-details .contacts .phone a {
    color: #07141E; }

  .contact-details .contacts .email a {
    color: #07141E; }

  .contact-details #map {
    position: relative;
    height: 400px; }

  .blog-archive .blog-categories li a {
    margin-bottom: 10px; }

  .blog-archive .articles .feature-article-preview {
    background-position-x: center; }

  .container .col-2 {
    width: 100%;
    float: none; }

  .single-article h2 {
    padding-left: 0; }

  .single-article h3 {
    padding-left: 0; }

  .instgram-feed .btn {
    font-size: 18px;
    margin-left: -172px; }

  .instgram-feed .btn:after {
    top: 3px; }

  .promo-modal .modal-container {
    max-width: 90%; } }
