/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/

@import url('../houzez/style.css');

/* GLOBAL CUSTOM CSS
-------------------------------------- */

:root {
  --global-white-100: #ffffff;
  --global-white-72: #ffffffb8;
  --global-white-24: #ffffff3d;
  --global-white-12: #ffffff1f;
  --global-black-100: #000000;
  --global-black-72: #000000b8;
  --global-orange-0: #e72417;
  --global-orange-1: #fe867e;
  --global-orange-2: #f4bfc2;
  --global-orange-3: #ffebec;
  --global-deep-blue-0: #020714;
  --global-deep-blue-1: #0c1b3d;
  --global-deep-blue-2: #1c3161;
  --global-deep-blue-3: #3a4078;
  --global-deep-blue-4: #5e6496;
  --global-deep-blue-5: #bfc1db;
  --global-deep-blue-6: #eceefa;
  --global-deep-blue-7: #f3f4fd;
  --global-yellow-1: #ffc567;
  --global-yellow-2: #ffe5ba;
  --global-yellow-3: #fff6e9;
  --global-light-blue-1: #15c6ec;
  --global-light-blue-2: #a9ebf9;
  --global-light-blue-3: #eafbff;
  --global-color-3eaddc8: #f3f4fd7a;
}

a {
  color: var(--global-orange-1);
}

h1,
h2,
h3,
h4,
h5,
h6,
.item-title {
  text-transform: unset !important;
}

.form-control::placeholder {
  opacity: 0.5;
}

#header-mobile {
  z-index: 100;
  position: sticky;
  top: 0;
}

input::placeholder {
  opacity: 0.5 !important;
}

/* ELEMENTOR CUSTOM CSS
-------------------------------------- */

.elementor-widget-container p:last-of-type,
.elementor-widget-container ul:last-of-type {
  margin-bottom: 0;
}

.elementor-header-sticky {
  z-index: 99 !important;
  position: fixed !important;
  top: 0;
}

.elementor-bottom-bar-mobile {
  z-index: 99 !important;
  position: fixed !important;
  bottom: 0;
}

.elementor-underline-orange u {
  text-decoration: solid underline var(--global-orange-1) 6px;
}

.elementor-underline-yellow u {
  text-decoration: solid underline var(--global-yellow-1) 6px;
}

/* BUTTONS CUSTOM CSS
-------------------------------------- */

.btn-primary,
.btn-primary-outlined,
.btn-secondary,
.save-search-btn,
.btn-call,
.houzez-submit-js,
.btn-success,
#houzez_delete_account,
.half-map-search-js-btn,
.save-search-btn,
.save_search_click,
.houzez_agent_property_form,
.schedule_contact_form,
.btn-secondary {
  justify-content: center;

  border: 1px solid !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;

  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
}

.btn-primary,
.houzez-submit-js,
.btn-success,
.half-map-search-js-btn,
.houzez_agent_property_form,
.schedule_contact_form,
.btn-secondary {
  border-color: var(--global-orange-1) !important;
  background-color: var(--global-orange-1) !important;
  color: var(--global-deep-blue-1) !important;
}

.btn-primary:hover,
.houzez-submit-js:hover,
.btn-success:hover,
.half-map-search-js-btn:hover,
.houzez_agent_property_form:hover,
.schedule_contact_form:hover,
.btn-secondary:hover {
  border-color: var(--global-orange-2) !important;
  background-color: var(--global-orange-2) !important;
}

.btn-primary:focus,
.houzez-submit-js:focus,
.btn-success:focus,
.half-map-search-js-btn:focus,
.houzez_agent_property_form:focus,
.schedule_contact_form:focus,
.btn-secondary:focus {
  border-color: var(--global-deep-blue-1) !important;
  background-color: var(--global-orange-2) !important;
}

.btn-primary:active,
.houzez-submit-js:active,
.btn-success:active,
.half-map-search-js-btn:active,
.houzez_agent_property_form:active,
.schedule_contact_form:active,
.btn-secondary:active {
  border: 2px solid var(--global-deep-blue-1) !important;
  padding: 11px 23px !important;

  background-color: var(--global-orange-2) !important;
}

.btn-primary-outlined,
.save-search-btn,
.save_search_click {
  border-color: var(--global-deep-blue-1) !important;
  background-color: transparent !important;
  color: var(--global-deep-blue-1) !important;
}

.btn-primary-outlined:hover,
.save-search-btn:hover,
.save_search_click:hover {
  border-color: var(--global-deep-blue-1) !important;
  background-color: var(--global-deep-blue-7) !important;
}

.btn-primary-outlined:focus,
.save-search-btn:focus,
.save_search_click:focus {
  border-color: var(--global-deep-blue-1) !important;
  background-color: var(--global-deep-blue-6) !important;
}

.btn-primary-outlined:active,
.save-search-btn:active,
.save_search_click:active {
  border: 2px solid var(--global-deep-blue-1) !important;
  padding: 11px 23px !important;

  background-color: var(--global-deep-blue-6) !important;
}

.btn-success {
  box-shadow: unset !important;
}

.btn-slim {
  height: unset;
}

.mobile-property-contact .btn {
  display: flex;

  width: unset;
  line-height: unset;
}

.mobile-property-contact .btn i {
  top: unset;
}

/* HOMEPAGE CUSTOM CSS
-------------------------------------- */

.location-trigger {
  top: unset;
  bottom: 0;

  padding-left: 10px;
}

.testimonial-item-v2 {
  padding: 32px;
  border-radius: 16px;
}

.testimonial-body {
  margin-bottom: 32px;
}

.testimonial-thumb {
  width: 88px;
  height: 88px;
}

.elementor-icon-list-text {
  padding-left: 0 !important;
}

.elementor-icon-list-icon i {
  width: unset !important;
}

/* LOGIN/REGISTER MODAL CUSTOM CSS
-------------------------------------- */

.modal-content {
  border-radius: 8px;
}

.login-register-form .modal-header {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;

  background-color: var(--global-deep-blue-1) !important;
}

.login-register-form .modal-header .close {
  border: none;
}

.login-register-tabs {
  display: flex;

  height: 100%;
}

.login-register-tabs .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-register-tabs .nav-tabs .nav-item {
  margin: 0;
}

.login-register-form .modal-header .login-register-tabs .nav-link {
  padding: 20px 28px;
}

.login-register-form .modal-body {
  padding: 32px;
}

.login-form-tab label {
  padding-bottom: 0;
}

.login-form-tab .d-flex {
  align-items: center;
}

.login-form-wrap,
.register-form-wrap {
  overflow: hidden;
  border-radius: 8px;
}

.login-form-wrap .form-group-field::after,
.register-form-wrap .form-group-field::after {
  top: 12px;
  left: 16px;
}

:is(.login-form-tab, .register-form-tab) .form-tools {
  margin: 16px 0 24px 0;
}

:is(.login-form-tab, .register-form-tab) a {
  min-height: unset;

  text-decoration-line: underline;
  color: var(--global-orange-0);
}

.register-form-tab .dropdown-toggle,
.register-form-tab .dropdown-menu {
  border-radius: 8px;
}

.register-form-wrapinput::-webkit-outer-spin-button,
.register-form-wrapinput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.register-form-wrap input[type='number'] {
  -moz-appearance: textfield;
}

.register-form-tab .form-tools a {
  margin-left: 4px;
}

.register-form-tab .control.control--checkbox {
  flex-flow: unset;
}

.reset-password-form .form-group {
  margin-top: 24px;
}

/* DASHBOARD CUSTOM CSS
-------------------------------------- */

.dashboard-main-wrap {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */

  display: flex;
  flex-direction: column;
}

.dashboard-content-wrap {
  display: flex;
  flex-direction: column;
}

.dashboard-content-inner-wrap {
  flex: 1;
}

.dashboard-side-wrap {
  overflow-y: auto;

  padding: 24px;
}

.dashboard-logo-wrap {
  position: unset;
}

.dashboard-logo-wrap img {
  top: unset;
}

.dashboard-content-inner-wrap,
.dashboard-content-wrap .order-2 {
  background-color: var(--global-deep-blue-7) !important;
}

.dashboard-property-search .btn-secondary {
  border-radius: 0 4px 4px 0 !important;
  padding: 11px 24px !important;
}

.upload-gallery-thumb-buttons {
  padding: 8px 0;
}

.media-drag-drop {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 16px;
  border: 2px dashed var(--global-deep-blue-5);
  border-radius: 8px;
  padding: 24px;

  background: var(--global-deep-blue-7);
}

.media-drag-drop div {
  margin-bottom: 24px;

  line-height: 24px;
}

.upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: -10px 10px 0px 0px var(--global-deep-blue-4);
  border: 3px dashed var(--global-deep-blue-4);
  border-radius: 8px;

  background: var(--global-deep-blue-7);

  line-height: unset !important;
  color: var(--global-deep-blue-4);
}

.row .col-sm-12:nth-of-type(3) .dashboard-statistic-block {
  margin-bottom: 0;
}

.fix-profile-role {
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .responsive-table td:before {
    white-space: wrap;
  }
}

/* LISTING CARDS CUSTOM CSS
-------------------------------------- */

.grid-view .item-wrap {
  overflow: hidden;
  border-radius: 8px;
}

.item-wrap-v9 .item-body {
  border: none;
  padding: 20px;
}

.grid-view .labels-wrap {
  top: 12px;
  left: 12px;
  right: unset;
}

.labels-right div {
  margin: 0 8px 0 0;
}

.item-header .labels-wrap .label-status {
  background-color: var(--global-white-100);
  color: var(--global-deep-blue-1);
}

.item-header .labels-wrap .vendu {
  background-color: var(--global-orange-0) !important;
  color: white !important;
}

.list-view .item-wrap-v8 .item-header .item-tools {
  display: unset;

  bottom: 12px;
  right: 12px;
}

.item-tools {
  bottom: 12px;
  right: 12px;
}

.item-wrap-v9 .item-body .item-price-wrap {
  margin: 0;
}

.item-wrap-v9 .item-body .item-price-wrap .item-price {
  color: var(--global-deep-blue-0);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.item-wrap-v9 .item-body .item-amenities {
  margin: 8px 0 0 0;
}

.item-wrap-v9 .item-body .item-amenities .h-type {
  margin: 0;
}

.item-amenities .h-type {
  margin: 4px 0 0 0;
  padding: unset;

  background-color: unset;
}

.item-amenities .h-type span {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-transform: none;
}

.item-wrap-v9 .item-body .item-address,
.list-view .item-wrap-v8 .item-body .item-address {
  margin: 4px 0 0 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: var(--global-deep-blue-4);
}

.item-amenities {
  row-gap: 6px;
}

.item-amenities li {
  margin: 0 6px 0 0;
  border-radius: 6px;
  padding: 4px;

  background-color: var(--global-orange-3);
}

.half-map-right-wrap .list-view .item-wrap-v8 {
  overflow: hidden;

  border: none;
  border-radius: 8px;
}

.content-wrap-style-boxed .item-wrap {
  overflow: hidden;

  border: 1px solid var(--global-deep-blue-6);
  border-radius: 8px;
}

.list-view .item-wrap-v8 .item-body {
  padding: 8px 24px;
}

.item-wrap-v8 .item-body .item-price-wrap {
  margin: 0;
}

.list-view .item-wrap-v8 .item-body .item-price-wrap .item-price {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: var(--global-deep-blue-0);
}

.item-wrap-v8 .item-body .item-amenities {
  margin: 8px 0 0 0;
}

.item-wrap-v8 .item-body .item-amenities .h-type {
  margin: 0;
}

.custom-item-list-bottom {
  display: flex;
  justify-content: space-between;

  margin-top: 24px;
}

.item-author span,
.item-author i {
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  color: var(--global-deep-blue-4);
}

.list-view .item-header .labels-wrap {
  z-index: 1;
  position: absolute;
  top: 12px;
  left: 12px;
  right: unset;

  display: flex;
  flex-wrap: wrap;

  & > :nth-child(3) {
    margin-top: 8px;
  }
}

/* SEARCH RESULTS CUSTOM CSS
-------------------------------------- */

.half-map-wrap .page-title-wrap,
.half-map-wrap .listing-view {
  background-color: var(--global-deep-blue-7);
}

.map-on-left {
  display: flex;
  flex-direction: row-reverse;
}

.half-map-left-wrap,
.half-map-right-wrap {
  flex: 1;
}

@media (max-width: 1024px) {
  .half-map-right-wrap {
    flex: 2;
  }
}

.gm-marker {
  border: 1px solid var(--global-deep-blue-5);
  background: var(--global-white-100);
  box-shadow: 0px 4px 4px 0px rgba(38, 28, 97, 0.4);
}

.gm-marker-price {
  width: max-content;
  color: var(--global-deep-blue-2);

  font-family: Outfit;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
}

.pagination-wrap {
  margin: 0;
  padding: 30px 0;
}

.mobile-map-switch {
  border: none;
  border-radius: 100px;

  background-color: var(--global-deep-blue-0);
}

.mobile-map-switch button {
  border-radius: 0;

  color: var(--global-white-100);
}

/* LISTING PAGE CUSTOM CSS
-------------------------------------- */

.property-detail-v6 .page-title-wrap {
  padding: 40px 0;
}

.mobile-property-title {
  padding: 32px 16px;
}

@media (max-width: 767.98px) {
  .content-wrap-style-boxed .block-wrap,
  .similar-property-wrap {
    padding: 32px 16px;
  }
}

.page-title-wrap .item-tool span,
.mobile-property-tools .item-tool > span {
  border-color: var(--global-orange-0);
  color: var(--global-orange-0);
}

.page-title-wrap .item-address {
  margin-top: 12px;

  color: var(--global-deep-blue-1);
}

.page-title-wrap .label {
  margin-right: 8px;
}

.page-title-wrap .property-labels-wrap,
.labels-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

  & > :nth-child(3) {
    margin-top: 8px;
  }
}

.page-title-wrap .property-labels-wrap {
  margin: 24px 0 0 0;
}

.property-labels-wrap .label-status,
.property-labels-wrap .hz-label,
.property-labels-wrap .custom-hz-label,
.labels-wrap .label-status,
.labels-wrap .hz-label,
.labels-wrap .custom-hz-label {
  display: flex;
  align-items: center;

  border-radius: 4px;
  min-height: 28px;
  padding: 6px 8px;

  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  text-transform: none;
  color: var(--global-deep-blue-1);
}

.property-labels-wrap .label-status,
.property-labels-wrap .hz-label,
.labels-wrap .label-status,
.labels-wrap .hz-label {
  background-color: var(--global-orange-1);
  color: var(--global-deep-blue-1);
}

.property-labels-wrap .vendu,
.property-labels-wrap .vendu,
.labels-wrap .vendu,
.labels-wrap .vendu {
  background-color: var(--global-orange-0) !important;
  color: white !important;
}

.property-labels-wrap .vente,
.property-labels-wrap .vente,
.labels-wrap .vente,
.labels-wrap .vente {
  background-color: white !important;
  color: var(--global-deep-blue-1) !important;
  border: 1px solid var(--global-deep-blue-1) !important;
}

.property-labels-wrap .custom-hz-label,
.labels-wrap .custom-hz-label {
  color: var(--global-deep-blue-1);
  background: linear-gradient(
    113deg,
    var(--global-yellow-2) 14.31%,
    var(--global-yellow-3) 84.61%
  );
}

.custom-label-easybien {
  margin-right: 6px;
}

.mobile-property-title .labels-wrap {
  top: unset;
}

.mobile-property-title .labels-wrap {
  margin: 0;
}

.mobile-property-title .labels-right div {
  margin: 0 8px 0 0;
}

.mobile-property-title .item-price-wrap {
  margin-top: 16px;
}

.mobile-property-title .item-price-wrap .item-price {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1px;
  color: var(--global-deep-blue-3);
}

.mobile-property-title .page-title {
  margin: 16px 0 0 0;
}

.mobile-property-title .item-address {
  display: flex;
  margin: 8px 0 0 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: var(--global-deep-blue-1);
}

.custom-address-icon {
  margin-right: 6px;
}

.property-title-price-wrap {
  margin: 8px 0 0 0;
}

.page-title-wrap .page-title h1 {
  font-family: Outfit;
  font-size: 54px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
}

.page-title-wrap .item-price-wrap .item-price {
  color: var(--global-deep-blue-3);
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1px;
}

.img-wrap-1,
.img-wrap-2,
.img-wrap-3 {
  overflow: hidden;

  border-radius: 8px;
}

.block-wrap {
  border: 1px solid var(--global-deep-blue-6) !important;
}

.block-wrap .block-title-wrap h2,
.similar-property-wrap .block-title-wrap h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.agent-image > img {
  object-fit: cover;
}

/* HEADER MOBILE CUSTOM CSS
-------------------------------------- */

.header-mobile {
  border-bottom: 1px solid var(--global-deep-blue-6);
  padding: 0 16px;
  height: 56px;
}

.header-mobile-left {
  border-radius: 8px;

  background-color: var(--global-deep-blue-6);
}

.header-mobile-right {
  min-width: unset;
}

.header-mobile .toggle-button-right,
.header-mobile .toggle-button-left {
  border-radius: 8px;
  padding: 0 8px;

  font-size: 24px;
  color: var(--global-deep-blue-1);
}

.header-mobile .toggle-button-right {
  background-color: var(--global-orange-3);
}

.header-mobile .toggle-button-right i {
  margin: 0 !important;
}

.logo img {
  top: unset;
}

.nav-mobile .main-nav .nav-item .nav-mobile-trigger {
  height: unset;
  line-height: 46px;
}

/* MY PROFILE CUSTOM CSS
-------------------------------------- */

.houzez_update_profile,
#houzez_change_pass {
  margin-top: 32px;
}

.custom-my-profile-margin {
  margin-bottom: 48px;
}

.houzez_sticky {
  z-index: 1;
}

.bt-modal-wrap {
  padding: 48px 0 0 0;
}
