body {
  overflow-x: hidden;
}

.red-border {
  padding: 50px;
}

.featured-news {
  background: #ffffff;
}

.featured-news .container {
  display: flex;
  padding: 50px 0;
}

.featured-news .container .column {
  width: 100%;
  color: #371a43;
}

.featured-news .container .column h2 {
  color: #371a43;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 960px) {
  .featured-news .container {
    flex-direction: column;
  }

  .featured-news .container .column {
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  .featured-news .container .column {
    padding: 10px;
  }
}

/* Search Bar Styling */

.torus-hero {
  background: #371a43;
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -90px;
}

.torus-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  opacity: 75%;
}

.torus-hero .torus-heading {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  z-index: 1;
  text-align: center;
}

.torus-hero .torus-heading h1 {
  font-size: 60px;
}

.torus-hero .torus-heading h2 {
  font-size: 40px;
  font-family: "open-sans-bold";
}

.torus-hero .torus-filter-bar {
  background: #371a43cc;
  padding: 35px 50px 10px;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 10%;
}

.torus-hero .torus-filter-bar div {
  width: 100%;
}

.torus-hero .torus-filter-bar p {
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

.torus-hero .torus-filter-bar .torus-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.torus-hero .torus-filter-bar .torus-search {
  display: flex;
  justify-content: center;
}

.torus-hero .torus-filter-bar .torus-filters button {
  border: 2px solid #ffffff;
  padding: 10px 30px;
  color: #ffffff;
  font-family: "open-sans-regular";
  font-size: 24px;
  margin: 0;
}

.torus-hero .torus-filter-bar .torus-filters button:hover {
  background: #ffffff;
  color: #371a43;
}

.torus-hero .torus-filter-bar .facetwp-input-wrap,
.torus-filter-bar .facetwp-dropdown {
  display: block;
  margin: 10px 0;
  width: 90%;
  background: #ffffff;
  border-radius: 0px;
  text-align: left;
}

.torus-hero .torus-filter-bar .facetwp-facet input.facetwp-location {
  text-align: left;
  margin: 0;
  padding-right: 0;
  min-width: auto;
  border-radius: 0;
}

@media only screen and (max-width: 960px) {
  .torus-hero {
    margin-top: 0;
  }

  .torus-hero .torus-heading {
    padding-bottom: 20px;
  }

  .torus-hero .torus-filter-bar {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .torus-hero .torus-filter-bar .torus-filters {
    flex-direction: column;
  }

  .torus-hero .torus-filter-bar div {
    margin: 0;
  }

  .torus-hero .torus-filter-bar .facetwp-input-wrap,
  .torus-filter-bar .facetwp-dropdown {
    width: 100%;
  }

  .torus-hero .torus-filter-bar {
    padding: 35px 50px;
  }

  .torus-hero .torus-filter-bar .torus-filters button {
    margin-top: 15px;
  }

  .torus-hero .torus-heading h1 {
    font-size: 40px;
  }

  .torus-hero .torus-heading h2 {
    font-size: 28px;
  }
}

.torus-welcome {
  padding: 80px 50px 180px;
  min-height: 450px;
  display: flex;
  align-items: center;
}

.torus-welcome h2 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}

.torus-welcome.content-block.single-column-centered .container > div {
  padding: 0;
}

.torus-welcome p {
  font-size: 30px;
  line-height: 38px;
  color: #371a43;
  width: 80%;
  margin: 0 auto 20px;
}

.torus-welcome .badge p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  width: 100%;
}

.torus-welcome .actions .button {
  margin: 0;
  font-size: 24px;
  padding: 10px 30px;
}

.page-template-tnh-home-promotion-test .badge,
.home .badge {
  position: absolute;
  left: 5%;
  top: 95%;
  transform: translate(-50%, -50%);
}

.content-block.single-column-centered .container > div {
  max-width: 100%;
}

@media only screen and (max-width: 960px) {
  .torus-welcome {
    padding: 50px;
  }

  .torus-welcome.page-template-tnh-home-promotion-test .badge,
  .home .badge {
    transform: none;
  }

  .torus-welcome h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .torus-welcome p {
    font-size: 18px;
    line-height: 24px;
    color: #371a43;
    width: 80%;
    margin: 0 auto 20px;
  }

  #single-house .container .six.columns .promotional-badge {
    left: 0;
  }
}

.housing {
  background: #ffffff;
  padding: 150px 20px 80px;
}

.housing .inner {
  padding: 20px;
}

.housing h2 {
  font-size: 40px;
  margin-bottom: 60px;
}

.housing h3 {
  font-size: 35px;
  line-height: 40px;
}

.housing .inner a {
  text-decoration: none;
  border-bottom: 1px solid #371a43;
  transition: 0.1s all ease-in;
}

.housing .inner a:hover {
  color: #371a43;
  padding-bottom: 2px;
  border-bottom: 2px solid #371a43;
  transition: 0.1s all ease-in;
}

.housing.module button {
  padding: 10px 30px;
  /* font-family: 'open-sans-regular'; */
  font-size: 24px;
  margin: 50px 0 0;
}

@media only screen and (max-width: 960px) {
  .housing h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

/* FEATURED DEVELOPMENT */

.torus-featured-development {
  padding: 80px 20px;
  background: #bbb3b0 url(../images/torus-blue-background-band.jpg) no-repeat
    right center;
  background-size: cover;
}

.torus-featured-development .container {
  display: flex;
}

.torus-featured-development .details {
  width: 60%;
  padding: 0 30px;
}

.torus-featured-development .details h3,
h4,
h5,
p {
  color: #371a43;
}

.torus-featured-development .details h3 {
  font-size: 40px;
}

.torus-featured-development .details h4 {
  font-size: 30px;
  margin: 20px 0;
  width: 70%;
}

.torus-featured-development .details h5 {
  font-size: 16px;
  margin-bottom: 20px;
}

.torus-featured-development .details p {
  font-size: 20px;
  width: 70%;
}

.torus-featured-development .details a {
  color: #371a43;
  text-decoration: none;
  border-bottom: 1px solid #371a43;
  transition: 0.1s all ease-in;
}

.torus-featured-development .details a:hover {
  color: #371a43;
  padding-bottom: 2px;
  border-bottom: 2px solid #371a43;
  transition: 0.1s all ease-in;
}

.torus-featured-development .slider {
  width: 40%;
  position: absolute;
  bottom: -50%;
  right: 0;
  z-index: 1;
}

.torus-featured-development .slider .slick-slide {
  height: 550px;
}

.torus-featured-development .slider img {
  object-fit: cover;
  width: 100%;
  height: 550px;
  position: absolute;
  z-index: 1;
}

.torus-featured-development .slider .promotional-badge {
  margin-left: 10px;
  margin-bottom: 10px;
  bottom: 0;
  width: 150px;
  height: 150px;
  z-index: 2;
}

.torus-featured-development .slider .promotional-badge p {
  font-size: 18px;
  line-height: 22px;
}

#buying-options h2 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}

#buying-options p {
  font-size: 20px;
  line-height: 28px;
  width: 60%;
  margin: 0 auto 10px;
}

#buying-options .actions .button {
  margin-top: 20px;
  font-size: 24px;
  padding: 10px 30px;
}

@media only screen and (max-width: 1280px) {
  .torus-featured-development .slider {
    bottom: -40%;
  }
}

@media only screen and (max-width: 960px) {
  #buying-options h2 {
    font-size: 28px;
    line-height: 30px;
  }

  #buying-options p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .torus-featured-development .slider {
    position: relative;
    width: 100%;
  }

  .torus-featured-development .container {
    flex-direction: column;
  }

  .torus-featured-development .details {
    width: 100%;
    padding-bottom: 50px;
  }

  .torus-featured-development .slider img {
    width: 100%;
    height: 350px;
  }

  .torus-featured-development .slider .slick-slide {
    height: 350px;
  }

  .torus-featured-development .details p,
  .torus-featured-development .details h4 {
    width: 100%;
  }

  .torus-featured-development .details p {
    font-size: 16px;
    line-height: 16px;
  }

  .torus-featured-development .details h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .housing {
    padding-top: 50px;
  }

  .house-details h2 {
    width: 60%;
  }

  body .house-details ul.key-selling-points {
    flex-direction: column;
  }

  .house-details div {
    width: 100%;
  }
}

/* DEVELOPMENTS PAGE */

.torus-featured-development.developments {
  margin-top: 150px;
}

.torus-hero.developments {
  background: #9baad533;
  height: 600px;
}

.torus-hero.developments img {
  opacity: 15%;
  mix-blend-mode: luminosity;
}

.torus-hero.developments .torus-heading {
  color: #371a43;
}

.torus-hero.developments .torus-filter-bar {
  background: #ffffff;
}

.torus-hero.developments .torus-filter-bar p {
  font-weight: 600;
  color: #371a43;
  letter-spacing: 1px;
}

.torus-hero.developments .torus-filter-bar .torus-filters button {
  border: 2px solid #371a43;
  background: #371a43;
}

.torus-hero.developments .torus-filter-bar .torus-filters button:hover {
  border: 2px solid #371a43;
  background: #ffffff;
  color: #371a43;
}

.torus-hero.developments .torus-filter-bar .facetwp-input-wrap,
.torus-hero.developments .torus-filter-bar .facetwp-dropdown {
  background: rgba(221, 218, 215, 0.4);
}

@media only screen and (max-width: 960px) {
  .torus-hero.developments {
    height: 100vh;
  }
}

.housing.filter {
  padding: 80px 20px;
}

.housing .torus-search-results h2 {
  margin-bottom: 30px;
}

.torus-search-results .facetwp-facet-live_coming_soon_all {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.torus-search-results .facetwp-facet-live_coming_soon_all div {
  margin: 0 10px;
}

.torus-search-results .facetwp-facet-live_coming_soon_all div.facetwp-radio {
  background: none;
  padding: 0;
  text-transform: capitalize;
  color: #371a43;
  font-size: 30px;
}

.torus-search-results
  .facetwp-facet-live_coming_soon_all
  div.facetwp-radio.checked {
  font-family: "open-sans-bold";
}

.torus-search-results
  .facetwp-facet-live_coming_soon_all
  div.facetwp-radio:nth-child(1)::after {
  content: "/";
  margin-left: 20px;
  font-family: "open-sans-regular";
}

.torus-search-results
  .facetwp-facet-live_coming_soon_all
  div.facetwp-radio:nth-child(2)::after {
  content: "/";
  margin-left: 20px;
  font-family: "open-sans-regular";
}

.torus-search-results
  .facetwp-facet-live_coming_soon_all
  div.facetwp-radio
  .facetwp-counter {
  display: none;
}

@media only screen and (max-width: 479px) {
  .torus-search-results .facetwp-facet-live_coming_soon_all {
    padding-bottom: 20px;
  }

  .torus-search-results .facetwp-facet-live_coming_soon_all div.facetwp-radio {
    font-size: 20px;
  }

  .torus-search-results
    .facetwp-facet-live_coming_soon_all
    div.facetwp-radio:nth-child(1)::after {
    margin-left: 10px;
  }

  .torus-search-results
    .facetwp-facet-live_coming_soon_all
    div.facetwp-radio:nth-child(2)::after {
    margin-left: 10px;
  }
}

.content-block.module.developments-map {
  background: #f7f5f5;
}

#buying-options {
  background: #ffffff;
}

/* INDIVIDUAL DEVELOPMENT PAGE */

.torus-development-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}

.torus-development-hero .box {
  background: #371a43db;
  position: relative;
  padding: 50px 80px;
  text-align: center;
  margin: 20px;
  width: 70%;
}

.torus-development-hero .box h1 {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 62px;
}

.torus-development-hero .box h1,
.torus-development-hero .box h4,
.torus-development-hero .box p,
.torus-development-hero .box ul li {
  color: #ffffff;
}

.torus-development-hero .box h4 {
  font-size: 20px;
  font-family: "open-sans-regular";
}

.torus-development-hero .box ul li {
  padding: 8px;
  min-height: auto;
  text-align: center;
  font-family: "open-sans-bold";
  font-size: 24px;
}

.torus-development-hero picture {
  width: 100%;
  height: 100%;
  position: absolute;
}

.torus-development-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.torus-development-hero .box .promotional-badge {
  right: -90px;
  bottom: -20px;
  margin: 0;
  background: #ffffff;
  border: 4px solid #371a43;
  width: 150px;
  height: 150px;
  z-index: 1;
}

.torus-development-hero .box .promotional-badge p {
  color: #371a43;
  width: 150px;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (max-width: 997px) {
  .torus-development-hero .box h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 752px) {
  .torus-development-hero .box .promotional-badge {
    display: none;
  }

  .torus-development-hero .box {
    padding: 50px 20px;
    width: 80%;
  }

  .torus-development-hero .box h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

#overview {
  position: relative;
  z-index: 1;
}

#overview .container .eight.columns {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  justify-content: center;
}

#overview .container .eight.columns p {
  font-size: 18px;
  padding-right: 15px;
}

#overview .container .eight.columns button {
  font-family: "open-sans-regular";
}

.main-banner-slider img {
  height: 500px;
  object-fit: cover;
}

.main-banner-slider .slick-list {
  width: 100%;
  margin: 0 auto;
  min-height: 550px;
}

.slider .main-banner-slider img {
  width: 100%;
}

.main-banner-slider .slick-arrow {
  color: #371a43;
  border-color: #371a43;
}

.main-banner-slider .slick-arrow:hover {
  color: #ffffff;
  border-color: #ffffff;
}

@media only screen and (max-width: 960px) {
  .main-banner-slider .slick-list {
    width: 100%;
    margin: 0 auto;
    min-height: 350px;
  }

  .main-banner-slider .slick-arrow:hover {
    color: #ffffff;
    border-color: #ffffff;
  }

  .torus-featured-development .slider .promotional-badge {
    display: none;
  }
}

#our-homes.housing {
  padding: 50px 20px 80px;
}

#our-homes.housing table {
  width: 100%;
}

#our-homes.housing table tbody tr.heading-bg td {
  background: #9baad5;
  border: 1px solid #ffffff;
  color: #000000;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
}

#our-homes.housing table tbody tr.individual-house td {
  padding: 10px;
  margin: 0;
  border: 1px solid #ffffff;
}

#our-homes.housing table tbody tr.individual-house td p,
#our-homes.housing table tbody tr.individual-house td a {
  margin: 0;
  font-size: 18px;
}

#our-homes.housing table tbody tr.individual-house:nth-child(odd) td {
  background: #9baad533;
}

.legal-note p:last-of-type {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  /* #our-homes.housing table tbody tr.heading-bg td:nth-child(1),
    #our-homes.housing table tbody tr.heading-bg td:nth-child(4),
    #our-homes.housing table tbody tr.heading-bg td:nth-child(5),
    #our-homes.housing table tbody tr.heading-bg td:nth-child(6) {
        display: none;
    }

    #our-homes.housing table tbody tr.individual-house td:nth-child(1),
    #our-homes.housing table tbody tr.individual-house td:nth-child(4),
    #our-homes.housing table tbody tr.individual-house td:nth-child(5),
    #our-homes.housing table tbody tr.individual-house td:nth-child(6) {
        display: none;
    } */

  body .main-banner-slider img {
    height: 350px;
  }

  body #single-house .container .six.columns h1 {
    font-size: 32px;
    line-height: 32px;
  }

  body #single-house .container .six.columns {
    min-height: auto;
    justify-content: start;
    padding: 25px 10px;
  }
}

#related-developments.housing {
  padding: 50px 20px 80px;
  background: #f7f5f5;
}

#single-house .container .six.columns {
  text-align: left;
  padding: 50px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#single-house .container .six.columns h5 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "open-sans-regular";
}

#single-house .container .six.columns h1 {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 40px;
}

#single-house .container .six.columns p {
  font-size: 30px;
  line-height: 34px;
  color: #3e4543;
}

#single-house .container .main-banner-slider .slick-list {
  width: 100%;
}

#single-house .container .six.columns .promotional-badge {
  margin: 0;
  top: 0;
  right: 0;
  background: #ffffff;
  border-color: #371a43;
  height: 130px;
  width: 130px;
}

#single-house .container .six.columns .promotional-badge p {
  font-size: 20px;
  line-height: 20px;
  font-family: "open-sans-regular";
}

.house-details {
  padding: 80px 20px;
  background: #bbb3b0 url(../images/torus-blue-background-band.jpg) no-repeat
    left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.house-details h2 {
  font-family: "open-sans-regular";
  color: #ffffff;
  text-align: center;
}

.house-details h2 span {
  font-family: "open-sans-bold";
}

.house-details p {
  color: #3e4543;
  text-align: center;
}

.house-details ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.house-details div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.house-details ul.key-selling-points {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}

.house-details ul.key-selling-points li {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.house-details ul.key-selling-points li p {
  margin-top: 20px;
  padding: 0 10px;
  color: #371a43;
}

ul.key-selling-points li img.graphic {
  margin: 0;
}

.house-details ul.key-selling-points li img.graphic,
p.opening-hours img.graphic {
  position: relative;
}

.house-details div .button {
  margin-top: 20px;
  font-size: 24px;
  padding: 10px 30px;
}

#house-extra-features .tabs {
  margin-bottom: 0;
}

#house-extra-features .tabs a {
  color: #ffffff;
}

#house-extra-features .tabs a.active {
  color: #371a43;
}

#house-extra-features .floor-plan {
  padding: 50px;
}

#house-extra-features #virtual-tour iframe {
  width: 100%;
  height: 600px;
  padding-bottom: 50px;
}

#house-extra-features #virtual-tour h2 {
  color: #371a43;
  text-align: center;
  padding: 50px 10px 20px;
}

#related-developments .housing {
  padding: 80px 20px;
}

/* Policies Page */

.container.policies-page {
  max-width: 50%;
}

.policies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  gap: 20px;
}

.policies .document {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: dashed 1px;
  width: 50%;
  transition: 0.4s ease-in-out;
}

.policies .document h3 {
  margin-bottom: 0px;
  font-size: 26px;
  transition: 0.4s ease-in-out;
}

.policies .document a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 20px;
}

.policies .document img {
  width: 28px;
  margin-right: 10px;
}

.policies .document:hover h3 {
  padding-left: 20px;
}

@media only screen and (max-width: 959px) {
  .policies .document h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .container.policies-page {
    max-width: 100%;
  }
  .policies .document {
    width: 100%;
  }
  .policies .document h3 {
    font-size: 18px;
  }
  .policies .document img {
    width: 24px;
  }
}
