/*
 * Theme Name: WilCity ChildTheme
 * Theme URI: https://wilcity.com
 * Author: wiloke
 * Author URI: https://wiloke.com
 * Description: Listing WordPress Theme
 * Version: 1.0
 * Template: wilcity
 */
body.popup-active::-webkit-scrollbar {
    display: none;
}

#wilcity-header-section.js-header-sticky[data-header-theme="transparent"] .wil-nav .nav-menu>li>a{
    color: #fff !important;
}
#wilcity-header-section.js-header-sticky[data-header-theme="transparent"] .js-header-logo img{
    filter: brightness(100);
}
body.logged-in.admin-bar header.js-header-fixed, .wil-disable-sticky-menu #wilcity-header-section {
    height: auto !important;
}
/*
.wilcity-sidebar-item-listing_cat .two-text-ellipsis a .rounded-circle{
    display: none;
}
.wilcity-sidebar-item-listing_cat .two-text-ellipsis a{
    background-color: #485273;
    color: #fff;
}*/
.wil-btn--secondary {
	background-color: #0892A5 !important;
}
.wil-btn--secondary:focus, .wil-btn--secondary:hover {
	background-color: #078B9C !important;
	color: #fff;
}
.gld-box .wil-overlay {
    background-image: none !important;
    background-color: #13265c;
    opacity: 1;
}
.gld-box h2 {
    font-size: 15px;
    margin-bottom: 10px;
        height: 35px;
}
.gld-box h2 ~ span {
    font-size: 12px;
    display: block;
    margin-top: auto;
}
.gld-box h2 ~ span i{
    display: none;
}
.image-box_module__G53mA:hover .wil-overlay {
    opacity: 1;
    background-color: #0892A5;
}
.image-box_count__2ILGP, .image-box_logo__3NG5m {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.image-box_body__Je8Uw {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
}
.image-box_item__3T3KI:nth-child(5){
    display: none;
}
.image-box_right__17b8t{
    bottom:0;
}
#wilcity-menu li.menu-item {
    font-size: 14px;
}
.wil-nav .nav-menu>li>a{
    padding: 0 15px;
}
.sg-users.wilcity-grid header {
    display: none;
}
.sg-users.wilcity-grid .js-grid-item-body > a{
        margin: 0;
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.sg-users.wilcity-grid .js-grid-item-body > .vertical{
    display: none;
}
.sg-users.wilcity-grid .js-grid-item-body > h2{
    white-space: inherit;
    text-align: center;
}
.sg-users.wilcity-grid .js-grid-item-body > h2 ~ div{
    font-size: 13px;
    white-space: inherit;
    text-align: center;
    line-height: normal;
    margin-top: 10px;
}
.sg-users.wilcity-grid .js-grid-item-body .bg-cover {
    width: 90px;
    height: 90px;
    margin-top: 10px;
}
.sg-users.wilcity-grid footer.js-grid-item-footer{
    display: none;
}
a.wilcity-js-favorite {
    border: 0;
    padding: 3px 8px;
}