html, body {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  .btn {
    display: inline-block;
    padding: 15px 30px;
  }
}
.post-type-archive-doors .brochure {
  background: #E7EAEA;
}
.post-type-archive-doors .brochure h2 {
  color: #003258;
  font-size: 45px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .brochure h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.post-type-archive-doors .brochure p {
  line-height: 32px;
}
.post-type-archive-doors .brochure a.btn {
  width: unset;
  font-size: 18px;
  line-height: 22px;
  background: #003258 !important;
  border-radius: 12px;
  padding: 8px 60px;
  color: #fff !important;
  text-decoration: none;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .brochure a.btn a.btn {
    display: inline-block;
    padding: 15px 30px;
  }
}
.post-type-archive-doors .brochure a.btn p {
  display: none;
}
.post-type-archive-doors .doors .heading {
  height: unset;
  max-height: unset;
}
.post-type-archive-doors .doors .heading .container p {
  max-width: 967px;
  font-size: 18px;
  line-height: 32px;
  color: #434343;
}
.post-type-archive-doors .doors .container--doors h2 {
  color: #003258;
  font-size: 45px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doors .container--doors h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.post-type-archive-doors .doors .container--doors p {
  text-align: left;
  max-width: 841px;
}
.post-type-archive-doors .doors.made h2 {
  color: #003258;
  font-size: 45px;
  line-height: 52px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doors.made h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.post-type-archive-doors .doors.made .pod {
  width: 49%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E7EDED;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doors.made .pod {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
  }
}
.post-type-archive-doors .doors.made .pod .image {
  width: 40%;
  min-width: 300px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doors.made .pod .image {
    box-sizing: border-box;
    width: 100%;
  }
}
.post-type-archive-doors .doors.made .pod .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-type-archive-doors .doors.made .pod .content {
  width: calc(60% - 30px);
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doors.made .pod .content {
    width: calc(100% - 40px);
  }
}
.post-type-archive-doors .doors.made .pod .content .title h3 {
  color: #003258;
  margin-bottom: 20px;
}
.post-type-archive-doors .doors.made .pod .content .text p {
  font-size: 18px;
  line-height: 32px;
}
.post-type-archive-doors .doortabs-wrapper {
  border: 1px solid #E7EDED;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper {
    flex-direction: column;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs {
  display: flex;
  flex-direction: column;
  width: 25%;
  min-width: 375px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs {
    flex-wrap: wrap;
    flex-direction: unset;
    width: 100%;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs .doortab {
  border-bottom: 1px solid #E7EDED;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs .doortab {
    box-sizing: border-box;
    width: 50%;
  }
  .post-type-archive-doors .doortabs-wrapper .doortabs .doortab:nth-child(2) {
    border-left: 1px solid #E7EDED;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs .doortab:hover {
  cursor: pointer;
}
.post-type-archive-doors .doortabs-wrapper .doortabs .doortab:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs .doortab:last-child {
    border-bottom: 1px solid #E7EDED;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs .doortab .image {
  background: #ccc;
  width: 92px;
  height: 92px;
  min-width: 92px;
  min-height: 92px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs .doortab .image {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs .doortab .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-type-archive-doors .doortabs-wrapper .doortabs .doortab .title {
  font-size: 22px;
  line-height: 25px;
  color: #003258;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs .doortab .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content {
  width: 75%;
  border-left: 1px solid #E7EDED;
  display: flex;
  align-items: center;
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content * {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs-content {
    width: 100%;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .container {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs-content .container {
    padding: 0;
    margin: 0;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content {
  position: absolute;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content {
    padding: 30px 0;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content.active {
  position: relative;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content.active {
    flex-direction: column;
    width: 100%;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-gallery {
  width: 45%;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-gallery {
    width: calc(100% - 40px);
    order: 2;
  }
  .post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-gallery.left {
    margin: 0;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-gallery .images {
  width: 100%;
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-gallery .images img {
  max-width: 100%;
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-gallery .thumbs-slider {
  display: flex;
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-door {
  width: calc(55% - 62px);
  order: 1;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-door {
    width: calc(100% - 40px);
    order: 1;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-door .title {
  font-size: 38px;
  line-height: 46px;
  color: #003258;
  font-weight: normal;
  margin-bottom: 20px;
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-door .text p {
  font-size: 18px;
  line-height: 32px;
  color: #003258;
  margin-bottom: 20px;
  padding: 0;
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-door .link a {
  width: unset;
  font-size: 18px;
  line-height: 22px;
  background: #003258;
  border-radius: 12px;
  padding: 8px 60px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-door .link a {
    display: inline-block;
    padding: 15px 30px;
  }
}
.post-type-archive-doors .doortabs-wrapper .doortabs-content .doortab-content .doortab-door .link a p {
  display: none;
}
.post-type-archive-doors .promise {
  margin: 50px 0 100px;
  display: block;
}
.post-type-archive-doors .promise * {
  box-sizing: border-box;
}
.post-type-archive-doors .promise .container h2 {
  color: #003258;
  font-size: 45px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .promise .container h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.post-type-archive-doors .promise .container .contentwrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .promise .container .contentwrapper {
    flex-direction: column;
  }
}
.post-type-archive-doors .promise .container .contentwrapper .warranty, .post-type-archive-doors .promise .container .contentwrapper .energystar {
  width: calc(50% - 40px);
  display: block;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .promise .container .contentwrapper .warranty, .post-type-archive-doors .promise .container .contentwrapper .energystar {
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0;
  }
}
.post-type-archive-doors .promise .container .contentwrapper .warranty .image, .post-type-archive-doors .promise .container .contentwrapper .energystar .image {
  width: 100%;
  max-height: 250px;
}
.post-type-archive-doors .promise .container .contentwrapper .warranty .image img, .post-type-archive-doors .promise .container .contentwrapper .energystar .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-type-archive-doors .promise .container .contentwrapper .warranty .title, .post-type-archive-doors .promise .container .contentwrapper .energystar .title {
  font-size: 1em;
  line-height: 1.2em;
  color: #003258;
  font-weight: normal;
  margin: 40px 0 20px;
}
.post-type-archive-doors .promise .container .contentwrapper .warranty .text, .post-type-archive-doors .promise .container .contentwrapper .energystar .text {
  margin-bottom: 30px;
}
.post-type-archive-doors .promise .container .contentwrapper .warranty .text p, .post-type-archive-doors .promise .container .contentwrapper .energystar .text p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  padding: 0;
}
.post-type-archive-doors .promise .container .contentwrapper .warranty .link a, .post-type-archive-doors .promise .container .contentwrapper .energystar .link a {
  width: unset;
  font-size: 18px;
  line-height: 22px;
  background: #003258;
  border-radius: 12px;
  padding: 8px 60px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .promise .container .contentwrapper .warranty .link a, .post-type-archive-doors .promise .container .contentwrapper .energystar .link a {
    display: inline-block;
    padding: 15px 30px;
  }
}
.post-type-archive-doors .promise .container .contentwrapper .warranty .link a p, .post-type-archive-doors .promise .container .contentwrapper .energystar .link a p {
  display: none;
}
.post-type-archive-doors .casestudy {
  margin-top: 50px;
}
.post-type-archive-doors .casestudy .container h2 {
  color: #003258;
  font-size: 45px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .casestudy .container h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.post-type-archive-doors .casestudy .container .contentwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #E7EDED;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .casestudy .container .contentwrapper {
    flex-direction: column;
  }
}
.post-type-archive-doors .casestudy .container .contentwrapper .image {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .casestudy .container .contentwrapper .image {
    box-sizing: border-box;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.post-type-archive-doors .casestudy .container .contentwrapper .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-type-archive-doors .casestudy .container .contentwrapper .content {
  width: 55%;
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .casestudy .container .contentwrapper .content {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
}
.post-type-archive-doors .casestudy .container .contentwrapper .content .title h3 {
  font-size: 30px;
  line-height: 40px;
  color: #003258;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}
.post-type-archive-doors .casestudy .container .contentwrapper .content .text p {
  font-size: 18px;
  line-height: 32px;
  color: #434343;
  margin-bottom: 20px;
  padding: 0;
}
.post-type-archive-doors .casestudy .container .contentwrapper .content .link a {
  width: unset;
  font-size: 18px;
  line-height: 22px;
  background: #003258;
  border-radius: 12px;
  padding: 8px 60px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .post-type-archive-doors .casestudy .container .contentwrapper .content .link a {
    display: inline-block;
    padding: 15px 30px;
  }
}
.post-type-archive-doors .casestudy .container .contentwrapper .content .link a p {
  display: none;
}
.post-type-archive-doors .find {
  background: #E7EAEA;
  border: none;
}
.post-type-archive-doors .find h2 {
  color: #003258;
}
