/*-----------------
* palette
* ----------------
*
*/

/******** GLOBAL *******/

html {}

body {
  font-family: "figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

input,
form {
  color: #111;
}

input {
  padding: 5px 10px;
}

.img-responsive {
  object-fit: cover;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: var(--hoverColour);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--linkColour);
}

.button,
a.button,
.btn,
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  background-color: var(--backgroundMain);
  color: var(--linkColour);
  padding: var(--buttonPadding);
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
}

.button:hover,
a.button:hover,
.btn:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--backgroundSecond);
  color: var(--hoverColour);
}

.breadcrumbs {
  margin-top: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}

.breadcrumbs-wrap {
  background: transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--textFontWeight);
  margin-top: 0;
}

h1,
.h1 {
  font-size: var(--fontsizeLarge);
}

h2,
.h2 {
  font-size: var(--fontsizeMedium);
}

h3,
.h3 {
  font-size: var(--fontsizeSmall);
}

h4,
.h4 {
  font-size: var(--fontsizeExSmall);
}


.alternating_wrap .img-full {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.block_alternating_wrap {
  padding: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #164095;
  text-align: left;
  position: relative;
  overflow: hidden;

  strong {
    display: block;
  }
}

ul.contact-details.contact-details--footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0 0;
  font-size: 22px;

  a {
    color: #fff;
    font-weight: 700;
  }

  li:nth-child(2) {
    margin: 5px 0 0;
  }
}

.lettering {
  padding-right: 7.5px;
}

.intro-blue {
  color: #164095;
}

.intro-served {
  font-size: 26px;

  span {
    font-weight: 700;
    font-size: 26px;
  }
}

.intro-blue {
  font-weight: 700;
}

.intro-black {
  font-weight: 700;
  font-size: 26px;
}

.intro {
  text-align: center;
  position: relative;
}

img.image--background.img-spanner {
  width: 100%;
  z-index: 99999;
  bottom: 30px;
  height: 200px;
  right: unset;
  left: -250px !important;
  filter: brightness(50%);
  object-fit: contain;
  left: unset;
}

img.image--background.img-tyre {
  width: 100%;
  z-index: 99999;
  bottom: 0;
  height: 90%;
  right: -100px;
  filter: brightness(50%);
  object-fit: contain;
  left: unset;
}

.inner-post-wrap {
  position: relative;
  z-index: 99999;
}

.blue-strip {
  background: #164095;
  color: #fff;
}

.image--background {
  position: absolute;
  bottom: 30px;
  z-index: -1;
  left: 30px;
  width: 500px;
}

.inner-post-wrap{
  ul li{
    margin-bottom: 10px;
  }
}

/******** Responsive ***********/

/* XXL > 1400 */

/* XL */
@media (max-width: 1400px) {}

/* L */
@media (max-width: 1200px) {
  .image--background {
    width: 400px;
  }
}

/* M */
@media (max-width: 992px) {
  .image--background {
    width: 350px;
  }

  img.image--background.img-tyre {
    width: 100%;
    z-index: 99999;
    bottom: 0;
    height: 80%;
    right: -50px;
    filter: brightness(50%);
    object-fit: contain;
    left: unset;
  }

  img.image--background.img-spanner {
    width: 100%;
    z-index: 99999;
    bottom: 30px;
    height: 200px;
    right: unset;
    left: -50px !important;
    filter: brightness(50%);
    object-fit: contain;
    left: unset;
  }

}

/* S */
@media (max-width: 768px) {
  .image--background {
    position: absolute;
    bottom: 30px;
    z-index: -1;
    left: 30px;
    width: 300px;
  }

  img.image--background.img-tyre {
    width: 100%;
    z-index: 99999;
    bottom: 0;
    height: 70%;
    right: -100px;
    filter: brightness(50%);
    object-fit: contain;
    left: unset;
  }

  img.image--background.img-spanner {
    width: 100%;
    z-index: 99999;
    bottom: 30px;
    height: 200px;
    right: unset;
    left: -150px !important;
    filter: brightness(50%);
    object-fit: contain;
    left: unset;
  }

  .intro-served {
    font-size: 22px;

    span {
      font-size: 22px;
    }
  }

  .intro-black {
    font-size: 22px;
  }
}

/* XS */
@media (max-width: 576px) {}