/*
Theme Name: Piller
Theme URI: https://wordpress.themeholy.com/piller
Author: Themehour
Author URI: https://themeforest.net/user/themehour 
Description: Piller - Real Estate WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later 
License URI: LICENSE
Text Domain: piller
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. 

*/ 

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

/* sidebar */
.widget.no-banner-widget {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    border: 0px solid transparent;
}
.directorist-card.no-banner-widget {
    box-shadow: none !important;
    border: none !important;
}

/* Listing single quick info */
.directorist-single-listing-quick-action .directorist-single-listing-action {
    position: absolute;
    left: -9999px;
}

.share .directorist-social-share,
.love .atbdp-favourites,
.report .directorist-action-report {
    position: static; /* or your desired layout style */
    left: auto;
}
