/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-real-estate-wordpress-theme/26372986
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/



.group-wrapper-filter > * {
    position: relative;
}
.group-wrapper-filter .loading::before {
    background: rgba(255, 255, 255, 0.5) url("loading.gif") no-repeat center center/25px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    content: '';
}

.filter-listing-form .group-wrapper-filter.form-group-inner.has-icon{
	padding:0;
}
.filter-listing-form .group-wrapper-filter.form-group-inner.has-icon > div{
	padding-left:22px;
	position: relative;
}

.filter-listing-form.vertical .group-wrapper-filter.form-group-inner.has-icon > div {
     padding-left: 0px; 
}