/*
Theme Name: Realar
Theme URI: https://wordpress.themeholy.com/realar
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Realar - Real Estate Apartment Complex WordPress Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realar
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. 

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

/*  */
.filter-item.hidden {
    display: none;
}
.property-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  margin-right: 20px !important;
}
.property-card .property-card-details {
  margin-left: 0 !important;
  border-left: 0px !important;
  padding-left: 0px !important;
}
.property-card-wrap {
  padding-top: 30px !important;
}
.property-card .property-btn-wrap {
  margin-top: 20px !important;
  padding-top: 10px !important;
}
body .bg-light {
  background-color: #fff !important;
}
.sidebar-btn .line {
  display: block;
  height: 2px !important;
  background: white !important;
}
.th-menu-toggle {
  padding: 14px !important;
  background-color: #262626 !important; 
}
