/*
Theme Name: The Network Theme
Theme URI: https://thenetwork.co.nz/
Author: Vimukthi Jayabahu
Author URI: https://vimu.dev/
Description: The Network Theme
Version: 1.1.4
Text Domain: the-network-theme
*/

* {
  box-sizing: border-box;
}

html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

blockquote::before,
blockquote::after {
  content: "";
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

fieldset {
  border: 0.2rem solid #dcd7ca;
  padding: 2rem;
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}

label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
}

input,
textarea {
  border-color: #dcd7ca;
  color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {
  direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1rem;
  margin: 0;
  max-width: 100%;
  padding: 1rem 1.3rem;
  width: 100%;
}

input[type="number"] {
  padding-right: 0.5rem;
}

select {
  font-size: 1em;
}

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

input:-ms-input-placeholder {
  line-height: normal;
}

input::-moz-placeholder {
  line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}

.property-grid-content-section {
  margin-right: -15px;
  margin-left: -15px;
}

.property-grid {
  display: flex;
  flex-flow: row wrap;
}

.property-grid .property-card {
  width: 100%;
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.property-sliders {
  width: 100%;
}
.property-sliders .property-card {
  max-width: 800px;
}

@media (min-width: 576px) {
  .property-grid .property-card {
    width: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 992px) {
  .property-grid .property-card {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
}
.property-grid .property-card.hidden {
  display: none;
}
.property-card-inner {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.property-card-inner .image {
  position: relative;
}
.property-card-inner .image .price {
  line-height: 11px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  padding: 3px 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 17px;
  right: 20px;
}
.property-card-inner a {
  color: #222222;
}
.property-card-inner-overview {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
}
.property-sliders .property-card-inner-overview-header-address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.property-card-inner-overview-footer {
  display: flex;
  justify-content: space-between;
}
.property-card-inner-overview-footer-icons {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.property-card-inner-overview-footer-icons .icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.property-card-inner-overview-footer-icons .icon svg {
  height: 22px;
}
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
}
.property-grid-content-filter .filter-buttons button {
  border-color: transparent;
  padding: 20px;
  width: auto;
  min-width: 150px;
  text-align: center;
  background-color: #ebebeb;
  line-height: 14px;
  white-space: nowrap;
  color: #222222;
  margin: 0;
  outline: none;
  border-width: 0;
}
@media (max-width: 575px) {
  .filter-buttons button {
    width: 100%;
    flex-basis: 100%;
  }
}
.filter-buttons button.selected {
  background-color: #ffffff;
}
.property-single {
  --display: flex;
}
.property-single-overview-content {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: flex-end;
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 800px;
}
@media (max-width: 576px) {
  .property-single-overview-content {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .property-single-overview-content > div {
    flex-basis: 50%;
    width: 50%;
  }
}
.property-single-overview-content .icons {
  display: flex;
}
.property-single-overview-content .icons .icon {
  flex: 1;
  text-align: center;
}
.property-single-overview-content .icons .icon svg {
  width: 50px;
}
.property-single-overview-content .icons .icon span {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  min-width: 75px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-single-overview-content .address {
  text-align: center;
}
.property-single-overview-content .price {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0;
  text-align: center;
  margin-top: 15px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}
.property-single-content-section {
  word-break: break-word;
  padding: 20px 0 80px;
}
.property-single-content-section .title {
  text-align: center;
}
/* Open Homes */
.property-single-open-home-section {
  text-align: center;
}
.single-property-content-open-homes {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-property-content-open-home {
  border: 2px solid #595959;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.single-property-content-open-home .day {
  font-size: 50px;
}
.single-property-content-open-home-footer {
  border-top: 2px solid #595959;
  padding: 10px;
  margin-top: 10px;
}
.single-property-content-open-home-header {
  border-bottom: 2px solid #595959;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* Download Documents Popup */
.property-documents h3 {
  text-align: center;
}
.property-documents .form-group {
  margin-bottom: 20px;
}
.property-documents .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
}
.property-documents label {
  display: block;
}
.property-documents .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.property-documents .submit-button .button-loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: none;
}
.property-documents .submit-button .button-loader svg {
  position: absolute;
  height: 28px;
  width: 28px;
  top: -5px;
  right: 0;
}
.property-documents .download-all {
  text-align: center;
}
.form-group-error {
  display: none;
  color: rgb(224, 63, 1);
  font-size: 14px;
}
.form-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: none;
}
.form-group.has-error .form-group-error {
  display: block;
}

.property-documents .form-group.has-error .form-control {
  border-color: rgb(224, 63, 1) !important;
}
.property-documents table,
.property-documents table tr,
.property-documents table td {
  border: none;
}
.property-documents table thead td {
  font-weight: 900;
}
.property-documents table td.download-button-column {
  text-align: center;
  max-width: 75px;
}
.property-documents table {
  border-spacing: 0 5px;
  border-collapse: separate;
  width: 100%;
}
.property-documents table td {
  vertical-align: middle;
  line-height: 25px;
  padding: 5px;
}
.property-documents table tr.document-type td.document-type-title {
  font-weight: 500;
}
.property-documents-step-2 {
  display: none;
}
@media screen and (max-width: 520px) {
  .property-documents table thead {
    display: none;
  }
  .property-documents table tr,
  .property-documents table td {
    display: block;
    padding: 0;
  }
  .property-documents table tr.document-type {
    border-top: 10px solid transparent;
  }
  .property-documents table tr.document-type,
  .property-documents table tr {
    border-bottom: 7px solid transparent;
  }
  .property-documents table tr.document-type td.document-type-title {
    padding-bottom: 5px;
  }
}
/* end of property documents */
#property-slider {
  position: relative;
}
#property-slider .splide__slide > img {
  max-height: 90vh;
  object-fit: cover;
}
.property-gallery {
  width: 100%;
  height: 100%;
  max-height: 90vh;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 33.33%);
}
.property-gallery-image {
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.property-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-gallery-image:hover img {
  filter: grayscale(100%) opacity(0.8);
  transition: filter 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.property-slider-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.property-slider-controls ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 8px 20px;
  gap: 10px;
  grid-column-gap: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #555b62;
  border-radius: 20px;
  background-color: rgba(26, 29, 34, 0.9);
  backdrop-filter: blur(5px);
}
.property-slider-controls li {
  flex-grow: 1;
  flex-basis: 0;
  padding-bottom: 0;
}
.property-slider-controls a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 12px;
  gap: 5px;
  border: none;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  grid-column-gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #ededed;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}
.property-slider-controls a:hover {
  background-color: rgba(123, 147, 188, 0.9);
  color: #fff;
}
@media screen and (max-width: 520px) {
  .property-slider-controls {
    position: relative;
    bottom: 0;
    padding: 10px 0;
  }
}
.splide__track--fade>.splide__list>.splide__slide {
	padding-bottom: 0;
}
/* Contact Form 7 styles */
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
}

/* Property Counter */
.property-count-section {
  display: flex;
}
.property-count-section > div {
  text-align: center;
  flex: 1;
}
.elementor-motion-effects-layer {
  transition: none !important;
}

/* Property Agents */
.property-single-agent {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
.property-single-agents {
  max-width: 1000px;
}
.property-single-agents .property-single-agent-image {
  max-width: 400px;
}
.property-single-agents .property-single-agent-content {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1em;
}
.property-single-agents .property-single-agent-content a {
  display: block;
  color: inherit;
}
.property-single-agents .property-single-agent-content .property-single-agent-name {
  font-size: 1.5em;
  font-weight: 600;
}
.property-single-agents .property-single-agent-content .property-single-agent-job-title {
  font-size: 1em;
  font-weight: 400;
}
.property-single-agents .property-single-agent-content .property-single-agent-view-profile {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #595959;
  border-radius: 0.3em;
  color: #fff;
}
.agent-grid {
  display: flex;
  flex-flow: row wrap;
}

.agent-grid .agent-card {
  width: 100%;
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .agent-grid .agent-card {
    width: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 992px) {
  .agent-grid .agent-card {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
}
.agent-card-inner-overview-header-contact-info {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.agent-card-inner-overview-header-contact-info-item a {
  color: inherit;
}
.agent-card-inner-overview-header-contact-info p {
  margin-bottom: 0;
}