/*
	Theme Name: RealHomes Theme
	Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
	Description: A nice, clean and feature rich theme for Real Estate Websites.
	Author: Inspiry Themes
	Author URI: http://www.inspirythemes.com/
	Version: 2.4.3
	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, threaded-comments, translation-ready, light, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options

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

#sumome-smartbar-popup {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0 !important;
  bottom: 0;
  height: 200px !important;
  width: 500px !important;
  max-width: 96% !important;
  margin: auto;
  overflow: auto;
  border: 3px solid #36b3d9;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#sumome-smartbar-popup.active {
  opacity: 1;
}

.sumome-smartbar-popup .sumome-smartbar-theme {
  background: #e2edef;
}

.sumome-smartbar-link {
  display: none !important;
  
}
.sumome-smartbar-content {
  padding: 15px !important;
}

.sumome-smartbar-text b {
  font-size: 16px !important;
}
.sumome-smartbar-text,
.sumome-smartbar-text * {
  font-family: Arial !important;
  font-size: 14px !important;
}


body.openedsumome:before {
  content: '';
  background: rgba(0, 0, 0, .3);
  position: absolute;
  z-index: 9999998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}