.bdir-section .container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
.bdir-button {
    background-color: transparent;
    padding: 12px 80px;
    cursor: pointer;
    display: inline-block;
    color: #009b78;
    font-size: 14px;
    font-family: "Campton";
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #009b78;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 12px !important;
}

.bdir-button:hover {
    background-color: #009b78 !important;
    color: #fff;
}
.bdir-section .builders-intro {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.bdir-section .builders-intro .bdir-h1 {
  margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px !important;
    border-top: 1px solid #009b78;
    border-bottom: 1px solid #009b78;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px !important;
    font-family: "Korb"!important;
    color: #009b78;
    display: inline-block;
    width: auto !important;
    text-transform: uppercase;
}
.bdir-section .video-wrapper {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 70px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.bdir-section .video-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bdir-section .two-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.bdir-section .gallery-wrapper {
  width: 62.5%;
}
.bdir-section .gallery-wrapper .owl-nav {
  display: block !important;
  position: absolute;
  top: 0;
  height: calc(100% - 34.75px);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-out;
  transition-delay: 2s;
}
.bdir-section .gallery-wrapper:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-out;
}
.bdir-section .gallery-wrapper .owl-carousel .owl-nav button.owl-next,
.bdir-section .gallery-wrapper .owl-carousel .owl-nav button.owl-prev {
  color: #fff;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 10%;
  font-size: 2em;
}
.bdir-section .gallery-wrapper .owl-carousel .owl-nav button.owl-next span,
.bdir-section .gallery-wrapper .owl-carousel .owl-nav button.owl-prev span {
  vertical-align: 6px;
}
.bdir-section .gallery-wrapper .owl-carousel .owl-nav button.owl-prev {
}
.bdir-section .gallery-wrapper .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.bdir-section .gallery-wrapper .owl-carousel .owl-dots.disabled {
  display: block !important;
  height: 24.75px;
}
.bdir-section .gallery-wrapper .owl-carousel .owl-dots.disabled button {
  display: none !important;
}
.bdir-section .owl-dot {
  outline: 0;
}
.bdir-section .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.bdir-section .owl-dots .owl-dot span {
  background-color: #3b3b42;
  height: 8px;
  width: 8px;
  display: block;
  border-radius: 10px;
  margin: auto 5px;
}
.bdir-section .owl-dots .owl-dot.active span {
  background-color: #afafaf;
}
.bdir-section .bdir-main-content-wrapper {
  width: calc(100% - 62.5% - 60px);
}
.bdir-section .bdir-main-content-wrapper .bdir-h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
	line-height: 36px;
}
.bdir-main-content-wrapper .bdir-button-wrapper {
  margin-top: 30px;
}
.bdir-main-content-wrapper .bdir-button-wrapper button {
  width: 100%;
}
.bdir-main-content-wrapper .house-info {
  margin-bottom: 25px;
}
.bdir-main-content-wrapper .house-info span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.bdir-main-content-wrapper .house-info span:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.bdir-main-content-wrapper .house-info .beds {
  padding-left: 30px;
}
.bdir-main-content-wrapper .house-info .beds:before {
  background-image: url("../img/bed.svg");
  width: 23px;
  height: 15px;
}
.bdir-main-content-wrapper .house-info .bath {
  padding-left: 31px;
}
.bdir-main-content-wrapper .house-info .bath:before {
  background-image: url("../img/bath.svg");
  width: 24px;
  height: 17px;
}
.bdir-main-content-wrapper .house-info .living {
  padding-left: 31px;
}
.bdir-main-content-wrapper .house-info .living:before {
  background-image: url("../img/living-icon.svg");
  width: 24px;
  height: 17px;
}
.bdir-main-content-wrapper .house-info .gspace {
  padding-left: 29px;
}
.bdir-main-content-wrapper .house-info .gspace:before {
  background-image: url("../img/car.svg");
  position: absolute;
  width: 22px;
  height: 16px;
}
.bdir-main-content-wrapper .house-info .house_size {
  padding-left: 29px;
}
.bdir-main-content-wrapper .house-info .house_size > span {
  font-size: 11px;
}
.bdir-main-content-wrapper .house-info .house_size:before {
  background-image: url("../img/house-size-icon.svg");
  position: absolute;
  width: 22px;
  height: 16px;
}
.bdir-section .home-deisgn {
  text-align: center;
}
.bdir-section .home-deisgn .bdir-h3 {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.bdir-section.home-deisgn-row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bdir-section .home-deisgn .bdir-button-wrapper {
  margin-top: 50px;
}
.bdir-section .home-deisgn .floor-plan-wrapper > img {
  max-width: 1202px;
  margin: auto;
  width: 100%;
}
.bdir-builder-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.bdir-related .owl-item {
  padding: 10px;
}
.bdir-builder-box .logo {
  margin-bottom: 25px;
}
.bdir-builder-box .logo a {
  display: inline-block;
}
.bdir-builder-box .logo img {
  width: 100%;
  max-width: 204px;
  margin: auto;
}
.bdir-builder-box .content-wrapper {
  padding: 25px;
  text-align: center;
}
.bdir-builder-box .content-wrapper .bdir-h3 {
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.bdir-builder-box .read-more {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 18px;
}
.bdir-builder-box .video-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.bdir-builder-box .video-box iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.bdir-related .owl-dots {
  display: none;
}
.bdir-related .owl-nav.disabled {
  display: block !important;
}
.bdir-related .owl-nav {
  position: initial;
}

.bdir-related .owl-nav button {
  position: absolute;
  top: 40%;
  border: 1px solid #000;
  width: auto;
  height: auto;
  border-radius: 50%;
  cursor: pointer;
}
.bdir-related .owl-nav button span {
  font-size: 40px;
}

.bdir-related .owl-prev {
  left: -20px;
}

.bdir-related .owl-next {
  right: -20px;
  text-align: right;
}
.bdir-related-posts {
  padding-top: 50px;
  margin-bottom: 50px;
	text-align: center;
}
.bdir-related-posts .bdir-h2 {
  margin-bottom: 25px;
  padding-bottom: 0px;
  text-align: center;
}
.bdir-related-posts .owl-carousel .owl-stage {
  display: flex;
}
.bdir-related-posts .owl-item {
}
.bdir-related-posts .owl-item > .bdir-builder-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bdir-related-posts .owl-item > .bdir-builder-box .read-more {
  margin-top: auto;
}
.bdir.overview-wrapper {
  padding: 50px 0;
  text-align: center;
  max-width: 870px;
  margin: auto;
}
.bdir.overview-wrapper h1, .bdir-related-posts .bdir-h2, .bdir-section .home-deisgn .bdir-h3 {
  margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #009b78;
    border-bottom: 1px solid #009b78;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px !important;
    font-family: "Campton";
    color: #009b78;
    display: inline-block;
    width: auto !important;
    text-transform: uppercase;
}
.bdir.intro-wrapper {
  margin-bottom: 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.bdir.intro-wrapper .two-column {
  display: flex;
}
.bdir.intro-wrapper .two-column .half {
  width: 50%;
  padding: 45px;
}
.bdir.intro-wrapper .two-column .half ul {
  list-style: unset;
}
.bdir.intro-wrapper .bg-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bdir.intro-wrapper .bg-content .content-wrapper {
  color: #fff;
}
.bdir.intro-wrapper .bg-content .content-wrapper strong {
  color: #fff;
}
.bdir.intro-wrapper .content-wrapper .bdir-button-wrapper {
  margin-top: 30px;
}
.bdir.intro-wrapper .content-wrapper .bdir-button-wrapper a {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 10px 12px;
}
.bdir.intro-wrapper .bg-content .content-wrapper {
  text-align: center;
  max-width: 320px;
  margin: auto;
}

.bdir.intro-wrapper.one-cl {
  box-shadow: none;
}
.bdir.intro-wrapper.one-cl p {
  color: #1a1a1a !important;
}
.bdir.intro-wrapper.one-cl .bdir-button-wrapper {
  text-align: center;
}
.bdir.intro-wrapper.one-cl .bdir-button-wrapper a {
    color: #009b78;
    font-size: 14px;
    font-family: "Campton"!important;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #009b78;
    border-radius: 4px;
    text-transform: uppercase;
}
.bdir.intro-wrapper.one-cl .bdir-button-wrapper a:hover {
    background-color: #009b78 !important;
    color: #fff;
}

.bdir-section.archive.listings {
  padding-bottom: 50px;
}
.bdir-listings {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.bdir-listings .bdir-builder-box {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.bdir-listings .bdir-builder-box a {
  margin-top: auto;
}
.bdir-title-filters {
  margin-bottom: 30px;
  display: flex;
}
.bdir-title-filters .bdir-h2 {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  text-align: center;
}
.bdir-title-filters .bdir-filters {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.bdir-title-filters .bdir-filters .sort {
  font-size: 14px;
}
.bdir-title-filters .bdir-filters .sort > span {
  cursor: pointer;
}
.bdir-filters .sort .dashicons {
  vertical-align: middle;
  font-size: 14px;
}
.bdir-filters .sort .dashicons::before {
  line-height: 20px;
}
.bdir-filters .filter {
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #000;
  padding: 12.5px 23px;
  margin-left: 20px;
  cursor: pointer;
    border-radius: 4px;
}
.bdir-filters .filter img {
  width: 10px;
  height: 10px;
}
.bdir-title-filters-tags {
  margin-bottom: 25px;
  display: none;
}
.bdir-title-filters-tags .tag-filter {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  border: 1px solid #000;
  padding: 2px 10px;
  cursor: pointer;
}
.bdir-title-filters-tags .tag-filter.active {
  background-color: #000;
  color: #fff;
}

.bdir-popup {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  display: none;
  overflow-y: auto;
}

.bdir-popup .bdir-popup-wrapper {
  width: 100%;
  max-width: 560px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 50px 60px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.bdir-popup .bdir-popup-close {
  position: absolute;
  color: #fff;
  background-color: #000;
  right: 0;
  top: 0;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}
.bdir-popup .bdir-popup-content {
  margin-bottom: 45px;
  text-align: center;
}
.bdir-popup .bdir-popup-content .bdir-h2 {
  margin-bottom: 25px;
  padding-bottom: 0px;
}
.bdir-form .gform_button {
  text-align: center;
  font-size: 14px !important;
  border: 1px solid #000000;
  background-color: transparent !important;
  cursor: pointer;
  display: inline-block !important;
  width: 100% !important;
  color: #000 !important;
  padding: 15px !important;
  height: auto !important;
}
.bdir-form .gfield input,
.bdir-form .gfield select,
.bdir-form .gfield textarea {
  background-color: #f4f4f4;
  border: none;
  padding: 10px !important;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    margin-right: 20px;
    width: calc(50% - 10px) !important;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-left: 20px;
    width: calc(50% - 10px) !important;
  }
}
@media only screen and (max-width: 1200px) {
  .bdir-section .gallery-wrapper {
    width: 54.5%;
  }
  .bdir-section .bdir-main-content-wrapper {
    width: calc(100% - 54.5% - 40px);
  }
}
@media only screen and (max-width: 992px) {
  .bdir-listings {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .bdir-section .container {
    width: 100%;
  }
  .bdir-title-filters {
    display: block;
  }
  .bdir-filters .filter {
    border: none;
    padding: 0;
  }
  .bdir-title-filters .bdir-h2 {
    justify-content: center;
  }
  .bdir-title-filters .bdir-filters {
    margin-top: 15px;
    justify-content: center;
  }
  .bdir-listings {
    display: block;
  }
  .bdir-section.archive .intro-wrapper .two-column {
    display: block;
  }
  .bdir-section.archive .intro-wrapper .two-column .half {
    width: 100%;
  }
  .bdir-section .two-column {
    display: block;
  }
  .bdir-section .gallery-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .bdir-section .bdir-main-content-wrapper {
    width: 100%;
  }
  .bdir-popup .bdir-popup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bdir-related .owl-prev {
    left: -10px;
    text-align: left;
  }
  .bdir-related .owl-next {
    right: -10px;
  }
  .bdir-related .owl-nav button {
    width: 25px;
  }
  .bdir-title-filters-tags {
    text-align: center;
  }
}

.bdir-section .images-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
}

.multiple-design {
  display: flex;
  align-items: center;
  padding: 40px 0 30px;
}
.multiple-design h3 {
  margin-right: 20px;
  margin-top: 0;
  color: #fff;
}
.multiple-design .design-tags {
}
.multiple-design .design-tags > span {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 15px;
  font-size: 14px;
  padding: 13px 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
.multiple-design .design-tags > span.active {
  color: #009b78;
  background-color: #fff;
  border: 1px solid #fff;
}
.multiple-tabs {
  display: none;
}
.multiple-tabs.active {
  display: block;
}

.bdir-section .home-deisgn {
  text-align: center;
}
.bdir-section .home-deisgn .bdir-h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #009b78;
}
.bdir-section .home-deisgn .floor-tabs {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.bdir-section .home-deisgn .floor-tabs h3 {
  margin-right: 20px;
  font-size: 16px;
  margin-top: 0;
}
.bdir-section .home-deisgn .floor-select {
}
.bdir-section .home-deisgn .floor-select > span {
  color: #000000;
  display: inline-block;
  border: 1px solid #009b78;
  margin-right: 15px;
  font-size: 14px;
  padding: 13px 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
.bdir-section .home-deisgn .floor-select > span.active {
  color: #fff;
  background-color: #009b78;
}
/* .bdir-section .home-deisgn .floor-plan-wrapper {
  display: none;
} */
.bdir-section .home-deisgn .floor-plan-wrapper.active {
  display: block;
}
.bdir-section.home-deisgn-row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bdir-section .home-deisgn .bdir-button-wrapper {
  margin-top: 50px;
}
.bdir-section .home-deisgn .floor-plan-wrapper > img {
  max-width: 1202px;
  margin: auto;
  width: 100%;
}

.bdir-section .home-intro {
  display: flex;
}

.bdir-section .home-intro .bdir-h2 {
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #009b78;
    border-bottom: 1px solid #009b78;
    width: auto;
    display: inline-flex;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}
