#container {
  max-width: none;
}

body.single-property #content > .site-width {
  max-width: none;
  width: 100%;
}
body.single-property #container {
  overflow: visible;
}
body.single-property header:not(.scrolled) {
  background: white;
  transition: all 0.3s ease-in-out;
}
body.single-property #phContainer {
  margin-top: 0 !important;
}

#phContainer {
  margin-top: 180px;
  max-width: 100%;
}
#phContainer #content {
  width: 100%;
  margin: auto;
}
#phContainer img {
  width: 100%;
  height: auto;
  display: block;
}
#phContainer ul li, #phContainer ol li {
  list-style: none;
}
#phContainer .propertyHero {
  width: 100vw;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  display: flex;
  align-items: center;
}
@media all and (max-width: 950px) {
  #phContainer .propertyHero {
    height: auto;
    flex-direction: column;
    margin-top: 120px;
  }
}
@media all and (max-width: 768px) {
  #phContainer .propertyHero {
    margin-top: 60px;
  }
}
#phContainer .propertyHero .site-width {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 950px) {
  #phContainer .propertyHero .site-width {
    width: 100%;
    max-width: none;
  }
}
#phContainer .propertyHero .text {
  width: 400px;
  background: #292623;
  display: block;
  position: relative;
  color: white;
  text-align: center;
  padding: 75px 50px;
  clip-path: polygon(50px 0%, 50px 50px, 0% 50px, 0% 100%, 100% 100%, 100% 0%);
}
@media all and (max-width: 950px) {
  #phContainer .propertyHero .text {
    width: 100%;
    clip-path: none;
    padding: 50px;
  }
}
#phContainer .propertyHero .text .status {
  border: 1px solid white;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
}
#phContainer .propertyHero .text h2 {
  margin: 30px 0 10px;
}
#phContainer .propertyHero .text .smallText {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
#phContainer .propertyHero .text .textLink {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #ef833a;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
#phContainer .propertyHero .text .sizes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
#phContainer .propertyHero .text .sizes div {
  display: flex;
  padding: 20px 30px 20px 0;
}
#phContainer .propertyHero .text .sizes div:not(:last-child) {
  display: block;
  margin: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#phContainer .propertyHero .text .sizes p {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}
#phContainer .propertyHero .text .sizes p span {
  font-size: 22px;
  color: #ef833a;
  line-height: 1.4;
}
#phContainer .propertyHero .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#phContainer .propertyHero .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 950px) {
  #phContainer .propertyHero .img {
    position: relative;
    height: 50vw;
  }
}

.propertyNav {
  background: #292623;
  color: white;
  left: 0;
  top: 60px;
  width: 100vw;
  position: sticky;
  height: 59px;
  display: flex;
  align-items: center;
  z-index: 9999;
}
@media all and (max-width: 950px) {
  .propertyNav {
    display: none;
  }
}
.propertyNav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.propertyNav ul li a {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: 1;
}
.propertyNav ul li a:hover {
  color: #ef833a;
}
.propertyNav ul li a.btn {
  background: #ef833a;
  padding: 1px 20px 0;
  height: 40px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  font-weight: 400;
}
.propertyNav ul li a.btn:after {
  display: none;
}
.propertyNav ul li a.btn:hover {
  background: white;
  color: #292623;
}

.propertyContent {
  width: 100%;
  overflow: hidden;
}
.propertyContent .sectionFooter {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0;
}
.propertyContent .sectionFooter .btn {
  text-decoration: none;
  padding: 8px 50px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  background: url(../img/download.svg) no-repeat right center/auto 30px;
  border-bottom: 1px solid black;
  min-width: 200px;
}
.propertyContent .propertyIncludes {
  padding: 75px 0;
}
.propertyContent .propertyIncludes h2 {
  text-align: center;
  margin: 0 0 75px;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyIncludes .site-width {
    width: 90%;
  }
}
@media all and (max-width: 550px) {
  .propertyContent .propertyIncludes .site-width {
    width: 80%;
  }
}
.propertyContent .propertyIncludes .slick-list {
  overflow: visible;
}
.propertyContent .propertyIncludes .blocks {
  margin: -15px;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyIncludes .blocks {
    margin: -10px;
  }
}
.propertyContent .propertyIncludes .blocks .block {
  display: block;
  position: relative;
  margin: 15px;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyIncludes .blocks .block {
    margin: 10px;
  }
}
.propertyContent .propertyIncludes .blocks .block .inner {
  clip-path: polygon(40px 0%, 40px 40px, 0% 40px, 0% 100%, 100% 100%, 100% 0%);
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 50px 50px;
}
@media all and (max-width: 750px) {
  .propertyContent .propertyIncludes .blocks .block .inner {
    padding: 20px 30px 30px;
  }
}
.propertyContent .propertyIncludes .blocks .block:not(:first-child):after {
  content: "Customisable";
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 5px 10px;
  background: #ef833a;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.propertyContent .propertyIncludes .blocks .block h3 {
  color: #ef833a;
  text-transform: uppercase;
  font-size: 30px;
}
.propertyContent .propertyIncludes .blocks .block ul {
  margin: 0;
}
.propertyContent .propertyIncludes .blocks .block ul li {
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  display: flex;
  align-items: center;
}
.propertyContent .propertyIncludes .blocks .block ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 750px) {
  .propertyContent .propertyIncludes .blocks .block ul li {
    font-size: 16px;
  }
}
.propertyContent .propertyIncludes .blocks .block ul li img {
  max-width: 75px;
  max-height: 75px;
  height: auto;
  width: auto;
  display: inline-block;
  margin: 0 20px 0 0;
}
.propertyContent .propertyIntro {
  padding: 125px 0;
  background: #292623;
  color: white;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 950px) {
  .propertyContent .propertyIntro {
    padding: 100px 0;
  }
}
@media all and (max-width: 550px) {
  .propertyContent .propertyIntro {
    padding: 80px 0;
  }
}
.propertyContent .propertyIntro .site-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
.propertyContent .propertyIntro p {
  font-size: 50px;
  line-height: 1.4;
  text-align: center;
  max-width: 1000px;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyIntro p {
    font-size: 40px;
  }
}
@media all and (max-width: 550px) {
  .propertyContent .propertyIntro p {
    font-size: 30px;
    line-height: 1.2;
  }
}
.propertyContent .propertyIntro p:after {
  content: "";
  background: #ef833a;
  width: 75px;
  height: 2px;
  display: block;
  margin: 50px auto 0;
}
@media all and (max-width: 550px) {
  .propertyContent .propertyIntro p:after {
    margin: 30px auto 0;
  }
}
.propertyContent .propertyLocation {
  padding: 100px 0;
}
.propertyContent .propertyLocation .site-width {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: 100px;
  align-items: center;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyLocation .site-width {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    gap: 50px;
  }
}
@media all and (max-width: 550px) {
  .propertyContent .propertyLocation .site-width {
    gap: 30px;
  }
}
.propertyContent .propertyLocation .location h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
}
.propertyContent .propertyLocation .location h3:after {
  content: "";
  background: #ef833a;
  width: 20px;
  height: 2px;
  display: block;
  margin: 10px 0 20px;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyLocation .location h3:after {
    margin: 10px auto 20px;
  }
}
.propertyContent .propertyLocation .location p {
  font-size: 18px;
}
.propertyContent .propertyLocation #map {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  display: block;
  position: relative;
}
.propertyContent .propertyAvailability {
  padding: 75px 0;
  text-align: center;
}
.propertyContent .propertyAvailability h2 {
  margin: 0 0 50px;
}
.propertyContent .propertyDownloads {
  padding: 0 0 75px 0;
  text-align: center;
}
.propertyContent .propertyDownloads h2 {
  margin: 0 0 50px;
}
.propertyContent .propertyDownloads .downloads .floorplans, .propertyContent .propertyDownloads .downloads .brochures {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.propertyContent .propertyDownloads .downloads .download {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  margin: 10px;
  border-bottom: 1px solid #292623;
  text-decoration: none;
}
.propertyContent .propertyDownloads .downloads .download .icon {
  background: #f2f2f2;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.propertyContent .propertyDownloads .downloads .download p {
  padding: 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  background: url(../img/download.svg) no-repeat right center/auto 30px;
}
.propertyContent .propertyDownloads .downloads .download.brochure .icon {
  background: url(../img/brochure.png) no-repeat center center/65px #f2f2f2;
}
.propertyContent .propertyDownloads .downloads .download.floorplan .icon {
  background: url(../img/floorplan.png) no-repeat center center/65px #f2f2f2;
}
.propertyContent .propertyContactDetails {
  padding: 75px 0;
  text-align: center;
  background: #292623;
  color: white;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.propertyContent .propertyContactDetails h2 {
  margin: 0 0 50px;
}
.propertyContent .propertyContactDetails .members {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyContactDetails .members {
    flex-direction: column;
    align-items: flex-start;
  }
}
.propertyContent .propertyContactDetails .members .teamMember {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
@media all and (max-width: 950px) {
  .propertyContent .propertyContactDetails .members .teamMember {
    padding: 15px 0;
  }
}
.propertyContent .propertyContactDetails .members .teamMember img {
  max-width: 150px;
  clip-path: polygon(20px 0%, 20px 20px, 0% 20px, 0% 100%, 100% 100%, 100% 0%);
}
@media all and (max-width: 550px) {
  .propertyContent .propertyContactDetails .members .teamMember img {
    max-width: 100px;
  }
}
.propertyContent .propertyContactDetails .members .teamMember .text {
  text-align: left;
  padding: 0 0 0 50px;
}
.propertyContent .propertyContactDetails .members .teamMember .text h5 {
  margin: 0;
  font-size: 20px;
}
.propertyContent .propertyContactDetails .members .teamMember .text h5:after {
  content: "";
  background: #ef833a;
  width: 20px;
  height: 2px;
  display: block;
  margin: 10px 0 15px;
}
.propertyContent .propertyContactDetails .members .teamMember .text p a {
  text-decoration: none;
}
.propertyContent .propertyContactDetails .members .teamMember .text p a:hover {
  text-decoration: underline;
}
.propertyContent .propertyEnquire {
  padding: 75px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.propertyContent .propertyEnquire h2 {
  margin: 0 0 50px;
}
.propertyContent .propertyEnquire .gform_validation_errors,
.propertyContent .propertyEnquire .gfield_validation_message, .propertyContent .propertyEnquire .validation_message {
  display: none !important;
}
.propertyContent .propertyEnquire .gfield_error input {
  border: none !important;
  border-bottom: 1px solid red !important;
}
.propertyContent .propertyEnquire .gform_fields {
  grid-row-gap: 0 !important;
}
.propertyContent .propertyEnquire form {
  max-width: 600px;
  margin: auto;
}
.propertyContent .propertyEnquire form textarea {
  height: 60px !important;
}
.propertyContent .propertyEnquire form input, .propertyContent .propertyEnquire form textarea {
  padding: 20px !important;
}
.propertyContent .propertyEnquire form .gform-footer {
  display: flex;
  flex-direction: column;
}
.propertyContent .propertyEnquire form .gform-footer:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #ef833a;
  display: block;
  margin: 0 auto 20px;
}
.propertyContent .photoGallery {
  height: 100%;
}
@media all and (max-width: 950px) {
  .propertyContent .photoGallery .site-width {
    width: 100%;
    max-width: none;
  }
}
.propertyContent .photoGallery .slick-dots {
  margin-top: 20px;
}
.propertyContent .photoGallery .slick-arrow {
  position: absolute;
  width: 30px;
  height: 60px;
  display: block;
  z-index: 50;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  outline: none;
  border: none;
  transform: translateY(-50%);
}
.propertyContent .photoGallery .slick-arrow:hover {
  opacity: 0.5;
}
.propertyContent .photoGallery .slick-arrow.slick-prev {
  top: 50%;
  left: -50px;
  background: url(../img/arrow_left.svg) no-repeat center/contain;
  transform: translate(-100%, -50%);
}
@media all and (max-width: 1600px) {
  .propertyContent .photoGallery .slick-arrow.slick-prev {
    transform: translate(0%, -50%);
    left: 20px;
    background: url(../img/arrow_left_white.svg) no-repeat center/contain;
  }
}
.propertyContent .photoGallery .slick-arrow.slick-next {
  top: 50%;
  right: -50px;
  background: url(../img/arrow_right.svg) no-repeat center/contain;
  transform: translate(100%, -50%);
}
@media all and (max-width: 1600px) {
  .propertyContent .photoGallery .slick-arrow.slick-next {
    transform: translate(0%, -50%);
    right: 20px;
    background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  }
}
.propertyContent .photoGallery .gallery {
  width: 100%;
  height: 100%;
  padding: 0;
}
.propertyContent .photoGallery .gallery .slick-list,
.propertyContent .photoGallery .gallery .slick-track {
  height: 100%;
}
.propertyContent .photoGallery .gallery img {
  width: auto !important;
  height: 45vw !important;
  max-height: 600px;
}

.property-search-form h2 {
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 50px;
}
.property-search-form .inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: -10px;
}
@media all and (max-width: 1200px) {
  .property-search-form .inner {
    display: grid;
    gap: 10px;
  }
}
.property-search-form .inner .control {
  flex-grow: 1;
}
@media all and (max-width: 1200px) {
  .property-search-form .inner .control {
    margin: 0;
    padding: 0;
  }
}
.property-search-form .inner input, .property-search-form .inner select {
  text-align: left;
  width: 100%;
  padding: 0;
  height: 35px;
  line-height: 1;
  font-weight: 400;
  appearance: none;
  position: relative;
  width: 100%;
  color: #292623;
  border: 0;
  border-bottom: 1px solid #292623;
  background: none;
  transition: all 0.5s;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.property-search-form .inner input::placeholder, .property-search-form .inner select::placeholder {
  color: #292623;
}
.property-search-form .inner input[type=submit], .property-search-form .inner select[type=submit] {
  padding: 0 20px;
  background: #ef833a;
  color: white;
  border: none;
  width: auto;
}
.property-search-form .inner select {
  padding-right: 40px;
  background: url(../img/arrow-dropdown.svg) no-repeat right center/10px white;
}
.property-search-form .inner .resetSearch {
  flex-shrink: 0;
  display: none;
}

.propertyhive ul.properties {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media all and (max-width: 1200px) {
  .propertyhive ul.properties {
    gap: 50px;
  }
}
@media all and (max-width: 950px) {
  .propertyhive ul.properties {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }
}
@media all and (max-width: 550px) {
  .propertyhive ul.properties {
    gap: 30px;
  }
}
.propertyhive ul.properties li.property {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.propertyhive ul.properties li.property .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.propertyhive ul.properties li.property .thumbnail .status {
  background: white;
  display: block;
  position: absolute;
  z-index: 5;
  color: #292623;
  padding: 5px 7px;
  top: 10px;
  right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  max-width: 50%;
  text-align: right;
}
.propertyhive ul.properties li.property .thumbnail a {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.propertyhive ul.properties li.property .thumbnail a:last-of-type {
  opacity: 0;
  visibility: hidden;
}
.propertyhive ul.properties li.property .thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.propertyhive ul.properties li.property .thumbnail:hover a:last-of-type {
  opacity: 1;
  visibility: visible;
}
.propertyhive ul.properties li.property .details {
  margin: 20px 0 0;
  width: 100%;
}
.propertyhive ul.properties li.property .details .availability {
  text-transform: uppercase;
  color: #ef833a;
  font-weight: 700;
  font-size: 18px;
}
.propertyhive ul.properties li.property .details .propertyTitle {
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.propertyhive ul.properties li.property .details .propertyTitle:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #ef833a;
  margin: 5px 0 10px;
}
.propertyhive ul.properties li.property .details .propertyTitle a {
  text-decoration: none;
}
.propertyhive ul.properties li.property .details .propertyInfo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}
.propertyhive ul.properties li.property .details .propertyInfo p {
  font-weight: 400;
  line-height: 1.4;
}
.propertyhive ul.properties li.property .details .propertyInfo .sizes {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.propertyhive ul.properties li.property .details .propertyInfo .sizes div {
  display: flex;
  padding: 0 0 0 20px;
}
.propertyhive ul.properties li.property .details .propertyInfo .sizes div:not(:last-child) {
  display: block;
  margin: 0;
  padding: 0 20px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.propertyhive ul.properties li.property .details .propertyInfo .sizes p {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}
.propertyhive ul.properties li.property .details .propertyInfo .sizes p span {
  font-size: 18px;
  color: #ef833a;
  line-height: 1;
}

.resultsSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 20px;
}
@media all and (max-width: 750px) {
  .resultsSection {
    flex-wrap: wrap;
    padding: 30px 0 10px;
  }
}
.resultsSection .resultCount p {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.resultsSection .viewSort {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .resultsSection .viewSort {
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 0;
  }
}
@media all and (max-width: 550px) {
  .resultsSection .viewSort {
    flex-wrap: wrap;
  }
  .resultsSection .viewSort > * {
    width: 100%;
    margin: 0 0 10px;
  }
}
.resultsSection .propertyhive-ordering {
  display: flex;
  align-items: center;
}
.resultsSection .propertyhive-ordering ul {
  display: flex;
  margin: 0 -7px;
  align-items: center;
}
.resultsSection .propertyhive-ordering ul li {
  margin: 0 7px;
  list-style: none;
  display: flex;
  line-height: 40px;
  height: 40px;
  align-items: center;
}
.resultsSection .propertyhive-ordering ul li input {
  display: none;
}
.resultsSection .propertyhive-ordering ul li input:checked + label:after {
  width: 100%;
}
.resultsSection .propertyhive-ordering ul li span,
.resultsSection .propertyhive-ordering ul li label {
  color: black;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.resultsSection .propertyhive-ordering ul li span:after,
.resultsSection .propertyhive-ordering ul li label:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #ef833a;
  position: absolute;
}
.resultsSection .propertyhive-ordering ul li span.active:after,
.resultsSection .propertyhive-ordering ul li label.active:after {
  width: 100%;
}
.resultsSection .propertyhive-ordering ul li span {
  cursor: default;
}

.propertyhive-result-count {
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  padding: 0;
  font-weight: 500;
  color: black;
}
@media all and (max-width: 1000px) {
  .propertyhive-result-count {
    font-size: 25px;
  }
}
@media all and (max-width: 550px) {
  .propertyhive-result-count {
    font-size: 20px;
  }
}

.propertyhive-views {
  display: inline-flex;
  margin: 0;
  order: 2;
}
@media all and (max-width: 750px) {
  .propertyhive-views {
    order: 1;
    flex-shrink: 0;
  }
}
.propertyhive-views ul {
  margin: auto 0;
  padding: 0 0 0 30px;
}
@media all and (max-width: 750px) {
  .propertyhive-views ul {
    padding: 0;
  }
}
@media all and (max-width: 550px) {
  .propertyhive-views ul {
    width: 100%;
  }
}
.propertyhive-views ul li {
  display: inline-flex;
  height: 40px;
  background-color: transparent;
  vertical-align: top;
  border: 1px solid #ef833a;
  font-size: 14px;
  line-height: 38px;
  padding: 0 15px 0 40px;
}
@media all and (max-width: 550px) {
  .propertyhive-views ul li {
    width: 50%;
    text-align: center;
  }
}
.propertyhive-views ul li:first-child {
  border-radius: 0;
  background-image: url(assets/img/grid.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 15px center;
}
.propertyhive-views ul li:last-child {
  border-radius: 0;
  margin-left: -1px;
  background-image: url(assets/img/map.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left 15px center;
}
.propertyhive-views ul li.active {
  background-color: #ef833a;
}
.propertyhive-views ul li.active a {
  color: white;
}
.propertyhive-views ul li.active:first-child {
  background-image: url(assets/img/grid_active.svg);
}
.propertyhive-views ul li.active:last-child {
  background-image: url(assets/img/map_active.svg);
}
.propertyhive-views ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ef833a;
}

.propertyhive-ordering {
  order: 1;
}
.propertyhive-ordering select {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  padding-right: 40px;
  background: url(https://orinsen.com/wp-content/themes/Orinsen/images/search-dropdown-arrow.png) no-repeat right 20px center/16px white;
}

.propertyTop .propertyIntro .propertyTitle {
  display: flex;
  justify-content: space-between;
}
.propertyTop .propertyIntro .propertyTitle .availability {
  font-size: 40px;
  text-transform: uppercase;
  color: black;
}
@media all and (max-width: 550px) {
  .propertyTop .propertyIntro .propertyTitle .availability {
    font-size: 25px;
  }
}
.propertyTop .propertyIntro .propertyTitle .address {
  text-align: right;
}
.propertyTop .propertyIntro .propertyTitle .address h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}
@media all and (max-width: 550px) {
  .propertyTop .propertyIntro .propertyTitle .address h1 {
    font-size: 20px;
  }
}

.propertyContentGrid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 100px;
}
@media all and (max-width: 1200px) {
  .propertyContentGrid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}

.propertyButtons {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
@media all and (max-width: 550px) {
  .propertyButtons {
    padding: 20px 0;
  }
}
.propertyButtons .propertyInfo {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0 -15px;
}
.propertyButtons .propertyInfo li {
  padding: 0;
  margin: 0 15px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 750px) {
  .propertyButtons .propertyInfo li {
    font-size: 14px;
  }
}
@media all and (max-width: 550px) {
  .propertyButtons .propertyInfo li {
    font-size: 12px;
    padding: 5px 0;
  }
}
.propertyButtons .propertyInfo li.type {
  padding-left: 30px;
  background: url(assets/img/type.svg) no-repeat left top/20px;
}
.propertyButtons .propertyInfo li.size {
  padding-left: 35px;
  background: url(assets/img/size.svg) no-repeat left top/20px;
}
.propertyButtons .propertyInfo li.price {
  padding-left: 30px;
  background: url(assets/img/price.svg) no-repeat left top/20px;
}

.propertySection {
  padding: 50px 0;
}
@media all and (max-width: 550px) {
  .propertySection {
    padding: 30px 0;
  }
}
.propertySection h2 {
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media all and (max-width: 550px) {
  .propertySection h2 {
    font-size: 18px;
  }
}
.propertySection .features li {
  list-style-type: disc;
  list-style-position: inside;
}
.propertySection p, .propertySection li {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.4;
}

#property_map_canvas {
  margin: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

.areaTable {
  overflow-x: auto;
}
.areaTable table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  text-align: left;
}
@media all and (max-width: 550px) {
  .areaTable table {
    margin-bottom: 20px;
  }
}
.areaTable table tr {
  padding: 7px;
}
.areaTable table tr td {
  padding: 10px;
  color: #292623;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid #292623;
}
.areaTable table tr td:last-child {
  color: #ef833a;
  text-transform: uppercase;
}
.areaTable table tr td:last-child em {
  color: #292623;
}
.areaTable table tr:first-child td {
  color: #292623;
  font-size: 16px;
  text-transform: uppercase;
}

#street-view {
  height: 0;
  padding-bottom: 65%;
}

.enquiry-form {
  padding: 40px;
  background: rgba(239, 131, 58, 0.1);
  margin-top: 20px;
}
.enquiry-form h2 {
  padding: 0 0 20px 0;
}
.enquiry-form .gform_wrapper.gravity-theme .gfield label {
  display: none;
}
.enquiry-form .gform_wrapper.gravity-theme .gfield input[type=text],
.enquiry-form .gform_wrapper.gravity-theme .gfield input[type=email],
.enquiry-form .gform_wrapper.gravity-theme .gfield input[type=tel] {
  font-weight: 500;
}
.enquiry-form .gform_wrapper.gravity-theme .gfield input[type=text]::placeholder,
.enquiry-form .gform_wrapper.gravity-theme .gfield input[type=email]::placeholder,
.enquiry-form .gform_wrapper.gravity-theme .gfield input[type=tel]::placeholder {
  font-weight: 400;
}
.enquiry-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 150px;
  font-weight: 500;
}
.enquiry-form .gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
  font-weight: 400;
}
.enquiry-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 10px 0 0;
}
.enquiry-form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: black;
  color: white;
  border: none;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.enquiry-form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.enquiry-form .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.contactDetails {
  background: rgba(239, 131, 58, 0.1);
  padding: 40px;
}
.contactDetails h2 {
  padding: 0 0 20px 60px;
  background: url(https://orinsen.com/wp-content/uploads/2019/12/ORINSEN-mark-teal-50.png) no-repeat 0 0/30px;
}
.contactDetails h3, .contactDetails a {
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.contactDetails h3, .contactDetails p {
  font-size: 16px;
  line-height: 1.6;
}
.contactDetails .teamMember {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
}
.contactDetails .teamMember:not(:last-child) {
  margin: 0 0 20px;
}
.contactDetails .teamMember .img {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.15);
}

.propertyhive-pagination {
  display: flex;
  align-items: center;
  padding-top: 50px;
  justify-content: center;
}
.propertyhive-pagination .btn {
  background: transparent;
  border: 1px solid rgba(239, 131, 58, 0.5);
  color: #ef833a;
  margin-left: 10px;
}
.propertyhive-pagination .btn:hover {
  background: #ef833a;
  color: white;
  border-color: #ef833a;
}
.propertyhive-pagination .page-numbers {
  display: block;
  margin: 0;
}
.propertyhive-pagination .page-numbers .page-numbers {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.propertyhive-pagination .page-numbers .page-numbers:hover {
  background: rgba(239, 131, 58, 0.1);
}
.propertyhive-pagination .page-numbers .page-numbers.current {
  background: #ef833a;
  color: white;
  font-weight: 500;
}

.propertyhive-map-canvas-wrapper {
  height: auto !important;
}
.propertyhive-map-canvas-wrapper .propertyhive-map-canvas {
  height: 0;
  padding: 0 0 50%;
}
@media all and (max-width: 950px) {
  .propertyhive-map-canvas-wrapper .propertyhive-map-canvas {
    padding: 0 0 100%;
  }
}
@media all and (max-width: 750px) {
  .propertyhive-map-canvas-wrapper .propertyhive-map-canvas {
    padding: 0 0 150%;
  }
}
.propertyhive-map-canvas-wrapper .properties-map-popup {
  max-width: 400px;
  width: calc(100% - 30px);
  max-height: 220px;
  border: none !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.propertyhive-map-canvas-wrapper .properties-map-popup .title-close {
  background: transparent;
  top: 10px;
  right: 10px;
  padding: 0;
  position: absolute;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .title-close .close a {
  width: 12px;
  height: 12px;
  display: block;
  font-size: 0;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .title-close .close a:after {
  content: url(assets/img/close_grey.svg);
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties {
  max-width: none;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property {
  background: white;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
  display: grid;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .image {
  width: 100%;
  height: 100%;
  padding: 0 0 65%;
  float: none;
  border: none;
  position: relative;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .image .status {
  position: absolute;
  z-index: 10;
  background: #ef833a;
  color: white;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .image img {
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details {
  width: 100%;
  padding: 15px;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .address .propertyTitle {
  margin: 0 0 15px;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .address .propertyTitle .availability {
  text-transform: uppercase;
  font-weight: 700;
  color: #ef833a;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .address .propertyTitle h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: black;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyLocation {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: white;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyInfo {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 2px;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyInfo li {
  padding: 0;
  margin: 2px !important;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 600;
  flex-grow: 1;
  width: 100% !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyInfo li.type {
  padding-left: 20px;
  background: url(assets/img/type.svg) no-repeat left top/12px;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyInfo li.size {
  padding-left: 20px;
  background: url(assets/img/size.svg) no-repeat left top/12px;
}
.propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyInfo li.price {
  padding-left: 20px;
  background: url(assets/img/price.svg) no-repeat left top/12px;
}

.cta {
  background: rgba(41, 38, 35, 0.05);
  text-align: center;
  padding: 100px 0;
}

.cta, .propertyEnquire {
  padding: 75px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cta h2, .propertyEnquire h2 {
  margin: 0 0 50px;
}
.cta .gform_validation_errors,
.cta .gfield_validation_message, .cta .validation_message, .propertyEnquire .gform_validation_errors,
.propertyEnquire .gfield_validation_message, .propertyEnquire .validation_message {
  display: none !important;
}
.cta .gfield_error input, .propertyEnquire .gfield_error input {
  border: none !important;
  border-bottom: 1px solid red !important;
}
.cta .gform_fields, .propertyEnquire .gform_fields {
  grid-row-gap: 0 !important;
}
.cta .gform_fields #field_1_7, .cta .gform_fields #field_1_8, .cta .gform_fields #field_1_9, .propertyEnquire .gform_fields #field_1_7, .propertyEnquire .gform_fields #field_1_8, .propertyEnquire .gform_fields #field_1_9 {
  display: none;
}
.cta form, .propertyEnquire form {
  max-width: 600px;
  margin: auto;
}
.cta form textarea, .propertyEnquire form textarea {
  height: 60px !important;
}
.cta form input, .cta form textarea, .propertyEnquire form input, .propertyEnquire form textarea {
  padding: 20px !important;
}
.cta form .gform-footer, .propertyEnquire form .gform-footer {
  display: flex;
  flex-direction: column;
}
.cta form .gform-footer:before, .propertyEnquire form .gform-footer:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #ef833a;
  display: block;
  margin: 0 auto 20px;
}

.property-search-form.horizontal .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}

.property-search-form .custom-dropdown {
  position: relative;
  flex: 1 1 200px;
  min-width: 180px;
}
.property-search-form .custom-dropdown[data-name=location] .dropdown-options li:hover {
  color: #ef833a;
}

.autocomplete-results ul li {
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.custom-input.keyword-location {
  flex: 1 1 200px;
  min-width: 180px;
}
.custom-input.keyword-location label {
  display: none;
}
.custom-input.keyword-location input {
  white-space: nowrap;
  text-align: left;
  width: 100%;
  padding: 0;
  height: 35px;
  line-height: 1;
  font-weight: 400;
  appearance: none;
  position: relative;
  width: 100%;
  color: #292623;
  border: 0;
  border-bottom: 1px solid #292623;
  background: none;
  transition: all 0.5s;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  background: white;
}
.custom-input.keyword-location input:focus, .custom-input.keyword-location input:focus-visible {
  outline: none;
}

.dropdown-toggle {
  white-space: nowrap;
  text-align: left;
  width: 100%;
  padding: 0;
  height: 35px;
  line-height: 1;
  font-weight: 400;
  appearance: none;
  position: relative;
  width: 100%;
  color: #292623;
  border: 0;
  border-bottom: 1px solid #292623;
  background: none;
  transition: all 0.5s;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding-right: 40px;
  background: url(../img/arrow-dropdown.svg) no-repeat right center/10px white;
}

.dropdown-options {
  padding: 10px 0;
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 100%;
}
.dropdown-options li {
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown-options.radio-options {
  padding: 5px 0;
}
.dropdown-options.radio-options label {
  line-height: 16px;
  padding: 5px 10px;
}

.dropdown-options.show {
  display: block;
}

.dropdown-options li,
.dropdown-options label {
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
}

.double-selects {
  padding: 10px 0;
}

.double-selects label {
  display: flex;
  margin: 0;
  padding: 0 10px 10px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  flex-direction: column;
}
.double-selects label select {
  white-space: nowrap;
  text-align: left;
  width: 100%;
  padding: 5px 0;
  height: auto;
  line-height: 1;
  font-weight: 400;
  appearance: none;
  position: relative;
  width: 100%;
  color: #ef833a;
  border: 0;
  border-bottom: 1px solid #292623;
  background: none;
  transition: all 0.5s;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding-right: 40px;
  background: url(../img/arrow-dropdown.svg) no-repeat right center/10px white;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-actions button {
  width: auto;
  padding: 0 20px;
  height: 35px;
  line-height: 1;
  font-weight: 400;
  appearance: none;
  position: relative;
  width: 100%;
  color: white;
  border: 0;
  background: #ef833a;
  transition: all 0.5s;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

/* Hide default radio */
.custom-radio input[type=radio] {
  display: none;
}

/* Style the label box */
.custom-radio {
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  user-select: none;
}

/* Custom square */
.custom-radio span::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #292623;
  background: #fff;
}

/* When selected: orange box */
.custom-radio input[type=radio]:checked + span::after {
  background-color: #ef833a;
  border-color: #ef833a;
}

/* Make dropdown list scrollable */
.custom-dropdown[data-name=location] .dropdown-options {
  max-height: 100px;
  overflow-y: auto;
}

/* Custom scrollbar styles (Webkit browsers) */
.custom-dropdown[data-name=location] .dropdown-options::-webkit-scrollbar {
  width: 6px;
}

.custom-dropdown[data-name=location] .dropdown-options::-webkit-scrollbar-track {
  background: transparent;
}

.custom-dropdown[data-name=location] .dropdown-options::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

/* Firefox scrollbar */
@supports (scrollbar-color: auto) {
  .custom-dropdown[data-name=location] .dropdown-options {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }
}

/*# sourceMappingURL=updates.min.css.map */
