/* ------------------------------------*\
    COLOURS
\*------------------------------------ */
/* ------------------------------------*\
    FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
    FONT WEIGHTS
\*------------------------------------ */
/* ------------------------------------*\
    FONT SIZES
\*------------------------------------ */
/* ------------------------------------*\
    PAGE SIZES
\*------------------------------------ */
.about-story {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-story__title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
.about-story__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .about-story__wrapper {
    display: block;
  }
	.page-id-532 .banner {
    	margin-bottom: 30px;
	}
}
.about-story__image {
  width: 100%;
}
.about-story__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
   .about-story__item {
    	margin-bottom: 40px;
	}
}
.about-story__item-content {
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  padding: 5px 30px;
}
.about-story__item-title {
  margin-bottom: 20px;
}

.about-us-main-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .about-us-main-mobile {
    display: block;
    margin-top: 30px;
  }
}

.about-us-main__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0 20px;
  row-gap: 20px;
  grid-column-gap: 50px;
  margin-top: 70px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .about-us-main__wrapper {
    display: none;
  }
}
.about-us-main__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.about-us-main__content {
  padding-top: 35px;
  margin-bottom: 50px;
}

.about-timeline {
  padding-top: 60px;
  background-color: #f5f5f5;
}
.about-timeline__wrapper {
  display: flex;
  margin: 0 auto;
  padding-bottom: 40px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .about-timeline__wrapper {
    display: block;
    max-width: 100%;
  }
}
.about-timeline__subtitle {
  font-size: 22px;
  color: #bc3d1d;
}
.about-timeline__left {
  text-align: right;
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .about-timeline__left {
    text-align: left;
    width: 100%;
    padding-right: 0px;
  }
}
.about-timeline__line {
  width: 5%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.about-timeline__separator {
  width: 1px;
  border: 1px solid #bc3d1d;
  display: block;
  height: 70%;
}
@media only screen and (max-width: 991px) {
  .about-timeline__separator {
    display: none;
  }
}
.about-timeline__right {
  margin-top: 120px;
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .about-timeline__right {
    padding-left: 0px;
    margin-top: 0px;
    width: 100%;
  }
}
.about-timeline__title {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-timeline__title {
    text-align: left;
  }
}
.about-timeline__item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .about-timeline__item {
    margin-bottom: 10px;
  }
	.register__form {
    width: 100%;
    margin: 0 auto;
}

.warranty-content__subtitle, .warranty-content__item {
    width: 100%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
    .page-id-947 .banner__content {
        left: 7%;
        top: 40%;
    }
}
@media only screen and (max-width: 767px) {
  .about-video {
    max-width: 86%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-video iframe {
    height: 280px;
  }
}
.register__form {
    width: 84%;
    margin: 0 auto;
}

.warranty-content__subtitle, .warranty-content__item {
    width: 90%;
    margin: 0 auto;
}

.warranty-content {
    background: #f5f5f5;
    padding-top: 65px;
    margin-top: 55px;
    padding-bottom: 55px;
}

.warranty-content__title {
    text-align: center;
    font-size: 46px !important;
    margin-bottom: 35px;
}

.warranty-content__subtitle {
    padding-bottom: 40px;
}

section.register {
    margin-top: 60px;
}
.register .gform_submission_error.hide_summary {
    font-size: 24px !important;
}
.warranty-content__item-title {
    font-size: 26px !important;
}
.register__form .gfield_label.gform-field-label {
    font-weight: 500 !important;
}
.warranty-content__item-copy h5 {
    font-size: 16px;
    font-weight: 600;
}

.warranty-content__item-copy ul {
    padding-left: 19px;
}
div#gform_confirmation_message_3 {
    font-size: 16px;
	text-align: center;
	font-weight: 600;
}
/*# sourceMappingURL=about-us.css.map */
