@media only screen and ( max-width: 991px ) {

    .wpro-navbar-nav {
        display: none;
    }
    .wpro-navbar-mobile-nav {
        display: block;
    }

    .wpro-banner-search .lp-search-bar .form-group.lp-location-search {
        float: none !important;
    }

}

@media only screen and ( max-width: 991px ) and ( min-width: 768px ) {

    .wpro-categories-element {
        display: block;
        clear: both;
    }
    .wpro-categories-element:before,
    .wpro-categories-element:after
    {
        content: '';
        clear: both;
    }
    .wpro-categories-element .wpro-categories-element-category {
        width: calc( 100% / 3 ) !important;
        float: left !important;
    }
    .wpro-categories-element .wpro-categories-element-category:nth-child( 4n+1 ) {
        clear: none !important;
    }
    .wpro-categories-element .wpro-categories-element-category:last-child,
    .wpro-categories-element .wpro-categories-element-category:nth-child( 3n+0 )
    {
        border-right: none !important;
        clear: right !important;
    }
    .wpro-categories-element .wpro-categories-element-category:nth-child( 4n+0 ) {
        border-right: 1px solid #f4f4f6;
    }
    .wpro-categories-element .wpro-categories-element-category:nth-child( 3n+1 ) {
        clear: left !important;
    }
    .wpro-categories-element .wpro-categories-element-category:nth-child(n+4) {
        border-top: 1px solid #bdbac429;
    }

}

@media only screen and ( max-width: 767px ) {

    .wpro-banner-search .lp-search-bar .form-inline .form-group,
    .wpro-banner-search .form-group .lp-search-bar-right,
    .wpro-banner-search .form-group .ui-widget.border-dropdown
    {
        width: 100% !important;
        position: relative;
    }
    .wpro-banner-search .form-group.lp-suggested-search .what-placeholder input {
        border-right-color: transparent !important;
    }
    .wpro-banner-search .form-group .lp-search-bar-right .lp-search-icon {
        left: calc(50% - 40px) !important;
    }
    .wpro-banner-search .lp-search-bar {
        max-width: 90% !important;
    }

    .wpro-categories-element {
        display: flex;
        flex-wrap: wrap;
    }
    .wpro-categories-element .wpro-categories-element-category {
        width: calc(100% / 3) !important;
        border: none !important;
    }

    .wpro-taxonomies-list-container {
        justify-content: center;
        align-items: center;
    }
    .wpro-taxonomies-list-container .wpro-taxonomies-list-taxonomy {
        width: calc((100% / 3) - 30px);
        text-align: center;
    }

    .wpro-call-to-action-container {
        flex-direction: column-reverse;
    }

    .wpro-banner-search .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
        padding-left: 65px;
    }

    .wpro-locations-element-location {
        box-shadow: none;
    }
    .wpro-locations-element-location .wpro-locations-element-location-title {
        display: block;
    }
    .wpro-locations-element-location img {
        height: calc(325px - 70px);
        object-position: top;
    }

}

@media only screen and ( max-width: 600px ) {

    .wpro-categories-element .wpro-categories-element-category {
        width: calc(100% / 2) !important;
    }

}

@media only screen and ( max-width: 500px ) {

    .wpro-taxonomies-list-container {
        justify-content: center;
        align-items: center;
    }
    .wpro-taxonomies-list-container .wpro-taxonomies-list-taxonomy {
        width: calc((100% / 2) - 30px);
        text-align: center;
    }
    .wpro-categories-element .wpro-categories-element-category {
        padding: 0 15px;
    }
    .wpro-footer-bottom-section .footer-menu {
        margin-bottom: 15px;
    }
    .wpro-footer-bottom-section-right {
         margin: 30px auto 0 auto;
    }
    .wpro-banner-search .form-group.lp-suggested-search .what-placeholder {
        min-width: 100% !important;
    }
    .wpro-listing-grid .wpro-listing-grid-thumb img {
        min-height: 250px;
    }
    #wproSidebar .userimage img {
        width: 150px;
        height: 25px;
        object-fit: scale-down;
    }

    /*Theme Responsive*/
    body #page .lp-archive-banner .lp-search-bar .lp-location-search .ui-widget > i {
        top: 54% !important;
    }
    body #page .more-filter .more-filter-left-col {
        clear: both;
        float: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body #page .lp-filter-inner-wrapper .more-filter-left-col .search-filters > ul > li {
        margin-right: 0 !important;
    }
    body #page .more-filter .more-filter-left-col > div.lp-show-on-mobile {
        display: none !important;
    }
    body #page .more-filter .more-filter-left-col > div:not(.lp-show-on-mobile) {
        padding: 0 !important;
        max-width: calc(100% / 3);
    }


}

@media only screen and ( max-width: 400px ) {

    .wpro-categories-element .wpro-categories-element-category {
        width: 100% !important;
    }

}