.template-page-about,
.template-page-faq,
.template-page-showroom,
.template-page-contact {
  & #main-content {
    padding-top: 40px;
    background-color: #f7f7f7 !important;
    @media screen and (max-width: 767px) {
      padding-top: 10px;
    }
    & .blog-post-detail {
      max-width: 977px;
    }
  }
}
.feature-header-page .feature-header-page-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 378px;
  overflow: hidden;
  @media screen and (max-width: 767px) {
    height: auto;
    flex-direction: column-reverse;
  }
  & .contact-page-text {
    width: 41.66667%;
    z-index: 9;
    padding: 35px 35px 35px 0px;

    @media screen and (max-width: 767px) {
      width: 100%;
      padding: 0;
    }

    & h1 {
      font-size: 46px;
      text-transform: uppercase;
      width: 100%;
      flex: inherit;
      color: var(--color-heading, #0e4192);
      margin-bottom: 0;
      font-weight: 700;
      @media screen and (max-width: 767px) {
        font-size: 35px;
      }
    }
    & p {
      font-size: 18px;
      line-height: 1.8;
      margin-top: 10px;
      margin-bottom: 0;
      display: inline-block;
      width: 100%;
      color: var(--color-paragraph, #21252b);
      @media screen and (max-width: 767px) {
        font-size: 16px;
        line-height: 24px;
      }
    }
  }
  & .contact-page-img {
    width: 58.33333%;
    margin: 0 auto 19.44444px;
    position: relative;
    @media screen and (max-width: 767px) {
      width: 100%;
      margin: 0 auto 29px;
    }
    & img {
      height: 410px;
      object-fit: cover;
      width: 100%;
      @media screen and (max-width: 767px) {
        height: auto;
      }
    }

    @media screen and (min-width: 768px) {
      & .feature-row__image-wrapper::before {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 388px 280px;
        display: block;
        height: 0;
        left: -280px;
        width: 0;
        z-index: 0;
        bottom: 0;
        content: "";
        position: absolute;
      }

      & .feature-row__image-wrapper::after {
        border-color: transparent transparent #d4d8dd;
        border-style: solid;
        border-width: 190px 139px;
        display: block;
        height: 0;
        left: 0;
        width: 0;
        bottom: 6px;
        content: "";
        position: absolute;
      }
    }
  }
}
.feature-header-page .feature-header-page-row.image_right {
  flex-direction: row-reverse;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.template-page-about h2.aboutusnew {
  font-size: 1.94444em;
  color: #304e93;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: 55px !important;
  margin-bottom: 27.5px;
  font-weight: 100;
  @media screen and (max-width: 767px) {
    font-size: 1.77778em;
  }
}
.template-page-about p.p1 {
  color: #21252b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.template-page-faq {
  & .collapsible_content .collapsible-content__inner {
    max-width: 55em;
    & .accordion summary {
      padding: 22px 30px 22px 0;
      font-size: 20px;
      line-height: 24px;
      font-weight: 100;
      letter-spacing: 0.7px;
      color: #304e93;
      & svg path {
        stroke: #304e93;
      }
    }
    & .accordion .accordion__content p {
      font-size: 18px;
      color: #21252b;
      @media screen and (max-width: 767px) {
        font-size: 16px;
      }
    }
  }
}
.template-page-showroom .row .columns {
  padding-left: 20px;
  padding-right: 20px;
  @media screen and (max-width: 767px) {
    padding: 0;
  }
}
.template-page-showroom .rich-text {
  padding: 72px 0;
  @media screen and (max-width: 767px) {
    padding: 30px 0;
  }
  & .rich-text__inner {
    max-width: 750px;
  }

  & h3.h3 {
    margin-bottom: 35px;
    font-weight: 700;
  }
  & .text-size-regular {
    margin-bottom: 0;
    & p {
      font-size: 20px;
      margin-bottom: 0;
      letter-spacing: 0.5px;
    }
    & a {
      text-decoration: unset;
    }
    & strong {
      font-weight: 100;
      font-family: "Brandon Bold";
    }
  }
}

.feature-image-with-text--section .feature-image-with-text {
  padding: 55px 20px;
  @media screen and (max-width: 767px) {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  & .feature-image-with-text-row {
    display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
    & .image_layout {
      flex: 0 1 50%;
      & .feature-image_layout {
      }
    }
    & .feature-page-text {
      flex: 0 1 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 35px 0 35px 35px;
      @media screen and (max-width: 767px) {
        padding: 0;
        padding-top: 35px;
      }
      & h1.h3 {
        font-size: 2.25rem;
        line-height: 1.111;
        color: #284581;
        font-family: "Brandon Medium";
        font-weight: 300;
        margin-bottom: 17.5px;
      }

      & .featured-row__subtext p {
        color: #21252b;
        font-size: 20px;
      }
    }
  }
}
.feature-image-with-text--section .feature-image-with-text-row.image_right {
  flex-direction: row-reverse;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
  & .feature-page-text {
    padding: 35px 35px 35px 0;
    @media screen and (max-width: 767px) {
      padding: 0;
      padding-top: 35px;
    }
  }
}
.template-page-showroom .main-page-custom .blog-post-detail {
  & .page-content-width {
    max-width: 965px;
  }
  & h1 {
    margin-top: 55px;
    margin-bottom: 27.5px;
    font-size: 1.94444em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 100;
    @media screen and (max-width: 767px) {
      font-size: 1.77778em;
    }
  }
  & p {
    color: #21252b;
    margin: 0 0 19.44444px;
    font-size: 18px;
    @media screen and (max-width: 767px) {
      font-size: 16px;
    }
  }
  & li {
    color: #21252b;
    font-size: 18px;
    @media screen and (max-width: 767px) {
      padding: 0;
      font-size: 16px;
    }
  }
}

/* .template-page-contact {
  & .multicolumn__column_desktop .row {
    padding-top: 20px;
    padding-bottom: 30px;
    & .multicolumn__column {
      margin: 0;
      & .multicolumn__image {
        display: none;
        @media screen and (max-width: 767px) {
          display: block;
        }
      }
    }
  }
  & .rte {
    & h3 {
      font-weight: 100;
      line-height: 1.1;
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 36px;
      letter-spacing: 1.5px;
      text-align: left;
    }
    & p {
      font-size: 17px;
      letter-spacing: 0.8px;
    }
  }
} */

.contactus-rich-text-section {
  padding-top: 35px;
  padding-bottom: 30px;
  @media screen and (max-width: 767px) {
    padding-top: 25px;
  }
  & .feature-row {
    display: flex;
    width: 100%;
    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
    & .showroom-data {
      margin-right: 30px;
      width: 50%;
      @media screen and (max-width: 767px) {
        width: 100%;
        margin-right: 0;
      }
    }
    & .showroom-data h2 {
      font-weight: 100;
      line-height: 1.1;
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 36px;
      letter-spacing: 1.5px;
      text-align: left;
      @media screen and (max-width: 767px) {
        font-size: 20px;
        margin-bottom: 5px;
      }
    }
    & .showroom-data p {
      font-size: 17px;
      letter-spacing: 0.8px;
      color: #21252b;
    }

    & .cotact_mobile {
      display: none;
      @media screen and (max-width: 767px) {
        display: block;
        margin-bottom: 15px;
      }
    }
  }
}

.main-map-contact {
  display: flex;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
  & .medium-up--one-half {
    width: 50%;
    @media screen and (max-width: 767px) {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  & .showroom-data1:first-child {
    margin-right: 50px;
  }
  & .map-responsive {
    overflow: hidden;
    padding-bottom: 75.25%;
    position: relative;
    height: 0;
    @media screen and (max-width: 767px) {
      padding-bottom: 70.25%;
    }
  }
  & .map-section-text {
    & .contacthead {
      padding: 0 10px 0 0;
      font-size: 19px;
      float: left;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 5px;
      font-weight: bold;
      line-height: 1.2;
    }
    & p,
    a {
      margin: 0;
      line-height: 30px;
      font-size: 17px;
      letter-spacing: 0.5px;
      color: #21252b;
      & u {
        text-decoration: unset;
      }
      & span {
        font-family: "Brandon Bold";
        text-decoration: unset;
      }
    }
    & .hours {
      padding: 0 10px 0 0;
      font-size: 19px;
      float: left;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 5px;
      font-weight: bold;
    }
    & .calender p {
      padding: 0 10px 0 0;
      text-align: right;
      margin: 0;
      line-height: 30px;
      font-size: 17px;
      letter-spacing: 0.5px;
      & strong {
        float: left;
        font-family: "Brandon Bold";
      }
    }
  }
}

.contact-get-in-touch {
  margin: 100px auto 80px;
  display: block;
  float: none;
  width: 45%;
  padding-left: 30px;
  @media screen and (max-width: 767px) {
    width: 100%;
    padding-left: 0;
    margin: 20px auto 40px;
  }
  & .heading-form {
    text-align: center;
    & h4 {
      color: #797676;
      font-size: 38px;
      font-family: "Brandon Bold";
      margin-bottom: 5px;
    }
    & p {
      margin-bottom: 25px;
      font-size: 17px;
      letter-spacing: 0.5px;
      color: #21252b;
    }
  }
}

.contact-get-in-touch form label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Brandon Bold";
  color: #21252b;
}

.contact-get-in-touch form input,
.contact-get-in-touch form select {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.contact-get-in-touch form select {
  -webkit-appearance: menulist;
  appearance: menulist;
}

.contact-get-in-touch form textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: block;
  width: 100%;
  margin-bottom: 19.44444px;
  background: #fff;
}

.contact-get-in-touch form .btn {
  padding: 10px 16px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 300;
  box-shadow: unset;
  width: auto;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-get-in-touch form .btn:hover {

}
.contact-get-in-touch .input-error-message {
  padding: 10px 0;
}
.contact-get-in-touch .input-error-message {
  display: none;
  color: #d20000;
  font-size: 0.88889em;
  margin-bottom: 11.66667px;

  & .icon {
    width: 1em;
    height: 1em;
    margin-top: -0.3em;
    fill: red;
  }
}

.form-message--error {
  border: 1px solid #d20000;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;

  & h3 {
    font-size: 1.44444em;
    text-transform: none;
    letter-spacing: 0;
    color: #21252b;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  & li {
    list-style-type: disc;
    list-style-position: inside;
  }

  & a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;

    &:hover {
      text-decoration: none;
    }
  }
  & input.input--error + .input-error-message,
  select.input--error + .input-error-message,
  textarea.input--error + .input-error-message {
    display: block;
  }
}

.form-message--success {
  border: 1px solid #1f873d;
  background-color: #f8fff9;
  color: #1f873d;
  padding: 8px;
  margin: 0 0 27.5px;
}

.template-collection-new-collection-infoandproduct {
  & .template-header {
    padding: 0;
  }
  & .template-header--title {
    font-size: 35px;
    text-align: center;
    color: #304e93;
    font-weight: bold;
  }
  & .template-header--description {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
    clear: both;
    display: inline-block;
    margin-bottom: 0px;
    border-bottom: 0px solid #d5dbdf;
    padding-bottom: 30px;
    border-top: 1px solid #d5dbdf;
    padding-top: 20px;
    margin-left: 30px;
    @media screen and (max-width: 767px) {
      margin-left: 0;
    }
  }
  & #afterpaypage p,
  .afterpayp {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    color: #21252b;
    font-size: 18px;
    @media screen and (max-width: 767px) {
      font-size: 16px;
    }
  }
  & #afterpaypage li {
    margin-bottom: 4px;
    list-style: inherit;
    color: #21252b;
    font-size: 18px;
    @media screen and (max-width: 767px) {
      font-size: 16px;
    }
  }
  & #afterpaypage h2 {
    margin-top: 20px;
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1.2;
    @media screen and (max-width: 767px) {
      font-size: 18px;
    }
  }
  & .rich-text {
    @media screen and (max-width: 767px) {
      padding-bottom: 0;
    }
  }
  & .rich-text__inner {
    max-width: 100%;
    & h3.h3 {
      font-size: 2.5rem;
      line-height: 1.2;
      letter-spacing: 0;
      text-transform: unset;
      font-family: "Brandon Medium";
      font-weight: 300;
      text-align: center;
      margin-bottom: 0;
    }
  }
}

.featured-rich-text {
  & .rte.collection-description {
    padding-left: 0;
    padding-right: 0;
    clear: both;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 0px;
    border-bottom: 0px solid #d5dbdf;
    padding-bottom: 30px;
    border-top: 1px solid #d5dbdf;
    padding-top: 20px;
    margin-left: 30px;
    @media screen and (max-width: 767px) {
      margin-left: 0;
    }
  }
  & .collection-description h1,
  .collection-description h2 {
    &:first-child {
      margin-top: 0;
    }
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: bold;
  }
  & #afterpaypage p,
  .afterpayp {
    margin: 0;
    display: inline;
  }
  & .text.short {
    color: #21252b;
  }
  & li {
    margin-bottom: 4px;
    list-style: inherit;
    color: #21252b;
    font-size: 18px;
    @media screen and (max-width: 767px) {
      font-size: 16px;
    }
  }
  & .rte a {
    text-decoration: unset;
    color: #162950;
  }
}
