/*
	Theme Name: Real Places
	Theme URI: http://themeforest.net/item/real-places-responsive-wordpress-real-estate-theme/12579089
	Description: A purpose oriented WordPress theme for Real Estate Websites.
	Author: Inspiry Themes
	Author URI: http://themeforest.net/user/inspirythemes/portfolio
	Version: 1.9.7
	Text Domain: inspiry
    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, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options, left-sidebar, right-sidebar, featured-images, full-width-template, threaded-comments, post-formats, rtl-language-support, custom-colors

	----------------------------------------------------------------------------------------------------------------*/

/* Media query targets screens with a maximum width of 767px (typical mobile breakpoint) */
@media screen and (max-width: 767px) {
  .form-mobile {
    display: block; /* Change this to your desired display property (e.g., inline, inline-block) */
  }
}

/* By default, hide the element for screens larger than 767px */
.form-mobile {
  display: none;
}