/* compiled by scssphp v0.0.12 on Thu, 31 Oct 2019 09:30:24 +1300 (0.1517s) */

/* Plan SCSS Document */
/* Street Names */
/* Enquiry Button */
.tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 90px;
}
a.tab-item {
  background: #000;
  border: 3px solid #000;
  color: #fff;
  padding: 10px 0px;
  width: 180px;
  box-sizing: border-box;
  min-width: 15%;
  text-align: center;
  margin: 4px;
}
a.tab-item.on, a.tab-item:hover {
  background: #fff;
  color: #000;
}
.plan-holder {
  padding-bottom: 40px;
}
.plan-holder .plan-description {
  float: left;
  width: 16%;
  margin-right: 4%;
  padding-top: 20px;
}
.plan-holder .plan-map {
  float: left;
  width: 60%;
  position: relative;
}
.plan-holder .plan-map .street-name-left {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
}
.plan-holder .plan-map .street-name-bottom {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.plan-map svg {
  display: block;
  width: 100%;
  z-index: 10;
  position: relative;
}
.plan-map g text {
  fill: #fff;
  font-size: 50px;
  font-weight: 600;
  text-anchor: middle;
  text-transform: uppercase;
}
.plan-map g text.sub-text {
  fill: #fff;
  font-size: 38px;
  font-weight: 600;
  text-anchor: middle;
  text-transform: capitalize;
}
.plan-map polyline, .plan-map polygon {
  fill: #ccc;
  fill-opacity: 1;
  stroke: #808080;
  stroke-width: 2;
  stroke-opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}
.plan-map polyline:after, .plan-map polygon:after {
  padding: 2px;
  display: none;
  position: relative;
  top: -20px;
  right: -30px;
  width: 150px;
  text-align: center;
  background-color: #fef4c5;
  border: 1px solid #d4b943;
  border-radius: 2px;
}
.plan-map polyline:hover:after, .plan-map polygon:hover:after {
  display: block;
}
.plan-map polyline:after, .plan-map polygon:after {
  content: attr(title);
}
.plan-map polyline.under-construction, .plan-map polygon.under-construction {
  fill: #dcd098;
}
.plan-map polyline.available, .plan-map polygon.available {
  fill: #0ab90a;
}
.plan-map polyline.sold, .plan-map polygon.sold {
  fill: #d02c2c;
}
.plan-map polyline.under-contract, .plan-map polygon.under-contract {
  fill: #ff5722;
}
.plan-map polyline.kiwibuild, .plan-map polygon.kiwibuild {
  fill: #00a4c2;
}
.plan-map polyline.under-construction:hover, .plan-map polygon.under-construction:hover, .plan-map polyline.available:hover, .plan-map polygon.available:hover, .plan-map polyline.kiwibuild:hover, .plan-map polygon.kiwibuild:hover {
  fill: #000;
  stroke: #000;
  fill-opacity: 1;
  transform-origin: 50% 50%;
  cursor: pointer;
  z-index: 9999;
}
.plan-map #kiwibuildlogos path {
  pointer-events: none;
}
.plan-map #kiwibuildlogos path:hover, .plan-map #kiwibuildlogos path:focus {
  cursor: pointer;
}
.plan-map polyline.on, .plan-map polygon.on {
  fill: #222;
  stroke: #222;
}
.plan-holder .plan-legend {
  float: right;
  width: 16%;
  font-size: 0.9em;
  padding-top: 40px;
}
.plan-holder .plan-legend .plan-legend-item {
  display: block;
  padding-left: 20px;
  position: relative;
}
.plan-holder .plan-legend .plan-legend-item:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 12px;
  height: 12px;
}
.plan-holder .plan-legend .plan-legend-item.not-available:before {
  background-color: #ccc;
}
.plan-holder .plan-legend .plan-legend-item.under-construction:before {
  background-color: #dcd098;
}
.plan-holder .plan-legend .plan-legend-item.available:before {
  background-color: #0ab90a;
}
.plan-holder .plan-legend .plan-legend-item.sold:before {
  background-color: #d02c2c;
}
.plan-holder .plan-legend .plan-legend-item.under-contract:before {
  background-color: #ff5722;
}
.plan-holder .plan-legend .plan-legend-item.kiwibuild:before {
  background-color: #00a4c2;
}
.property-popup {
  display: block;
  max-width: 460px;
  padding: 40px 40px 80px;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.property-popup h2 {
  font-size: 25px;
}
.property-popup h5 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 18px 11px;
}
.property-popup p {
  font-weight: 300;
}
.property-popup h5.not-available {
  background-color: #ccc;
}
.property-popup h5.under-construction {
  background-color: #dcd098;
}
.property-popup h5.available {
  background-color: #0ab90a;
}
.property-popup h5.sold {
  background-color: #d02c2c;
}
.property-popup h5.available.kiwibuild-ground {
  background-color: #00a4c2;
}
.property-popup h5.available.kiwibuild-1st-floor {
  background-color: #00a4c2;
}
.property-popup h5.available.kiwibuild-2nd-floor {
  background-color: #2ab573;
}
.property-popup .property-popup-image {
  display: block;
  position: relative;
  min-height: 38px;
  background-color: #f7f7f7;
}
.property-popup .property-popup-image img {
  vertical-align: middle;
}
.property-popup .property-popup-details {
  display: block;
  position: relative;
  min-height: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.property-popup .property-popup-details .detail-with-icon {
  display: inline-block;
  padding: 0px 16px 0 0;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.property-popup .property-popup-details .detail-with-icon + .detail-with-icon {
  border-left: 1px solid #e8e8e8;
  padding-left: 16px;
}
.property-popup .property-popup-details .detail-with-icon .fas {
  color: #666;
  margin-right: 6px;
}
.property-popup .property-popup-buttons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.property-popup .property-popup-buttons a {
  display: inline-block;
  padding: 20px 40px;
}
.property-popup .property-popup-buttons a.more-button {
  font-size: 0.9em;
  position: relative;
}
.property-popup .property-popup-buttons a.more-button:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 1px;
  background-color: #e8e8e8;
}
.property-popup .property-popup-buttons a.more-button .far {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 4px;
  margin-top: 2px;
}
.property-popup .property-popup-buttons a.more-button:hover .far {
  transform: translate(10px, 0px);
}
.property-popup .property-popup-buttons a.enquire-button {
  float: right;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}
.property-popup .property-popup-buttons a.enquire-button:hover {
  background-color: #222;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.01;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.property-intro {
  color: #fff;
  background-color: #484848;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.property-intro .wrap {
  text-align: left;
}
.property-intro .property-intro-inner {
  display: inline-block;
  width: 50%;
  max-width: 544px;
  font-weight: 300;
  padding: 80px 100px;
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.property-intro-inner h1 {
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 0;
}
.property-intro-inner h2 {
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 0;
  font-weight: 400;
}
.property-intro-inner a.back-button {
  display: inline-block;
  color: #fff;
  margin-top: 18px;
}
.property-intro-inner a.back-button .far {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 4px;
  margin-top: 4px;
}
.property-intro-inner a.back-button:hover .far {
  transform: translate(-10px, 0px);
}
#property-container .wrap > .content {
  padding-top: 0px;
}
.property-details {
  display: block;
  position: relative;
  font-weight: 600;
  margin-bottom: 50px;
}
.property-details .property-details-left {
  float: left;
  width: 20%;
  margin-right: 5%;
  text-align: left;
}
.property-details .property-details-left .property-stats {
  display: block;
  padding: 0 0 30px 0;
}
.property-details .property-item span:last-of-type {
  float: right;
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  line-height: 40px;
}
.property-details .detail-with-icon {
  display: inline-block;
  padding: 0px 15px 0 0;
  line-height: 40px;
  margin-bottom: 15px;
  min-width: 120px;
  border-bottom: 1px solid #e8e8e8;
}
.property-details .property-item .detail-with-icon + .detail-with-icon {
  padding-left: 24px;
}
.property-details .detail-with-icon .fas {
  color: #666;
  margin-right: 6px;
}
.property-details .disclaimer {
  padding: 30px 0;
}
.property-details .property-details-right {
  float: right;
  width: 70%;
}
.buttons-holder {
  max-width: 540px;
}
.buttons-holder a.enquire-button {
  display: block;
  font-size: 1.1em;
  line-height: 70px;
  text-transform: uppercase;
  padding: 0px 40px 0 40px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Colours */
  float: left;
}
.buttons-holder a.enquire-button:hover {
  background: #fff;
  color: #000;
}
.buttons-holder a.back-button {
  display: block;
  font-size: 1.1em;
  line-height: 70px;
  text-transform: uppercase;
  padding: 0px 40px 0 40px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Colours */
  float: right;
}
.buttons-holder a.back-button:hover {
  background: #000;
  color: #fff;
}
.property-details h5 {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
  padding: 0px 40px;
  min-width: 130px;
  text-align: center;
}
.property-details h5.not-available {
  background-color: #ccc;
}
.property-details h5.under-construction {
  background-color: #dcd098;
}
.property-details h5.available {
  background-color: #0ab90a;
}
.property-details h5.sold {
  background-color: #d02c2c;
}
.kiwibuild-ground + .content-container .property-details h5.available {
  background-color: #00a4c2;
}
.kiwibuild-first-floor + .content-container .property-details h5.available {
  background-color: #00a79d;
}
.kiwibuild-second-floor + .content-container .property-details h5.available {
  background-color: #2ab573;
}
.property-photos a {
  float: left;
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 24px;
}
.property-photos a:nth-child(4n+4) {
  margin-right: 0%;
}
.property-photos a img {
  vertical-align: middle;
  /* This hides the buttons on regular, non-kiwibuild details pages */
}
#property-top-container .wrap > .buttons-holder {
  display: none;
  /* This shows the buttons on the kiwibuild details pages */
}
.kiwibuild-details.wrap > .buttons-holder {
  display: block;
  /* Ground floor hover colours */
}
.kiwibuild-details .property-intro-inner {
  float: left;
  max-width: 80%;
}
.kiwibuild-details .buttons-holder {
  float: right;
  max-width: 20%;
}
.buttons-holder .enquire.button, .buttons-holder .back.button {
  position: relative;
  float: right;
  width: 100%;
  text-align: center;
  border: none;
  background-color: #fff;
  margin-top: 12px;
  z-index: 100;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Ground floor buttons */
}
.kiwibuild-ground .buttons-holder .enquire.button, .kiwibuild-ground .buttons-holder .back.button {
  color: #01b3d4;
}
.kiwibuild-ground .buttons-holder .enquire.button:hover, .kiwibuild-ground .buttons-holder .back.button:hover {
  color: #fff;
  /* First floor buttons */
}
.firstfloor-ground .buttons-holder .enquire.button, .firstfloor-ground .buttons-holder .back.button {
  color: #00c1b6;
}
.firstfloor-ground .buttons-holder .enquire.button:hover, .firstfloor-ground .buttons-holder .back.button:hover {
  color: #fff;
  /* Second floor buttons */
}
.secondfloor-ground .buttons-holder .enquire.button, .secondfloor-ground .buttons-holder .back.button {
  color: #29d483;
}
.secondfloor-ground .buttons-holder .enquire.button:hover, .secondfloor-ground .buttons-holder .back.button:hover {
  color: #fff;
}
.buttons-holder .enquire.button {
  margin-top: 0;
}
.buttons-holder .enquire.button:before, .buttons-holder .back.button:before {
  z-index: -5;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 3px;
  background-color: #fff;
  /* Ground floor  */
}
.kiwibuild-ground .buttons-holder .enquire.button:before, .kiwibuild-ground .buttons-holder .back.button:before {
  color: #01b3d4;
  /* First floor  */
}
.kiwibuild-first-floor .buttons-holder .enquire.button:before, .kiwibuild-first-floor .buttons-holder .back.button:before {
  color: #00c1b6;
  /* Second Floor  */
}
.kiwibuild-second-floor .buttons-holder .enquire.button:before, .kiwibuild-second-floor .buttons-holder .back.button:before {
  color: #29d483;
}
.buttons-holder .enquire.button:after, .buttons-holder .back.button:after {
  z-index: -2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: ease 0.15s;
  border-radius: 3px;
  width: 0;
}
.kiwibuild-ground .buttons-holder .enquire.button:after, .kiwibuild-ground .buttons-holder .back.button:after {
  background-color: #028ba5;
}
.kiwibuild-first-floor .buttons-holder .enquire.button:after, .kiwibuild-first-floor .buttons-holder .back.button:after {
  background-color: #00867e;
}
.kiwibuild-second-floor .buttons-holder .enquire.button:after, .kiwibuild-second-floor .buttons-holder .back.button:after {
  background-color: #1f9c61;
}
.buttons-holder .enquire.button:hover:after, .buttons-holder .back.button:hover:after {
  right: 0;
  width: 100%;
}
.kiwibuild-main-details {
  float: right;
  width: 70%;
  font-weight: 300;
  font-size: 14px;
}
.sub-header {
  font-weight: 300;
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 24px;
  border-radius: 3px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.kiwibuild-ground + .container-main .sub-header {
  background-color: #00a4c2;
}
.kiwibuild-first-floor + .container-main .sub-header {
  background-color: #00a79d;
}
.kiwibuild-second-floor + .container-main .sub-header {
  background-color: #2ab573;
}
.content .kiwibuild-main-details > p {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* 

Center Button - Same Code from Atlas Property - Courtesy of ZQ

.button-center {
display:inline-block;
position:relative;
left:50%;
transform:translateX(-50%);
}

	.button-center a,
	a.button.center {
	display:inline-block;
	float:none;
	margin:0 auto;
	text-align:center;
	padding:10px 40px;
	border-radius:3px;
	color:#fff;
	position:relative;
	z-index:100;
	@include border-box();
	}

	.button-center a:before,
	a.button.center:before {
	z-index: -5;
	content: "";
	position: absolute;
	background-color: #a37f74;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 3px;
	}

	.button-center a:after,
	a.button.center:after {
	z-index: -2;
	content: "";
	position: absolute;
	background-color: #002e5d;
	top: 0;
	left: 0;
	bottom: 0;
	transition: ease-in 0.25s;
	border-radius: 3px;
	width: 0;
	}

		.button-center a:hover:after,
		a.button.center:hover:after {
		right: 0;
		width: 100%;
		}
*/
  /* Media Queries */
}
@media screen and (max-width: 1100px) {
  .plan-holder .plan-map .street-name-left {
    left: 190px;
  }
}
@media screen and (max-width: 1000px) {
  .property-details .detail-with-icon {
    padding: 0px 16px 0 0;
  }
  .property-details .detail-with-icon + .detail-with-icon {
    padding-left: 16px;
  }
  .plan-holder .plan-map .street-name-left {
    left: 25%;
  }
}
@media screen and (max-width: 900px) {
  .circle.img-right {
    float: right;
    max-width: 32%;
  }
}
@media screen and (max-width: 800px) {
  .plan-holder .plan-description {
    float: left;
    width: 100%;
    margin-right: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .plan-holder .plan-map {
    float: right;
    width: 95%;
  }
  .plan-holder .plan-legend {
    float: left;
    width: 100%;
    padding-top: 40px;
  }
  .property-intro .property-intro-inner {
    width: 100%;
    max-width: none;
    font-weight: 300;
    padding: 40px 50px 30px;
  }
  .property-intro.with-background .property-intro-inner {
    margin-top: 300px;
  }
  .property-intro-inner a.back-button {
    margin-top: 38px;
  }
  .property-details a.enquire-button {
    position: absolute;
    top: -78px;
    right: 0px;
    color: #fff;
    border-left: none;
  }
  .property-details a.enquire-button:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 1px;
    background-color: #616161;
  }
  .property-details .property-details-left {
    width: 100%;
  }
  .property-details .property-details-right {
    width: 100%;
  }
  .property-details h5 {
    display: block;
    width: 25%;
    margin: 0 auto;
  }
  .disclaimer {
    text-align: center;
  }
  .buttons-holder {
    width: 100%;
    max-width: none;
  }
  .property-details .property-details-left .property-stats {
    width: 80%;
    margin: 0 auto;
  }
  .property-details .property-details-left .property-stats .property-item {
    width: 50%;
    float: left;
    margin-right: 0;
    text-align: center;
  }
  .property-details .property-details-left .property-stats .property-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .property-details .property-details-left .property-stats .property-item:nth-last-child(2) {
    width: 100%;
    text-align: center;
  }
  .plan-holder .plan-map .street-name-left {
    left: 32%;
  }
}
@media screen and (max-width: 640px) {
  .circle.img-right {
    float: right;
    max-width: 32%;
    border-radius: 0;
  }
  .kiwibuild-page .container-main-top .content h1 {
    text-align: left;
  }
  .kiwibuild-page .container-main-top .content p {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .property-intro .property-intro-inner {
    padding: 30px 30px;
  }
  .property-details {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .property-details .property-details-left {
    width: 100%;
  }
  .property-details .property-details-right {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .property-details a.enquire-button {
    position: relative;
    top: auto;
    right: auto;
    color: #000;
    line-height: 50px;
    border-left: none;
    padding: 0 20px;
  }
  .property-details a.enquire-button:before {
    display: none;
  }
  .property-details h5 {
    top: auto;
    bottom: 30px;
    line-height: 50px;
    padding: 0px 30px;
  }
  .property-photos a {
    width: 48%;
    margin-right: 4%;
    margin-top: 24px;
  }
  .property-photos a:nth-child(4n+4) {
    margin-right: 0%;
  }
  .property-photos a:nth-child(2n+2) {
    margin-right: 0%;
  }
  .plan-holder .plan-map .street-name-left {
    left: -40px;
    right: 0;
  }
  .plan-holder .plan-map .street-name-bottom {
    bottom: -30px;
  }
  .buttons-holder a {
    display: block;
    float: none !important;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 520px) {
  .property-details .property-details-left .property-stats .property-item {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .property-details .property-details-left .property-stats .property-item:nth-last-child(2) {
    font-weight: bold;
  }
}
@media screen and (max-width: 440px) {
  .property-popup {
    padding: 20px 20px 60px;
  }
  .property-popup .mfp-close {
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  .property-popup h5 {
    right: auto;
    left: 0px;
  }
  .property-popup .property-popup-details {
    font-size: 0.8em;
  }
  .property-popup .property-popup-details .detail-with-icon {
    padding: 0px 10px 0 0;
  }
  .property-popup .property-popup-details .detail-with-icon + .detail-with-icon {
    padding-left: 10px;
  }
  .property-popup .property-popup-buttons a {
    padding: 14px 20px;
  }
  .property-popup .property-popup-buttons a.more-button {
    padding-right: 0px;
  }
  .property-intro .property-intro-inner {
    padding: 20px 20px;
  }
  .property-details {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .property-details .property-details-left {
    font-size: 0.9em;
    font-weight: 400;
  }
  .property-details .detail-with-icon {
    padding: 0px 8px 0 0;
  }
  .property-details .detail-with-icon + .detail-with-icon {
    padding-left: 8px;
  }
  .property-details a.enquire-button {
    font-size: 1em;
    padding: 0 20px;
  }
  .property-details h5 {
    padding: 0px 20px;
  }
}
