/*
	Theme Name: RealHomes
	Theme URI: #
	Description: Real Homes is a handcrafted WordPress theme for real estate websites. It offers purpose oriented design with all the useful features a real estate website needs. Real Homes theme facilitates its user on front end as well as on admin-side and makes properties management a breeze.
	Author: Inspiry Themes
	Author URI: #
	Version: 3.19.0
	Text Domain: framework
    Domain Path: /languages
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-background, light, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

	----------------------------------------------------------------------------------------------------------------*/
.mr-4 {
  margin-right: 4em;
}
.mb-4 {
  margin-bottom: 4em;
}
.mt-4 {
  margin-top: 4em;
}
.w-100 {
  width: 100%;
}
.w-35 {
  width: 30%;
}
.desktop-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .mr-4 {
    margin-right: 2em;
  }
  .w-35 {
    width: 100%;
  }
  .mobile-none {
    display: none;
  }
  .desktop-none {
    display: block;
  }
  .profile-image {
    min-width: 100%;
  }
  .agent-profile-name {
    background: #d04b58;
    text-align: center;
    padding: 12px;
  }
}
