/*
Theme Name: Realar
Theme URI: https://wordpress.themeholy.com/realar
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Realar - Real Estate Apartment Complex WordPress Theme
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realar
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

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 */

/* Custom dropdown arrow */
/* Add custom downward arrow to Estatik dropdowns */
.es-search__field-label {
    position: relative;
    padding-right: 22px;
    cursor: pointer;
}

.es-search__field-label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'><path d='M7 10l5 5 5-5'/></svg>");
    background-size: 10px;
    background-repeat: no-repeat;
}




.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;
}

/*  */
.filter-item.hidden {
    display: none;
}