/*
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");

/* Your CSS code goes here
-------------------------------------- */

.new-feature:after {
    content: "جدید";
    background-color: #61ce70;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px;
    font-weight: 500;
    position: absolute;
    line-height: 12px;
    left: 15px;
    top: 15px;
}
.dropdown-menu .dropdown-menu > .new-feature:after {
    left: 15px;
}
.dropdown-menu > .menu-item-has-children.new-feature:after {
    left: 35px;
}
.main-nav, .dropdown-menu, .login-register, .btn.btn-create-listing, .logged-in-nav, .btn-phone-number{padding-left: 100px;}
.top-bar-wrap, .top-bar-wrap .dropdown-menu, .switcher-wrap .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;}
  .header-mobile {
    height: 80px; /* ارتفاع جدید هدر */
   padding-top: 5px; /* فاصله از بالا و پایین */
  }
  .header-main-wrap .main-nav .navbar-nav, .houzez-nav-menu-main-desktop-wrap .houzez-nav-menu-main:not(.houzez-nav-menu-layout-dropdown) .navbar-nav{margin-right: 130px;}
  .property-banner .property-form-wrap{    display: none;}
  .page-title-wrap .item-price-wrap .item-price {
    font-size: 24px;
        margin-top: 10px;}
  .agent-profile-wrap {
    background: linear-gradient(to right, #ececec, #c7e0f4);
}
  .h2, h2{font-size:20px;}
  .block-content-wrap .detail-wrap li strong {color: #0266a0;}
.houzez-nav-menu-main-mobile-wrap.nav-mobile .main-nav {
    background-color: transparent;
    z-index: 9999;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 250px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 5px;
}
.agent-list-wrap {    background-color: #e1e9ed; height: 230px; border-radius:15px;}
.sidebar-wrap .property-form-wrap {background-color: #e7f5ff;
    border-radius: 15px;}
    .mobile-property-contact {    background-color: #ededed;}
    .btn btn-secondary-outlined{background-color:#28a745}
/* استاندارد فاصله بین خطوط در نوشته‌ها */
.single-post .entry-content  p {
  line-height: 2;       /* استاندارد خوانایی */
  margin-bottom: 1.3em;   /* فاصله مناسب بین پاراگراف‌ها */
}

/* تیترها */
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

/* موبایل */
@media (max-width: 768px) {
  .single-post .entry-content p {
    line-height: 1.7;
    margin-bottom: 1em;
  }
  .single-post .entry-content h1,
  .single-post .entry-content h2,
  .single-post .entry-content h3 {
    line-height: 1.2;
  }
}
/* تنظیم فاصله سطرها فقط در محتوای پست‌ها */
.post-content-wrap p {
    line-height: 1.6 !important; /* فاصله سطرها */
}

/* تنظیم فاصله سطرها برای موبایل */
@media screen and (max-width: 768px) {
    .post-content-wrap p {
        line-height: 1.5; /* فاصله سطرها در موبایل */
    }
}
