.bdirh-section .container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.btn.bdirh-button {
  text-align: center;
  font-size: 14px;
  border: 1px solid #043857;
  background-color: transparent;
  padding: 12px 80px;
  cursor: pointer;
  display: inline-block;
}

.bdirh-section .builders-intro {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.bdirh-section .home-intro {
  text-align: center;
  padding-top: 45px;
}

.bdirh-section .builders-intro .bdirh-h1 {
  margin-bottom: 30px;
  padding-bottom: 0;
  color: #b69d49;
}

.bdirh-section .video-wrapper {
  text-align: center;
  margin-bottom: 60px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.bdirh-section .home-intro .video-wrapper {
  margin-top: 25px;
  margin-bottom: 70px;
}

.bdirh-section .home-intro .bdirh-h2 {
  margin-top: 10px;
}

.bdirh-section .video-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.bdirh-section .two-column {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-direction: row-reverse;
}

.bdirh-section .gallery-wrapper {
  width: 62.5%;
}

.bdirh-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;
}

.bdirh-section .gallery-wrapper:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-out;
}

.bdirh-section .gallery-wrapper .owl-carousel .owl-nav button.owl-next,
.bdirh-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;
}

.bdirh-section .gallery-wrapper .owl-carousel .owl-nav button.owl-next span,
.bdirh-section .gallery-wrapper .owl-carousel .owl-nav button.owl-prev span {
  vertical-align: 6px;
}

.bdirh-section .gallery-wrapper .owl-carousel .owl-nav button.owl-prev {}

.bdirh-section .gallery-wrapper .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.bdirh-section .gallery-wrapper .owl-carousel .owl-dots.disabled {
  display: block !important;
  height: 24.75px;
}

.bdirh-section .gallery-wrapper .owl-carousel .owl-dots.disabled button {
  display: none !important;
}

.bdirh-section .owl-dot {
  outline: 0;
}

.bdirh-section .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.bdirh-section .owl-dots .owl-dot span {
  background-color: #3b3b42;
  height: 8px;
  width: 8px;
  display: block;
  border-radius: 10px;
  margin: auto 5px;
}

.bdirh-section .owl-dots .owl-dot.active span {
  background-color: #afafaf;
}

.bdirh-section .bdirh-main-content-wrapper {
  width: calc(100% - 62.5% - 60px);
}

.bdirh-section .bdirh-main-content-wrapper .bdirh-h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #b69d49;
}

.bdirh-main-content-wrapper .bdirh-button-wrapper {
  margin-top: 30px;
}

.bdirh-main-content-wrapper .bdirh-button-wrapper button {
  width: 100%;
}

.bdirh-main-content-wrapper .house-info {
  margin-bottom: 25px;
}

.bdirh-main-content-wrapper .house-info span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.bdirh-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;
}

.bdirh-main-content-wrapper .house-info .beds {
  padding-left: 30px;
}

.bdirh-main-content-wrapper .house-info .beds:before {
  background-image: url("../img/bed.svg");
  width: 23px;
  height: 15px;
}

.bdirh-main-content-wrapper .house-info .bath {
  padding-left: 31px;
}

.bdirh-main-content-wrapper .house-info .bath:before {
  background-image: url("../img/bath.svg");
  width: 24px;
  height: 17px;
}

.bdirh-main-content-wrapper .house-info .living {
  padding-left: 31px;
}

.bdirh-main-content-wrapper .house-info .living:before {
  background-image: url("../img/living-icon.svg");
  width: 24px;
  height: 17px;
}

.bdirh-main-content-wrapper .house-info .gspace {
  padding-left: 29px;
}

.bdirh-main-content-wrapper .house-info .gspace:before {
  background-image: url("../img/car.svg");
  position: absolute;
  width: 22px;
  height: 16px;
}

.bdirh-main-content-wrapper .house-info .house_size {
  padding-left: 29px;
}

.bdirh-main-content-wrapper .house-info .house_size>span {
  font-size: 11px;
}

.bdirh-main-content-wrapper .house-info .house_size:before {
  background-image: url("../img/house-size-icon.svg");
  position: absolute;
  width: 22px;
  height: 16px;
}

.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>a,
.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>a.active,
.multiple-design .design-tags>span.active {
  color: #043857;
  background-color: #fff;
  border: 1px solid #fff;
}

.multiple-tabs {
  display: none;
}

.multiple-tabs.active {
  display: block;
}

.bdirh-section .home-deisgn {
  text-align: center;
}

.bdirh-section .home-deisgn .bdirh-h3 {
  margin-bottom: 30px;
  padding-bottom: 0;
  color: #b69d49;
}

.bdirh-section .home-deisgn .floor-tabs {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.bdirh-section .home-deisgn .floor-tabs h3 {
  margin-right: 20px;
  font-size: 16px;
  margin-top: 0;
}

.bdirh-section .home-deisgn .floor-select {}

.bdirh-section .home-deisgn .floor-select>span {
  color: #000000;
  display: inline-block;
  border: 1px solid #043857;
  margin-right: 15px;
  font-size: 14px;
  padding: 13px 20px;
  cursor: pointer;
  margin-bottom: 10px;
}

.bdirh-section .home-deisgn .floor-select>span.active {
  color: #fff;
  background-color: #043857;
}

.bdirh-section .home-deisgn .floor-plan-wrapper {
  display: none;
}

.bdirh-section .home-deisgn .floor-plan-wrapper.active {
  display: block;
}

.bdirh-section.home-deisgn-row {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bdirh-section .home-deisgn .bdirh-button-wrapper {
  margin-top: 50px;
}

.bdirh-section .home-deisgn .floor-plan-wrapper>img {
  max-width: 1202px;
  margin: auto;
  width: 100%;
}

.bdirh-builder-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.bdirh-related .owl-item {
  padding: 10px;
}

.bdirh-builder-box .logo {
  margin-bottom: 25px;
}

.bdirh-builder-box .logo a {
  display: inline-block;
}

.bdirh-builder-box .logo img {
  width: 100%;
  max-width: 204px;
  margin: auto;
}

.bdirh-builder-box .content-wrapper {
  padding: 25px;
  text-align: center;
}

.bdirh-builder-box .content-wrapper .bdirh-h3 {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.bdirh-builder-box .read-more {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 18px;
  font-family: 'Campton', sans-serif;
}

.bdirh-builder-box .video-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.bdirh-builder-box .image-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bdirh-builder-box .video-box iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.bdirh-related .owl-dots {
  display: none;
}

.bdirh-related .owl-nav.disabled {
  display: block !important;
}

.bdirh-related .owl-nav {
  position: initial;
}

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

.bdirh-related .owl-nav button span {
  font-size: 40px;
}

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

.bdirh-related .owl-next {
  right: -20px;
  text-align: right;
}

.bdirh-related-posts {
  padding-top: 50px;
  margin-bottom: 50px;
}

.bdirh-related-posts .bdirh-h2 {
  margin-bottom: 25px;
  padding-bottom: 0px;
  text-align: center;
  color: #b69d49;
}

.bdirh-related-posts .owl-carousel .owl-stage {
  display: flex;
}

.bdirh-related-posts .owl-item {}

.bdirh-related-posts .owl-item>.bdirh-builder-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bdirh-related-posts .owl-item>.bdirh-builder-box .read-more {
  margin-top: auto;
}

.bdirh.overview-wrapper {
  padding: 45px 0;
  text-align: center;
  max-width: 870px;
  margin: auto;
}

.bdirh.overview-wrapper h1 {
  margin-bottom: 30px;
  padding-bottom: 0px;
  color: #b69d49;
}

.bdirh.intro-wrapper {
  margin-bottom: 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.bdirh.intro-wrapper .two-column {
  display: flex;
}

.bdirh.intro-wrapper .two-column .half {
  width: 50%;
  padding: 45px;
}

.bdirh.intro-wrapper .two-column .half ul {
  list-style: unset;
}

.bdirh.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;
}

.bdirh.intro-wrapper .bg-content .content-wrapper {
  color: #fff;
}

.bdirh.intro-wrapper .bg-content .content-wrapper strong {
  color: #fff;
}

.bdirh.intro-wrapper .content-wrapper .bdirh-button-wrapper {
  margin-top: 30px;
}

.bdirh.intro-wrapper .content-wrapper .bdirh-button-wrapper a {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 10px 12px;
}

.bdirh.intro-wrapper .bg-content .content-wrapper {
  text-align: center;
  max-width: 320px;
  margin: auto;
}

.bdirh.intro-wrapper.one-cl {
  box-shadow: none;
}

.bdirh.intro-wrapper.one-cl p {
  color: #1a1a1a !important;
}

.bdirh.intro-wrapper.one-cl .bdirh-button-wrapper {
  text-align: center;
}

.bdirh.intro-wrapper.one-cl .bdirh-button-wrapper a {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.bdirh-section.archive.listings {
  padding-bottom: 50px;
}

.bdirh-listings {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.bdirh-listings .bdirh-builder-box {
  margin-bottom: 30px !important;
  display: flex;
  flex-direction: column;
}

.bdirh-listings .bdirh-builder-box a {
  margin-top: auto;
}

.bdirh-title-filters {
  margin-bottom: 30px;
  display: flex;
}

.bdirh-title-filters .bdirh-h2 {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #b69d49;
}

.bdirh-title-filters .bdirh-filters {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.bdirh-title-filters .bdirh-filters .sort {
  font-size: 14px;
}

.bdirh-title-filters .bdirh-filters .sort>span {
  cursor: pointer;
}

.bdirh-filters .sort .dashicons {
  vertical-align: bottom;
  font-size: 14px;
}

.bdirh-filters .sort .dashicons::before {
  line-height: 20px;
}

.bdirh-filters .filter {
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #000;
  padding: 12.5px 23px;
  margin-left: 20px;
  cursor: pointer;
}

.bdirh-filters .filter img {
  width: 10px;
  height: 10px;
}

.bdirh-title-filters-tags {
  margin-bottom: 25px;
  display: none;
}

.bdirh-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;
}

.bdirh-title-filters-tags .tag-filter.active {
  background-color: #000;
  color: #fff;
}

.bdirh-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;
}

.bdirh-popup .bdirh-popup-wrapper {
  width: 100%;
  max-width: 560px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 50px 60px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.bdirh-popup .bdirh-popup-close {
  position: absolute;
  color: #fff;
  background-color: #000;
  right: 0;
  top: 0;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

.bdirh-popup .bdirh-popup-content {
  margin-bottom: 45px;
  text-align: center;
}

.bdirh-popup .bdirh-popup-content .bdirh-h2 {
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.bdirh-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;
}

.bdirh-form .gfield input,
.bdirh-form .gfield select,
.bdirh-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) {
  .bdirh-section .gallery-wrapper {
    width: 54.5%;
  }

  .bdirh-section .bdirh-main-content-wrapper {
    width: calc(100% - 54.5% - 40px);
  }
}

@media only screen and (max-width: 992px) {
  .bdirh-listings {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .bdirh-section .container {
    width: 100%;
  }

  .bdirh-title-filters {
    display: block;
  }

  .bdirh-filters .filter {
    border: none;
    padding: 0;
  }

  .bdirh-title-filters .bdirh-h2 {
    justify-content: center;
  }

  .bdirh-title-filters .bdirh-filters {
    margin-top: 15px;
    justify-content: center;
  }

  .bdirh-listings {
    display: block;
  }

  .bdirh-section.archive .intro-wrapper .two-column {
    display: block;
  }

  .bdirh-section.archive .intro-wrapper .two-column .half {
    width: 100%;
  }

  .bdirh-section .two-column {
    display: block;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bdirh-section .gallery-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .bdirh-section .home-deisgn .bdirh-button-wrapper {
    margin-top: 30px;
  }

  .bdirh-section .bdirh-main-content-wrapper {
    width: 100%;
    text-align: center;
  }

  .bdirh-popup .bdirh-popup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bdirh-related .owl-prev {
    left: -10px;
    text-align: left;
  }

  .bdirh-related .owl-next {
    right: -10px;
  }

  .bdirh-related .owl-nav button {
    width: 25px;
  }

  .bdirh-title-filters-tags {
    text-align: center;
  }

  .multiple-design {
    display: block;
    padding: 30px 0 20px;
  }

  .multiple-design h3 {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
    font-size: 12px;
  }

  .multiple-design .design-tags {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scrollbar-height: none;
  }

  .multiple-design .design-tags span:first-child {
    margin-left: 15px;
  }

  .multiple-design .design-tags span:last-child {
    margin-right: 15px;
  }

  .multiple-design .design-tags span {
    flex-shrink: 0;
  }

  .bdirh-section.home-deisgn-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bdirh-section .builders-intro {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .bdirh-section .home-intro {
    padding-top: 30px;
  }

  .bdirh.intro-wrapper .two-column {
    display: block;
  }

  .bdirh.intro-wrapper .two-column .half {
    width: 100%;
  }

  .bdirh-section .home-deisgn .floor-tabs {
    display: block;
    margin-bottom: 15px;
  }

  .bdirh-section .home-deisgn .floor-tabs h3 {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 12px;
  }
}