/*** Pagination Overide Styling **/
.propertyhive-info {
  margin-top: 40px;
}
.propertyhive-pagination {
  text-align: center;
  margin: 15px 0px 15px 0px;
  float: left;
  width: 100%;
}
.propertyhive-pagination ul li {
  font-weight: 600;
  display: inline;
  font-size: 15px;
  padding: 0 0 0 10px;
  position: relative;
}

.propertyhive-pagination ul li span {
  display: inline-block;
  width: 35px;
  border-radius: 100%;
  height: 35px;
  line-height: 35px;
  background: var(--primary);
  color: var(--white);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.propertyhive-pagination ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  line-height: 35px;
  background: var(--medium-grey-dark);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-top: 10px;
  font-weight: 600;
  color: white;
}

/** Property count **/
.propertyhive-result-count {
  width: 33%;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding-left: 10px;
}
.propertyhive-views {
  display: flex;
  justify-content: center;
}
.propertyhive-views ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.property-add-ons-list p {
  font-size: 12px;
}
.propertyhive-ordering {
  width: 250px;
  justify-self: end;
}
.propertyhive-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--white) url(../icons/select-arrow.png) no-repeat;
  background-position: 95% 55%;
  background-size: 10px;
  border: 0px;
  height: 45px;
  font-size: 13px;
  border-radius: 0;
  text-transform: capitalize;
  width: 100%;
  background-color: var(--medium-grey);
  padding: 8px 24px 8px 12px;
  color: var(--text);
}
.propertyhive-views ul li a {
  display: flex;
  position: relative;
  padding: 0;
  font-size: 13px;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  color: var(--secondary);
}
.propertyhive-views ul li {
  display: flex;
  align-items: center;
  color: var(--secondary);
  background: var(--medium-grey);
  padding: 8px 12px;
  margin-right: 2px;
  width: 125px;
  justify-content: center;
  margin-bottom: 0;
}
.propertyhive-views ul li a:after {
  position: relative;
  top: 7px;
  right: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  color: var(--white);
  font-size: 24px !important;
}
.propertyhive-views ul li.active {
  background: var(--primary);
}
.propertyhive-views ul li.active a {
  color: white;
}

.propertyhive-map-canvas-wrapper {
  clear: both;
  transform: translateY(60px);
}
.switch-view {
  display: flex;
  align-items: center;
  background: var(--medium-grey);
  padding: 8px 12px;
  margin-right: 2px;
  justify-content: center;
  margin-bottom: 0;
  color: var(--secondary);
}
.switch-view a {
  display: flex;
  position: relative;
  padding: 0;
  font-size: 14px;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.ordering-view {
  display: flex;
  margin-top: 32px;
  height: 42px;
  justify-content: space-between;
}
/** Property count End**/

.form_margin {
  margin-top: 50px;
}
.search_block {
  background-color: #d2d6d7;
}

body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  .control {
  vertical-align: middle;
  padding-left: 0px;
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  .control.search-button {
  padding-right: 0px;
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside {
  padding: 16px 0px 20px 0px;
  background-color: var(--medium-grey);
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  div
  label,
.pp_default .pp_content_container form div label {
  display: none;
  font-size: 14px !important;
  color: #747474;
  line-height: 20px;
  font-weight: 600;
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  div
  input,
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  div
  select {
  height: 40px;
  border: 0;
  border-radius: 0 !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
  color: var(--text-light);
  background: var(--white);
  width: 100%;
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  div
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: var(--white) url(../icons/select-arrow.png) no-repeat;
  background-position: 96% 50%;
  background-size: 8px;
  outline: none;
  margin-bottom: 0;
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  div.control-department
  input,
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  div.control-exclude
  input {
  height: auto;
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  input[type="submit"] {
  width: 100% !important;
  border: 0;
  border-radius: var(--radius) !important;
  background: var(--primary);
  line-height: 24px;
  text-transform: uppercase;
  outline: none;
  color: var(--white);
  cursor: pointer;
  height: 40px;
  max-width: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
}
body.post-type-archive.post-type-archive-property
  form.property-search-form-inside
  input[type="submit"]:hover {
  background-color: var(--secondary) !important;
}
.control-department label {
  margin-right: 10px;
}
.search-properties {
  margin-top: 0px;
  background-color: var(--medium-grey);
}
.ordering-view {
  display: flex;
}
.filter-properties-department {
  display: flex;
  justify-content: center;
}

.filter-button {
  width: 105px;
  height: 45px;
  background: var(--medium-grey);
  color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.filter-button:hover {
  color: var(--secondary);
}

.filter-button.active {
  background: var(--secondary);
  color: white;
}

.filter-properties-container {
  display: flex;
  gap: 2px;
  margin-top: 20px;
  justify-content: center;
  background: white;
  padding: 6px;
}

@media screen and (min-width: 992px) {
  .filter-properties-container {
    display: none;
  }
}
/** Refine Search **/
#show-hidden-menu {
  cursor: pointer;
  display: none;
}
.refine-results h3 {
  font-weight: 300;
  font-size: 14px;
  margin: 0px;
  width: 100%;
  margin-left: 12px;
}
.refine-results {
  display: flex;
  align-items: center;
  height: 50px;
}
/** Refine Search End**/
#search_block {
  position: relative;
  max-width: 1540px;
  width: 100%;
  margin: auto;
}

.inside_address_keyword input {
  width: 100%;
}

/* List of properties Home
================================================== */
.page-info-title {
  font-size: 32px;
  color: var(--text-light);
  font-weight: 500;
  margin: 0px;
  letter-spacing: 0.5px;
  line-height: 45px;
}
.page-inner-sales-section {
  padding: 40px 0px 20px 0px;
  position: relative;
  background: var(--medium-grey);
}
/* .page-info h1 {
  color: var(--white);
} */
.view-properties-container {
  margin: 20px auto;
}
.view-all-properties:hover {
  text-decoration: underline;
}
.view-all-properties {
  color: var(--text);
  margin-right: 0px;
  margin-top: 22px;
  border-radius: var(--radius);
  width: 300px;
  min-width: 300px;
  border: none;
  padding: 16px 22px;
  margin: auto;
  font-weight: 500;
  background-color: unset;
  display: flex;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 1.75px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}

.grid-img-home {
  position: relative;
  max-height: 370px;
  overflow: hidden;
  height: 370px;
}

.grid-img-home img {
  vertical-align: middle;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.grid-img-home img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.grid-img-list {
  display: none;
}
.grid-content-home {
  padding: 20px 0px;
}
.grid-content-home .feature-info-home h4 {
  font-size: 19px;
  text-transform: capitalize;
  color: var(--primary);
  margin: 2px 0;
  height: 23px;
  overflow: hidden;
  font-weight: 400;
}

.grid-content-inner .property-archive-address {
  margin-top: 6px;
  margin-bottom: 0;
  font-family: "open sans";
  font-size: 19px;
  font-weight: 400;
  color: var(--titles);
}

.property-archive-price {
  font-size: 24px;
  margin: 6px 0 6px;
  color: var(--primary);
}
.property-archive-title {
  display: flex;
  justify-content: space-between;
}

.grid-content-inner .property-single-description {
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.feature-info-home h4 {
  height: 50px;
}

.grid-content-home h5 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
  color: var(--secondary);
}
.grid-box-home {
  transform: translateY(-6px);
}

.grid-availability {
  position: absolute;
  bottom: 0px;
  padding: 5px 0 0 18px;
  min-width: 143px;
  height: 35px;
  font-size: 18px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--white);
  top: 3px;
  border-bottom-right-radius: 11px;
  border-top-right-radius: 11px;
}

.owl-carousel-property-list,
.owl-carousel-featured {
  padding-top: 40px;
}

/* Property Hive
================================================== */

#container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.grid-img {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.grid-img img {
  vertical-align: middle;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 275px;
}
.grid-img a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.grid-content {
  background: var(--primary);
  padding: 20px 20px;
}
.grid-content .feature-info h4 {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--white);
  margin: 0;
  height: 48px;
  overflow: hidden;
}

.grid-content-inner {
  display: flex;
  flex-direction: column;
  /* min-height: 145px; */
}
.grid-box {
  padding: 60px 10px 0;
  height: 100%;
}

.grid-availability {
  position: absolute;
  bottom: 0px;
  padding: 5px 0 0 18px;
  min-width: 143px;
  height: 35px;
  font-size: 18px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--white);
  top: 3px;
  border-bottom-right-radius: 11px;
  border-top-right-radius: 11px;
}
.property-types {
  padding: 0px;
  margin: 0;
  margin-top: auto;
  min-height: 34px;
}
.property-types li:first-child {
  margin-left: 0;
}
.property-types li {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
  color: var(--titles);
}

.property-types li span {
  margin: 11px 7px 0 0px;
  font-size: 18px;
}

.grid-box-card {
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
  height: 100%;
}

.grid-content {
  background: unset;
}

.grid-content .feature-info h4 {
  color: var(--primary);
}

.grid-content h5 {
  color: var(--primary);
}
.property-excerpt {
  height: 110px;
  overflow: hidden;
}
.quick-links-results,
.property-excerpt p {
  text-align: left !important;
}
.list-view .property-excerpt {
  height: unset;
}
.property-excerpt p {
  text-align: left;
  font-size: 13px;
  margin-bottom: 8px;
  overflow: hidden;
  max-height: 75px;
}
.grid-box-card .property-excerpt p:empty {
  display: none;
}
.grid-view .property-more-details {
  display: none;
}
.property-more-details {
  color: white;
  margin-top: 20px;
  border: 0;
  padding: 12px;
  background: var(--secondary);
  width: max-content;
  letter-spacing: 0.75px;
}
.quick-links-results .property-more-details {
  display: none;
}
.property-more-details:hover {
  background: var(--secondary-dark);
}

/** Single Property **/
.back_to_result {
  display: flex;
  padding: 7%;
  width: 100%;
  background: var(--medium-grey);
}
.back_to_result a {
  margin-bottom: 0;
}
.property-label {
  color: var(--white);
  font-size: 11px;
  padding: 0 1rem;
  background: var(--primary);
  text-transform: uppercase;
  line-height: 2;
  border-radius: 2px;
  display: block;
  clear: both;
  /* max-width: 120px; */
  text-align: center;
  letter-spacing: 0.75px;
  font-weight: 600;
  margin-right: 16px;
  z-index: 5;
}
.property-description-full {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
}
.property-description-icons-container {
  display: flex;
  padding-top: 10px;
  width: 100%;
}
.property-description-type {
  display: flex;
  align-items: center;
}
.property-description-price {
  display: flex;
  align-items: center;
}
.label-archive {
  position: absolute;
  top: 12px;
  left: 20px;
  margin-top: 0;
}
.col-custom-8 {
  width: 70%;
}
.col-custom-4 {
  width: 28%;
}
.wrapper-inside {
  width: 100%;
  clear: both;
  background-color: var(--medium-grey);
  max-height: 170px;
}

.fa-home {
  color: var(--text);
  padding-right: 4px;
  font-size: 18px;
  margin-right: 8px;
}

.fa-search {
  color: var(--primary);
}

.btn-estate-agent-search .fa-search {
  color: var(--white);
}

.single_propery_type {
  padding-left: 0px;
  color: var(--text);
  font-size: 18px;
  display: flex;
  align-items: center;
}

.single-property-types {
  padding: 0px;
  text-align: right;
  margin: 0;
}

.single-property-types li:first-child {
  margin-left: 0;
}
.single-property-types li {
  display: inline-block;
  margin: 0 0 0 15px;
  color: var(--text-light);
}
.single-property-types li span {
  margin: 0px 6px 0 0px;
  font-size: 18px;
  color: var(--text-light);
}

.single_property_content {
  margin-top: 60px;
}
.single_property_content h3 {
  margin: 40px 0px 20px 0px;
  font-size: 19px;
}
.single_property_content li {
  margin: 0;
}
.icons-list {
  margin-left: 32px;
  padding-left: 12px;
}
.grid-content-inner .icons-list {
  margin-left: 0px;
  padding-left: 0px;
  min-height: unset;
  margin-top: 6px;
}
.property_name {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-d {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.expert_agent {
  background-color: var(--white);
  padding: 7%;
  border: 1px solid #f3f3f3;
}

.property-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single_property_block {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  margin-bottom: 60px;
}

.single_wrapper {
  position: relative;
  height: calc(100vh - 245px);
  overflow: hidden;
}

.single-property-double-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.description,
.arrow_single {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.list-group-item span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  color: #3d3d3d;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.sub-title-property {
  color: var(--titles);
  font-size: 18px;
  font-weight: 400;
}
.single-property-mobile,
.property-description-mobile {
  display: none;
}
.slide-single-property {
  overflow: hidden;
}
.property-mobile-details {
  display: flex;
}
.property-description-mobile {
  padding: 0px 15px;
}
.property-mobile-price-container {
  background: var(--medium-grey);
  margin: -6px -15px;
  padding: 8px 15px;
}
.property-mobile-title {
  flex-direction: column;
}
.title-single {
  text-transform: capitalize;
  font-size: 34px;
  line-height: 30px;
  font-weight: 400;
  color: var(--titles);
  margin-bottom: 12px;
  margin-top: 0px;
}
.title-price {
  font-size: 34px;
  line-height: 30px;
  font-weight: 600;
  color: var(--secondary);
  margin: 0;
  text-align: right;
  text-transform: none;
  margin-bottom: 18px;
}
.title-price a {
  font-size: 18px;
  text-decoration: underline;
  text-transform: capitalize;
  color: var(--secondary);
}

.fees_apply a {
  color: #eee1a0;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
  text-align: right;
  width: 100%;
  float: left;
}

.price-qualifier {
  font-size: 15px;
  color: var(--titles);
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 2px;
  font-weight: 500;
  margin-top: 0;
}
.my-0 {
  font-size: 18px;
  text-transform: capitalize;
}
.list-group-item a {
  color: #6a6a6a;
}
.mortgage-calculator-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stamp-duty-wrapper,
.calculator-sidebar {
  padding: 7%;
  background: var(--medium-grey);
}

.propertyhive-moving-cost-calculator p,
.propertyhive-moving-cost-calculator label,
.propertyhive-moving-cost-calculator option,
.propertyhive-moving-cost-calculator select,
tr,
.stamp-duty-calculator p,
.stamp-duty-calculator label,
.stamp-duty-calculator option,
.stamp-duty-calculator select,
.mortgage-calculator p,
.mortgage-calculator label,
.mortgage-calculator option,
.mortgage-calculator select,
.rental-yield-calculator p,
.rental-yield-calculator label,
.rental-yield-calculator option,
.rental-yield-calculator select,
.rental-affordability-calculator label,
.rental-affordability-calculator option,
.rental-affordability-calculator.rental-affordability-calculator select,
.rental-affordability-results {
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 1.25px;
  color: var(--text);
}

.mortgage-calculator a,
.propertyhive-moving-cost-calculator a,
.stamp-duty-calculator a {
  font-size: 17px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 10px;
  margin-right: 4px;
  letter-spacing: 1.25px;
}

.mortgage-calculator h4,
.propertyhive-moving-cost-calculator h2,
.stamp-duty-calculator h4,
.rental-yield-calculator h4,
.rental-affordability-calculator h4 {
  font-weight: 400;
  text-transform: inherit;
  font-size: 22px;
  color: var(--text);
  margin: 0px;
  margin-bottom: 28px;
}

.propertyhive-moving-cost-calculator input,
.propertyhive-moving-cost-calculator select,
.propertyhive-moving-cost-calculator textarea {
  margin: 10px 0px;
  border-style: unset;
  border: 1px solid #dedede;
  padding: 4px;
}
.page-template-page-content .mortgage-calculator button {
  margin-top: 20px;
}

.slide-single-property img {
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 245px);
  object-fit: cover;
  pointer-events: none;
  filter: grayscale(1);
}

.slide-single-property .owl-item.active img {
  filter: unset;
}

#valuation_type {
  width: 100%;
}

.tabs {
  width: 100%;
  text-align: center;
}

.tabs__tab {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: white;
  box-shadow: inset 10px 0;
  transition: box-shadow 200ms ease-out;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  margin-right: 10px;
}
.tabs__tab-inner {
  color: #222;
  transition: color 200ms ease-out;
}

.tabs__tab--active,
.tabs__tab:hover {
  box-shadow: inset 140px 0;
}
.tabs__tab:hover .tabs__tab-inner {
  color: var(--white);
}

.property-features {
  background-color: #efefef;
  padding: 15px 42px 26px 41px;
}

.stamp-duty-calculator input[type="text"],
.mortgage-calculator input,
.rental-yield-calculator input,
.rental-affordability-calculator input,
.rental-affordability-calculator select {
  color: #6a6a6a;
  display: block;
  margin-top: 5px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  padding-left: 5px;
  background: var(--white);
  background: -moz-linear-gradient(top, var(--white) 0%, #f7f7f7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, var(--white)),
    color-stop(100%, #f7f7f7)
  );
  background: -webkit-linear-gradient(top, var(--white) 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, var(--white) 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, var(--white) 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, var(--white) 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--white)', endColorstr='#f7f7f7',GradientType=0 );
}
.rental-affordability-calculator [id="results_rent"],
.rental-affordability-calculator [id="results_income"] {
  margin-top: 16px;
}
.rental-affordability-calculator [id="results_rent"] h3:last-child,
.rental-affordability-calculator [id="results_income"] h3:last-child {
  margin-bottom: 20px;
}

/** Property Tab **/
.property-tabs-container {
  width: 100%;
  top: auto;
  bottom: 0px;
  position: absolute;
  height: 70px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.latest-details-tabs.prop-details-tabs {
}
.prop-details-tabs {
}
.latest-details-tabs {
  display: block;
  border-bottom: 0;
}

.prop-details-tabs .nav-item .nav-link.active {
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0);
}
.prop-details-tabs .nav-item .nav-link {
  height: 75px;
  padding: 0 15px;
  color: var(--white);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 0 0;
  text-transform: uppercase;
}

.prop-details-tabs .nav-item .nav-link i {
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  color: white;
}
.prop-details-tabs .nav-item .nav-link span {
  margin-left: 6px;
}
.nav-tabs > li > a {
  margin-right: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: pointer;
}
/** Tab End **/

/** Single Agent **/

.expert_agent h4 {
  font-weight: 400;
  text-transform: inherit;
  font-size: 24px;
  color: var(--text);
  margin: 0px;
  margin-bottom: 28px;
}
.single_contact_now {
  color: var(--secondary);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
.fa-caret-right {
  font-size: 20px;
  vertical-align: middle;
  padding-left: 6px;
}
.arrange-viewing {
  background-color: var(--primary);
  color: var(--white);
  margin-right: 0px;
  padding: 10px 30px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  box-shadow: 0px 0 0 var(--secondary) inset;
  border: 0px;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  box-shadow: 0px 0 0 var(--secondary) inset;
  width: 100%;
}
.arrange-viewing:hover {
  background-color: var(--secondary-dark);
}
.arrange-viewing-single {
  background-color: var(--secondary);
  color: var(--white);
  margin-right: 0px;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  width: 100%;
}
.arrange-viewing-single:hover {
  background-color: var(--secondary-dark);
  color: var(--white);
}
.arrange-viewing-single:active {
  color: var(--primary);
}

.download-brochure {
  background-color: var(--white);
  color: #000;
  margin-right: 0px;
  padding: 10px 25px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  border: 0px;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  border: 1px solid var(--primary);
  width: 100%;
}
.single-property-btn:focus,
.single-property-btn:active,
.single-property-btn a:focus,
.single-property-btn a:active {
  color: white;
}

.back_to_result .single-property-btn {
  background-color: var(--primary) !important;
}

.back_to_result .single-property-btn:hover {
  background-color: var(--primary-light) !important;
}

.mortgage-calculator input[type="submit"],
.propertyhive-moving-cost-calculator [type="submit"],
.stamp-duty-calculator [type="submit"],
.stamp-duty-calculator button,
.mortgage-calculator button,
.propertyhive-moving-cost-calculator button,
.rental-yield-calculator button,
.rental-affordability-calculator button {
  margin-top: 10px;
}

.shortlist-btn {
  background: var(--primary) !important;
}

.shortlist-btn:hover {
  background: var(--primary-light) !important;
}

.single-property-btn a,
.single-property-btn a:hover {
  color: white;
  font-weight: 600;
}

.arrange-viewing-btn:hover {
  background-color: var(--secondary-dark);
}

.download-brochure a {
  color: var(--primary);
  font-weight: 600;
}

.download-brochure:hover a {
  color: white;
}

.download-brochure:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.details_actions {
  padding: 0;
  margin: 0;
  text-align: center;
}
.details_actions {
  list-style: none;
  margin-top: 26px;
}
.sidebar-shortlist {
  display: flex;
  padding: 40px;
  flex-direction: column;
  list-style: none;
  background: var(--medium-grey);
}

.sidebar-shortlist li {
  margin-bottom: 0px;
}

.view-shortlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.view-shortlist a {
  margin-right: 0px;
  padding: 15px 25px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  margin-bottom: 14px;
  letter-spacing: unset;
  text-transform: uppercase;
  border: 0;
  line-height: initial;
  width: 100%;
  text-align: center;
  background: var(--secondary);
  margin-bottom: 0px;
  color: white;
}

.agent_details {
  padding: 0;
  margin: 0;
}
.agent_details {
  list-style: none;
}
.exp_agent {
  display: flex;
  margin: 20px 0;
}
.agent_photo {
}
.agent_photo img {
  width: 110px;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  max-height: 120px;
}
.agent_container {
  flex: 1;
  overflow: hidden;
  padding-left: 20px;
}
.sv-agent__details {
  padding-left: 1.25rem;
}
.agent_point.ag-name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
}
.agent_point.ag-office {
  font-size: 17px;
}
.agent_point {
  line-height: 1.75;
  list-style: none;
  margin-bottom: 0;
}
.agent_point.ag-phone {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.agent_point.ag-phone a {
  color: var(--text);
}
.single_contact_now .fa-chevron-right {
  color: unset;
  background: unset;
  width: unset;
  height: unset;
  line-height: unset !important;
  text-align: unset;
  font-size: 9px;
  opacity: unset;
  transform: translateY(-2px);
}

/*** Fancy Box Arrange Viewing **/
.fancybox-navigation .fancybox-button {
  height: 60px;
  width: 60px;
}
.fancybox-content h2 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.fancybox-content p {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
.fancybox-content .control {
  margin-bottom: 16px;
}
.fancybox-content label {
  font-size: 13px;
  font-weight: 300;
}
.fancybox-content form input:not([type="submit"]) {
  height: 50px;
  width: 100%;
  color: #333;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  padding: 0;
}

.fancybox-content textarea {
  width: 100%;
  padding: 5px 0;
  height: 62px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  resize: none;
}
.fancybox-content form input[type="submit"] {
  width: 100%;
  height: 48px;
  font-size: 17px;
  border: var(--secondary) 1px solid;
  background: var(--secondary);
  color: var(--white);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fancybox-close-small {
  background: #333;
  color: var(--white);
}
.alert-success {
  color: var(--white);
  background-color: #333333;
  border-color: #333333;
  text-align: center;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
/*** Fancy Box Arrange Viewing CLOSE **/

*
  Home
  Search
  Popup
  ==================================================
  */
  form.property-search-form-default
  div.control-department
  label {
  margin: 0 15px 20px;
  margin: 0 15px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--white);
  font-size: 18px;
  letter-spacing: 0.2em;
}
form.property-search-form-122 .control-department {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
form.property-search-form-122 .control-department label {
  margin-right: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.2em;
}
form.property-search-form-122 div.control {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
form.property-search-form-122 .control-exclude {
  width: 100% !important;
}
form.property-search-form-122 .control label {
  margin: 0 1px 3px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.2em;
}
form.property-search-form-122 input[type="submit"]:hover {
  background: var(--secondary-dark);
}
form.property-search-form-122 input[type="submit"] {
  color: var(--white);
  border: 1px solid var(--white);
  background: var(--secondary);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: auto;
  width: 97%;
  border: 0;
  font-size: 18px;
  padding: 12px 60px;
  line-height: 24px;
  text-transform: uppercase;
}
form.property-search-form-122 .control-search {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

/*-- Flex slider --*/

.flexslider {
  border: 0px;
}

.portfolio-slider .flexslider,
.ts-flex-slider .flexslider {
  border: 0;
  box-shadow: none;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a {
  opacity: 0;
  background: #000;
  color: var(--white) !important;
  text-align: center;
  text-shadow: none;
}

.portfolio-slider .flex-direction-nav a:before {
  font-size: 32px;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
  color: var(--white);
  opacity: 1;
}

.flexportfolio.flexslider .slides img {
  height: auto;
}

.properties-cta-grid {
  display: none;
}
.properties-cta-grid-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.properties-cta-list {
  display: none;
  width: 100%;
}
.property-cta-list img,
.property-cta-grid img {
  width: 100%;
  height: auto;
}
.property-cta-grid {
  height: 585.14px;
  margin: 60px 10px 0px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
}
.property-cta-list {
  width: 100%;
  margin-top: 40px;
  height: auto;
  object-fit: contain;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  background-position: right;
}
.property-cta-grid-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 2;
  height: 100%;
  justify-content: flex-start;
}
.property-cta-grid-content h4 {
  color: white;
  font-size: 40px;
  margin-top: 12px;
}
.property-cta-grid-content p {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.property-cta-grid-content a {
  margin-top: auto;
  background: var(--secondary);
  margin-bottom: 0px;
  width: fit-content;
  padding: 12px 24px;
}
.property-cta-list-content {
  display: flex;
  justify-content: space-between;
  padding: 45px;
  align-content: center;
  color: white;
}
.property-cta-list-content .content-btn:hover {
  background-color: var(--secondary-dark) !important;
}
.property-cta-list-content-left {
  z-index: 2;
}
.property-cta-list-content h4,
.property-cta-list-content p,
.property-cta-list-content .content-btn {
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.property-cta-list-content h4,
.property-cta-list-content p {
  color: white;
}
.property-cta-list-content p {
  font-size: 18px;
}
.property-cta-list-content h4 {
  font-size: 42px;
  margin-bottom: 12px;
}
#search_block.grid-view .properties-cta-grid {
  display: flex;
}
#search_block.list-view .properties-cta-list {
  display: flex;
}
.property-cta-list-content .content-btn {
  border-radius: var(--radius);
  border: none;
  padding: 20px 20px;
  min-width: 240px;
  transition: all 0.5s;
  margin: auto 0px auto 10px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  background: var(--secondary);
  display: flex;
  justify-content: center;
  letter-spacing: 0.75px;
  max-height: fit-content;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .single_property_block:before {
    left: calc(-1 * (100vw - 97rem) / 2);
  }
  .prop-details-tabs .nav-item .nav-link {
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  .expert_agent {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .mobile-hidden-menu {
    display: none;
  }
  .mobile-hidden-menu.active {
    display: block;
  }
  .property-search-form {
    display: block;
  }
  .property-search-form .control {
    display: block;
    margin-bottom: 20px;
  }
  #container {
    padding: 0 15px;
  }
  .grid-img {
    max-height: initial;
  }
  #show-hidden-menu {
    display: block;
    background: var(--medium-grey);
    padding: 1px;
    width: 100%;
    padding-left: 15px;
  }
  .ribbon {
    top: 6.9px;
  }
  .propertyhive-result-count {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
  }
  body.post-type-archive.post-type-archive-property
    form.property-search-form-inside
    .control {
    padding-right: 0px;
  }
  /* .propertyhive-views ul {
    padding: 0px;
    position: absolute;
    top: 229px;
    right: 15px;
    border: 1px solid var(--medium-grey-dark);
  } */
  .propertyhive-views {
    margin-right: 12px;
  }
  .propertyhive-views ul a {
    padding: 0px;
    display: flex;
    color: unset;
  }
  .propertyhive-views ul li {
    border: 1px solid var(--medium-grey-dark);
  }
  .propertyhive-ordering {
    text-align: right;
    padding-right: 0px;
  }
  .switch-view span {
    display: none;
  }
  .switch-view {
    width: 55px;
  }
  .switch-view i {
    margin-left: 0px !important;
  }
  .title-price {
    line-height: 32px;
  }
  .properties-block,
  .search-properties {
    padding-right: 0px;
    padding-left: 0px;
  }
  form.property-search-form-122 div.control {
    width: 100%;
    float: none;
  }
  form.property-search-form-122 .control-department {
    float: none;
  }
  .single_property_block:before {
    left: calc(-1 * (100vw - 75rem) / 2);
    max-height: 190px;
  }
  .expert_agent {
    margin-top: 0px;
  }
  .property_name {
    height: auto;
    padding: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .prop-details-tabs {
    background-color: rgba(35, 40, 45, 0.7);
  }
  .prop-details-tabs .nav-item .nav-link {
    border-left: 0px solid var(--secondary);
    padding: 0 15px;
  }
  .single-property-types li span {
    margin: 0px 0px 0 0px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .owl-property-single {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .page-inner-sales-section {
    padding-top: 40px;
  }
  .page-inner-sales-section .page-info-title {
    font-size: 26px;
  }
  .property-more-details {
    display: none;
  }
  .wrapper-inside {
    max-height: 100%;
    background-color: unset;
  }
  .grid-img img {
    height: 400px;
  }
  .grid-box {
    padding: 40px 0px 0px 0px;
  }
  .slide-single-property img,
  .single_wrapper {
    height: 480px !important;
    margin-top: -6px;
  }
  .single-property-mobile,
  .property-description-mobile {
    display: block;
  }
  .single-property-full,
  .property-description-full {
    display: none;
  }
  .icons-list {
    margin-left: auto;
  }
  .propertyhive-views ul li {
    width: 50px;
    padding: 0px;
  }
  .propertyhive-views ul li a {
    letter-spacing: 0;
    font-size: 0px;
    width: 50px;
  }
  .propertyhive-views ul li a i {
    font-size: 18px;
    /* margin-left: -8px; */
    padding: 11px;
  }
  .property-label {
    display: inherit;
    margin: 10px auto;
  }
  .view-all-properties {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .single_propery_type {
    margin-top: 16px;
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding-top: 14px;
  }
  .single_property_block:before {
    left: auto;
  }
  /* .single_wrapper {
    min-height: auto;
  } */
  .mobile-details-wrapper {
    text-align: right;
  }
  .title-single-box,
  .price-qualifier,
  .title-price {
    margin-bottom: 0px;
  }
  .title-single-box {
    margin-top: 6px;
  }
  .title-single {
    color: var(--titles);
    margin: 30px 0px 0px;
  }
  .title-single-sub {
    margin-top: 8px;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 20px;
  }
  .title-single-description {
    color: #848484;
    margin-bottom: 8px;
    font-weight: 300;
  }
  .property-mobile-title {
    margin-bottom: 16px;
  }
  .property-label {
    margin: 0;
    align-self: flex-end;
  }
  .mobile-property-title-price {
    display: flex;
    justify-content: space-between;
  }
  .latest-details-tabs.prop-details-tabs {
    position: relative;
    height: unset;
    overflow: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .prop-details-tabs {
    background-color: white;
  }

  .prop-details-tabs .nav-item .nav-link {
    color: var(--titles);
    padding-left: 12px;
  }
  .prop-details-tabs .nav-item .nav-link i {
    font-size: 15px;
    color: var(--secondary);
  }
  .prop-details-tabs .nav-item .nav-link {
    font-size: 13px;
  }
  .prop-details-tabs .nav-item .nav-link {
    height: 36px;
    padding-left: 0;
    background: #f5f5f5;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .latest-details-tabs .nav-item:hover,
  .latest-details-tabs .nav-item:visited .latest-details-tabs .nav-item:active,
  .nav-item .active,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background-color: white;
    background: white;
    color: var(--titles);
  }
  .latest-details-tabs .nav-item:hover a {
    text-decoration: underline;
  }
  .price-qualifier {
    margin-top: 12px;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .title-price {
    margin-top: 2px;
  }
  .single_property_content {
    margin-top: 0px;
  }
  .single_property_block:before {
    max-height: 285px;
  }
  hr {
    border-top: 1px solid var(--white);
  }
  .gallery-count {
    position: absolute;
    color: white;
    font-size: 13px;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.35);
    z-index: 10;
  }
  .single-property .owl-nav {
    color: #ffffff;
    width: 100%;
    margin-bottom: -16px;
    height: 22px;
    display: flex;
    justify-content: space-between;
    /* transform: translateY(-100%); */
    position: absolute;
    top: calc(50% - 20px);
  }
  .single-property .owl-nav span {
    font-size: 40px;
    background: none;
    color: var(--primary);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: -5px;
  }
  .single-property .owl-nav button {
    position: relative;
    color: var(--white);
    margin: 0;
    transition: all 0.3s ease-in-out;
    top: unset;
    background-color: white !important;
    height: 40px;
    width: 40px;
    border-radius: 40px;
  }
  .single-property .owl-nav button.owl-prev {
    margin-left: 30px;
  }
  .single-property .owl-nav button.owl-next {
    margin-right: 30px;
  }
  .property-mobile-list-item:hover {
    cursor: pointer;
  }
  .owl-carousel-property-list,
  .owl-carousel-featured {
    padding-top: 15px;
  }
  .view-properties-container {
    margin-bottom: 0px;
  }
  .property-cta-list-content {
    flex-direction: column;
  }
  .property-cta-list-content .content-btn {
    margin: 0;
    margin-top: 20px;
  }
  .ordering-view {
    margin-top: 6px;
  }
}

@media screen and (max-width: 640px) {
  .slide-single-property img,
  .single_wrapper {
    height: 410px !important;
  }
}

@media only screen and (max-width: 480px) {
  .propertyhive-views {
    text-align: center;
  }
  .propertyhive-result-count {
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .page-inner-sales-section .page-info-title {
    font-size: 23px;
  }
  .propertyhive-ordering {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .propertyhive-views ul {
    padding: 0px;
  }
  .slide-single-property img,
  .single_wrapper {
    height: 320px !important;
  }
  .single_propery_type {
    text-align: left;
    font-size: 14px;
  }
  .fa-home {
    font-size: 14px;
  }
  .single-property-types {
    text-align: right;
    margin-bottom: 0px;
  }
  .single_property_block:before {
    max-height: 330px !important;
  }
  .sub-title-property {
    font-size: 16px;
  }
  .title-single,
  .title-price {
    font-size: 30px;
  }
  .grid-img {
    max-height: 400px;
  }
  .grid-content .feature-info h4 {
    font-size: 22px;
    height: 80px;
  }
  .grid-content-inner {
    display: flex;
    flex-direction: column;
  }
  .grid-content h5 {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .grid-box {
    padding: 30px 0px 0;
  }
}

@media screen and (max-width: 992px) {
  .hidden-menu {
    display: none;
  }
  .switch-view {
    width: 55px;
  }
}

.property-archive-container {
  max-width: 1540px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.list-view .grid-shortlist-heart .button {
  padding: 14px;
  background: white;
  position: absolute;
  right: 20px;
  top: 60px;
}

.list-view .grid-shortlist-heart .button .far.fa-heart,
.list-view .grid-shortlist-heart .button .fas.fa-heart {
  font-size: 28px;
}

.grid-view .grid-shortlist-heart .button {
  padding: 20px;
  background: white;
  position: absolute;
  right: 14px;
  bottom: 5px;
}

.grid-view .grid-shortlist-heart .button .far.fa-heart,
.grid-view .grid-shortlist-heart .button .fas.fa-heart {
  font-size: 22px;
}

.view-shortlist-archive {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 20px; */
  font-size: 16px;
  color: var(--secondary);
}
.view-shortlist-archive a {
  padding: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.propertyhive-shortlist-enquiry-button {
  display: none;
}
.shortlist-search-buttons {
  display: flex;
}
.view-shortlist-btn {
  width: 50px;
  padding: 0px;
  display: flex;
  align-items: center;
  color: var(--secondary);
  background: var(--medium-grey);
  padding: 8px 12px;
  margin-right: 2px;
  width: 55px;
  justify-content: center;
  margin-bottom: 0;
  height: 45px;
}
.view-buttons {
  display: flex;
  height: 45px;
}
.view-buttons .active {
  background-color: var(--primary);
  color: white;
}
.switch-view .fa-heart {
  font-weight: 900 !important;
}

@media screen and (min-width: 767px) {
  #search_block {
    opacity: 1;
    transition: 0s;
    transition-timing-function: ease-out;
  }
  #search_block.list-view .properties-block {
    width: 100%;
  }
  #search_block.list-view .properties-block .grid-box-card a {
    display: flex;
  }
  #search_block.list-view .properties-block .grid-img {
    height: 600px;
    padding-top: 0px;
    width: 65%;
    display: flex;
    max-height: 500px;
  }
  #search_block.list-view .properties-block .grid-img img {
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  #search_block.list-view .properties-block .grid-img.grid-three img {
    height: 100%;
    width: 75%;
    z-index: 1;
  }
  #search_block.list-view
    .properties-block
    .grid-img.grid-three
    .grid-img-list
    img {
    height: 33.33%;
    width: 100%;
  }
  #search_block.list-view .properties-block .grid-content {
    display: flex;
    align-items: center;
    width: 35%;
    padding: 20px 40px;
  }

  #search_block.list-view .properties-block .grid-content .feature-info h4 {
    font-size: 20px;
    height: unset;
  }

  #search_block.list-view
    .properties-block
    .grid-content
    .property-archive-price {
    font-size: 30px;
  }

  #search_block.list-view .properties-block .grid-img-list {
    display: flex;
    width: 25%;
    flex-direction: column;
  }

  #search_block.list-view .properties-block .grid-img-list img {
    width: 100%;
  }

  #search_block.list-view .properties-block .grid-box {
    padding: 45px 0px 0;
  }

  #search_block.list-view .properties-block .grid-img-list img:nth-of-type(1) {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    z-index: 3;
  }

  #search_block.list-view .properties-block .grid-img-list img:nth-of-type(2) {
    border-left: 2px solid white;
    z-index: 2;
  }

  #search_block.list-view .properties-block .grid-img-list img:nth-of-type(3) {
    border-left: 2px solid white;
    border-top: 2px solid white;
    z-index: 3;
  }

  #container {
    max-width: 1540px;
  }
  .list-btn,
  .grid-btn,
  .view-shortlist-btn,
  .map-btn {
    font-size: 13px;
  }
  .shortlist-search-buttons {
    display: flex;
  }
  .view-shortlist-btn {
    border: none;
  }
  .fa-sliders-h,
  .fa-map-marker-alt,
  .fa-list,
  .fa-heart-circle,
  .fa.fa-house {
    font-size: 16px;
    margin-left: 8px;
    color: var(--secondary);
  }
  .grid-btn .fas.fa-th,
  .view-shortlist-btn .fa.fa-heart,
  .map-btn .fa-map-marker-alt {
    font-weight: 900 !important;
    font-size: 16px;
    margin-left: 8px;
  }
  .search-properties {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    padding-bottom: 6px;
  }
  .propertyhive-views .active i,
  .view-buttons .active i {
    color: white;
  }
  .switch-view {
    cursor: pointer;
    height: 45px;
  }
  .view-buttons {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  #search_block.list-view .properties-block .grid-img {
    max-height: 600px;
  }
  .switch-view {
    width: 125px;
  }
}

/* Narrow Modern Property Start */

.narrow-modern-top .container {
  width: 100%;
}
.narrow-property-content-title .title-single {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--titles);
  margin-bottom: 40px;
  margin-top: 0px;
}
.narrow-property-container .street-map-view,
.single-property-full .street-map-view {
  bottom: 60px;
}
.narrow-modern-map {
  position: relative;
}

.narrow-modern-map #property_street_view_canvas {
  display: none;
}

.street-map-view {
  position: absolute;
  bottom: 4px;
  width: 150px;
  font-size: 14px;
  left: 10px;
  font-weight: 600;
  background: white !important;
  color: var(--text);
  border-radius: 3px;
  z-index: 2;
}

.street-map-view:hover,
.street-map-view:focus,
.street-map-view:active {
  background: white !important;
  color: var(--text);
}
.narrow-property-container #property_street_view_canvas {
  height: 700px !important;
}
.single-property-full #property_street_view_canvas {
  height: calc(100vh - 200px) !important;
}
.narrow-property-content-price .price-qualifier {
  margin-bottom: 12px;
}
.narrow-property-content-price .title-price {
  text-align: left;
  font-size: 46px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.narrow-property-content-info .property-description-icons-container {
  display: block;
}
.narrow-modern-top {
  background: var(--medium-grey);
  min-height: 600px;
  display: flex;
}
.narrow-property-content-info .icons-list {
  margin-left: 0px;
  padding-left: 0px;
}
.narrow-property-content-info .icons-list .fas,
.narrow-property-content-info .property-description-type .fas {
  font-weight: 900 !important;
}
.narrow-property-content-info .property-description-type {
  margin-bottom: 20px;
}
.narrow-property-content-info .single-property-types {
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}
.narrow-property-content-info .single-property-btn,
.narrow-modern-valuation-content .single-property-btn,
.narrow-modern-cta-content .single-property-btn,
.narrow-modern-viewing .single-property-btn a,
.narrow-modern-viewing .single-property-btn a:hover {
  width: unset;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 12px;
}
.narrow-modern-about h3 {
  margin-top: 40px;
}
.narrow-modern-cta-content .single-property-btn {
  background: white !important;
  color: var(--secondary);
  margin-right: 12px;
}
.narrow-modern-cta-content .single-property-btn-reverse {
  background: var(--secondary) !important;
  color: white;
  border: 2px solid white;
}
.narrow-modern-cta-buttons {
  display: flex;
  flex-wrap: wrap;
}
.a {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.narrow-modern-top-wrapper {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.narrow-modern-top-details {
  display: flex;
  align-items: center;
}
.narrow-modern-valuation-content h2,
.narrow-modern-cta-content h2 {
  font-size: 22px;
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 0px;
}
.narrow-modern-top-slider {
  max-width: 100%;
}
.narrow-modern-top-slider .fa-chevron-left,
.narrow-modern-top-slider .fa-chevron-right {
  width: 45px;
  height: 45px;
  line-height: 47px !important;
  text-align: center;
  font-size: 40px;
  color: white;
  background: none;
  text-shadow: 2px 2px 1px black;
}
.narrow-modern-top-slider .owl-nav button {
  top: 47%;
}
.narrow-modern-top-slider .slide-single-property img {
  height: 600px;
}
.narrow-modern-tabs {
  background: var(--medium-grey);
}
.narrow-modern-top-slider {
  max-width: 100%;
  max-height: 600px;
  overflow: hidden;
}

#field_21_6 .gfield_label {
  display: block;
  font-size: 14px;
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 22px;
  font-weight: 500;
  color: #818181;
}

#gfield_instruction_22_10 {
  display: none;
}

#input_22_12,
#input_22_13 {
  justify-content: flex-start;
}

.narrow-modern-map #property_map_canvas,
.narrow-modern-map #property_street_view_canvas {
  height: 100% !important;
}
.narrow-modern-viewing {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px;
}
.narrow-modern-cta-phone {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--titles);
  margin-top: 12px;
}
.narrow-modern-ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.narrow-modern-li {
  padding: 12px 32px;
  background: var(--medium-grey);
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.narrow-modern-tab-active {
  background: white;
  box-shadow: 6px -4px 6px 0px rgb(0 0 0 / 8%);
  z-index: 2;
}
.narrow-modern-calculators {
  background: var(--medium-grey);
}
@media (min-width: 992px) {
  .narrow-modern-calculators-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
.narrow-modern-calculator {
  background: white;
  padding: 30px;
  height: 100%;
  margin-bottom: 40px;
}
.narrow-modern-content #property_map_canvas {
  height: 500px !important;
}
.narrow-modern-valuation {
  background: var(--medium-grey);
}
.narrow-modern-valuation-content,
.narrow-modern-cta-content {
  padding: 40px;
}
.narrow-modern-cta {
  background: var(--medium-grey);
  margin-top: 30px;
}
.propertyhive-similar-properties-shortcode {
  display: flex;
  justify-content: center;
}
.stamp-duty-calculator,
.mortgage-calculator,
.rental-yield-calculator {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mortgage-calculator input[type="submit"],
.propertyhive-moving-cost-calculator [type="submit"],
.stamp-duty-calculator [type="submit"],
.stamp-duty-calculator button,
.mortgage-calculator button,
.propertyhive-moving-cost-calculator button,
.rental-yield-calculator button,
.rental-affordability-calculator button {
  margin-top: auto;
  margin-bottom: 0px;
}
.narrow-modern-content-tabbed {
  display: none;
}
.tabbed-content {
  padding-top: 60px;
}
.narrow-modern-content-tabbed img {
  max-width: 900px;
  margin: auto;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 8%);
}
.narrow-modern-page-gallery img {
  object-fit: cover;
  width: 100%;
  height: 335px;
}
.narrow-modern-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.title-box-d h3 {
  margin-top: 0px;
}
.narrow-modern-gallery-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
.narrow-modern-gallery-modal-container {
  height: 800px;
  max-width: 100%;
  width: 1650px;
  margin: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  max-height: 100%;
  flex-direction: column;
  box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
}
.narrow-modern-gallery-modal-container .owl-carousel-narrow {
  display: flex;
  width: 900px;
  height: 600px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.narrow-modern-gallery-modal-container .owl-carousel-narrow .owl-item img {
  height: 600px;
  object-fit: cover;
}
.narrow-modern-gallery-modal-container .item {
  list-style: none;
}
.narrow-modern-gallery-modal-container .owl-nav button {
  top: 47%;
}
.narrow-modern-modal-close {
  position: absolute;
  font-size: 32px;
  color: var(--secondary);
  top: 10px;
  right: 15px;
}
.narrow-modern-page-gallery {
  position: relative;
}
.narrow-modern-gallery-modal-image {
  height: auto;
  width: 100%;
}
.narrow-modern-page-gallery-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s;
  cursor: pointer;
}
.narrow-modern-modal-close {
  cursor: pointer;
}
.narrow-modern-page-gallery-overlay:hover {
  opacity: 0.5;
  background: var(--secondary);
}
.narrow-modern-calculator .mortgage-calculator input {
  width: 35%;
}
.narrow-modern-calculator .mortgage-calculator label {
  width: 65%;
}
.narrow-modern-calculator .mortgage-calculator {
  flex-direction: row;
  flex-wrap: wrap;
}
#about-tabbed {
  display: block;
}
#video-tabbed {
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
}
.narrow-modern-video-image {
  width: 50%;
}
.narrow-modern-mobile {
  display: none;
}

@media (min-width: 1400px) {
  .narrow-property-container {
    height: 700px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .narrow-modern-viewing {
    flex-direction: column;
  }
  .narrow-modern-cta-phone {
    margin-left: 0px;
  }
  .narrow-modern-single .container {
    max-width: 100% !important;
  }
  .narrow-modern-viewing {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 992px) {
  .narrow-modern-cta-phone {
    margin-left: 12px;
  }
  .narrow-modern-top-wrapper {
    flex-direction: column-reverse;
  }
  .narrow-modern-top-slider {
    margin-bottom: 40px;
  }
  .narrow-modern-cta {
    margin-bottom: 30px;
  }
  .narrow-modern-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .narrow-modern-single {
    display: none;
  }
  .narrow-modern-top {
    display: none;
  }
  .narrow-modern-mobile {
    display: block;
  }
  .narrow-modern-gallery-modal-container .owl-carousel-narrow,
  .narrow-modern-gallery-modal-container .owl-carousel-narrow .owl-item img {
    height: 400px;
  }
  .grid-btn {
    display: none;
  }
}

/* Narrow Modern Property End */
.mortgage-calculator.mortgage-calculator h4 {
  text-transform: capitalize;
}
.tenancy-info {
  margin-bottom: 0;
}
.property-description-full .tenancy-info {
  width: 100%;
}
.tenancy-info a {
  display: flex;
  align-items: center;
  letter-spacing: normal;
}
.property-description-full .tenancy-info a {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.tenancy-info .fas.fa-info-circle {
  transform: none;
  padding-right: 4px;
  font-size: 16px;
}

/* Property Archive */
@media (min-width: 768px) {
  .grid-view .archive-grid,
  .page-template-page-quick-links .propertyhive-properties-shortcode {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .grid-view .archive-grid,
  .page-template-page-quick-links .propertyhive-properties-shortcode {
    grid-template-columns: repeat(3, 1fr);
  }
}
.property-cta-grid.property-cta-grid {
  height: auto;
}
.grid-box {
  position: relative;
}

/* CARD LAYOUT 2 */

.grid-view .card-layout-2 .label-archive {
  position: absolute;
  top: 20px;
  left: 8px;
  margin-top: 0;
  padding: 6px;
  min-width: 100px;
}

.card-layout-2 .property-label {
  color: var(--white);
  font-size: 11px;
  background: var(--secondary);
  text-transform: uppercase;
  line-height: 2;
  border-radius: 0px;
  display: block;
  clear: both;
  text-align: center;
  letter-spacing: 0.75px;
  font-weight: 600;
  margin-right: 16px;
  z-index: 5;
  padding: 6px;
}

.card-layout-2 .property-label-shape {
  background: var(--secondary);
  clip-path: polygon(0 0, 100% 0%, 35% 50%, 100% 100%, 0 100%);
  position: absolute;
  height: 34px;
  width: 19px;
  top: 0px;
  left: 95px;
}

.grid-view .card-layout-2 .property-archive-price {
  position: absolute;
  top: 313px;
  background: var(--primary);
  color: white;
  padding: 8px 24px;
}

.grid-view .card-layout-2 .grid-shortlist-heart .button {
  padding: 20px;
  background: unset;
  position: absolute;
  right: 10px;
  top: 65px;
  z-index: 1;
  height: 62px;
}

.grid-view .card-layout-2 .grid-shortlist-heart .button .far.fa-heart,
.grid-view .card-layout-2 .grid-shortlist-heart .button .fas.fa-heart {
  font-size: 22px;
  color: white;
  font-weight: 900;
  text-shadow: 2px 2px 2px #00000024;
}

.grid-view .card-layout-2 .grid-content .feature-info h4 {
  font-size: 19px;
  text-transform: capitalize;
  color: var(--titles);
  margin: 0;
  height: unset;
  overflow: hidden;
  font-weight: 500;
  margin-top: 26px;
}

.grid-view .card-layout-2 .grid-content-inner .property-single-description {
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
}

.grid-view .card-layout-2 .grid-img {
  padding: 8px 8px 0px 8px;
}

.grid-view .card-layout-2 .grid-content-inner .icons-list {
  margin-bottom: 8px;
}

.card-layout-2 .icons-list .fas {
  font-weight: 900 !important;
}

#search_block.list-view .card-layout-2 .property-label-shape {
  left: 74px;
}
.contact-2-buttons {
  display: none;
}

@media screen and (min-width: 767px) {
  #search_block.grid-view .contact-2-buttons {
    display: unset;
    position: absolute;
    top: 84px;
    right: 30px;
    font-size: 22px;
    color: white;
  }
  .list-view .card-layout-2 .grid-box-card {
    display: grid;
    grid-template-columns: 7fr 5fr;
  }
  .list-view .contact-2-buttons {
    display: inline-grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
  }
  #search_block.list-view .card-layout-2.properties-block .grid-content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px;
    justify-content: center;
    flex-direction: column;
  }
  .list-view .card-layout-2 .grid-content-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 10%;
    background: var(--medium-grey);
  }
  .list-view .card-layout-2 .grid-box-card .art-btn {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: unset;
    max-width: unset;
    font-weight: 600;
  }
  #search_block.list-view .card-layout-2.properties-block .grid-img {
    height: 600px;
    padding-top: 0px;
    width: 100%;
    display: flex;
    max-height: 500px;
  }
  #search_block.list-view .card-layout-2.properties-block .grid-img img {
    padding: 6px 0px 6px 6px;
  }
  #search_block.list-view .card-layout-2 .property-label-shape {
    left: 74px;
  }
  #search_block.list-view .card-layout-2 .fas.fa-info-circle {
    font-size: 18px;
    transform: unset;
    margin-right: 8px;
  }
  #search_block.list-view .card-layout-2.properties-block .grid-box-card .button {
    display: flex;
    width: 100%;
    background: var(--primary);
    color: white;
    justify-content: center;
    align-items: center;
    padding: 14px;
  }
  #search_block.list-view
    .card-layout-2.properties-block
    .property-types
    li
    span {
    font-size: 22px;
  }
  #search_block.list-view
    .card-layout-2.properties-block
    .grid-content
    .feature-info
    h4 {
    color: var(--titles);
    font-weight: 500;
    margin-bottom: 12px;
  }
  #search_block.list-view
    .card-layout-2.properties-block
    .grid-content
    .grid-content-inner
    .property-single-description {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  #search_block.list-view .contact-2-buttons .fa-heart span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #search_block.grid-view .contact-2-buttons .fa-heart span {
    display: none;
  }
  #search_block.list-view
    .card-layout-2.properties-block
    .grid-content
    .property-archive-price {
    order: 2;
    font-size: 38px;
    font-weight: 500;
    color: var(--titles);
  }
  #search_block.list-view
    .card-layout-2.properties-block
    .grid-content
    .feature-info {
    order: 1;
  }
  #search_block.list-view
    .card-layout-2.properties-block
    .grid-content
    .property-types {
    order: 3;
  }
}

/* CARD LAYOUT 3 */

.card-layout-3 .property-archive-title {
  flex-direction: column;
}

@media (min-width: 767px) {
  .archive-grid.card-archive-3,
  .page-template-page-quick-links .propertyhive-properties-shortcode {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 40px;
  }

  .list-view .card-layout-3 .feature-info {
    flex-direction: column;
  }

  .list-view .card-layout-3 .grid-box-card {
    display: flex;
  }

  .card-layout-3 .icons-list .fas {
    font-weight: 900 !important;
  }

  /* .card-layout-3 .grid-box-card a {
  height: 100%;
  display: flex;
  flex-direction: column;
}   */

  .card-layout-3 .grid-content,
  .card-layout-3 .grid-shortlist-heart .button {
    background: var(--medium-grey);
  }

  .card-layout-3 .grid-shortlist-heart .button {
    position: unset;
    padding: 0px;
  }

  .card-layout-3 .grid-shortlist-heart .button .far.fa-heart,
  .card-layout-3 .grid-shortlist-heart .button .fas.fa-heart {
    font-size: 20px;
    color: var(--titles);
  }

  .card-layout-3 .grid-box-card {
    box-shadow: unset;
  }

  .grid-view .card-layout-3 .grid-content {
    height: calc(100% - 350px);
  }

  .card-layout-3 .grid-shortlist-heart {
    display: flex;
    align-self: center;
    margin-left: auto;
  }

  .card-layout-3 .grid-content .feature-info h4 {
    color: var(--titles);
    font-size: 20px;
    height: unset;
    padding-bottom: 6px;
  }

  .grid-content-inner .property-single-description {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
  }

  .grid-view .card-layout-3 .grid-img,
  .grid-view .card-layout-3 .grid-img img {
    height: 350px;
    max-height: 350px;
  }

  .list-view .card-layout-3 .grid-content {
    height: 600px;
  }

  .card-layout-3 .grid-content-inner .icons-list {
    margin-bottom: 0px;
    margin-top: auto;
    display: flex;
  }

  .card-layout-3 .feature-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .card-layout-3 .property-excerpt {
    height: unset;
  }

  .card-layout-3 .property-archive-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .grid-view .card-layout-3 .grid-box-card a {
    display: block;
  }

  .card-layout-3 .property-archive-price {
    margin: 0;
  }

  .grid-content .feature-info h4 {
    font-weight: 500;
    color: var(--titles);
  }

  .card-layout-3 .label-archive {
    top: 0px;
    right: 0px;
    left: unset;
    margin: 0;
    padding: 12px 24px;
  }

  .card-layout-3 .property-label {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .grid-view .card-layout-3 .grid-img,
  .grid-view .card-layout-3 .grid-img img {
    height: 450px;
    max-height: 450px;
  }
  .grid-view .card-layout-3 .grid-content {
    height: calc(100% - 450px);
  }

  .list-view .card-layout-3 .grid-content {
    height: 600px;
  }
}
.btn-shortlisted-property-form {
  margin-top: 40px;
  background: none;
  border: none;
  text-decoration: underline;
}
.btn-shortlisted-property-form:hover,
.btn-shortlisted-property-form:focus {
  text-decoration: none;
}