/*
	Theme Name: RealHomes
	Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
	Author: InspiryThemes
	Author URI: https://www.inspirythemes.com/
	Description: RealHomes is a handcrafted WordPress theme for real estate websites. It offers purpose-oriented design with all the essential features that a real estate website needs. RealHomes theme facilitates its users on both the front-end and admin-side, making property management a breeze.
    Requires at least: 6.0
    Tested up to: 6.4
    Requires PHP: 7.4
	Version: 4.2.1
	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

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

i.fsf {
    background: grey;
    color: black !important;
}
.fuse_social_icons_links {
    margin-right: 20px !important;
}

i.fsf.fuseicon-facebook.facebook-awesome-social.awesome-social {
    margin-bottom: 35px !important;
}

#icon_wrapper {
    position: fixed;
    top: 50%;
    right: 15px !important;
    z-index: 99999; /* This keeps the wrapper on top */
    transform: translateY(-50%); /* Center the wrapper vertically */
}

#icon_wrapper::before {
    content: '';
    position: absolute;
    top: 50%; /* Center the line vertically within the wrapper */
    left: 30%; /* Center the line horizontally within the wrapper */
    transform: translate(-50%, -50%); /* Adjust for centering */
    height: 90%; /* Full height of the wrapper */
    width: 2px; /* Line thickness */
    background-color: #000; /* Line color */
    z-index: -1; /* Pushes the line behind the wrapper content */
}