/*
Theme Name: Zuhaus
Theme URI: https://zuhaus.qodeinteractive.com/
Description: A Modern Real Estate and Rental Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: zuhaus
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@media (max-width: 767px) {
    .vc_custom_1759247016098 {
        padding-top: 15px !important;
    }

    .vc_custom_1759247016098 h1 {
        font-size: 45px !important;
    }
}

.select2-container--default .select2-results {
    display: block;
    padding: 0;
    margin: 0;
    overflow-y: auto !important; /* Changed from overflow: hidden */
    max-height: 300px !important; /* Add a max-height to enable scrolling */
}

body.logged-in .wp-block-pms-content-restriction-start {
    display: none !important;
}