/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
.header-container .quick-search-instance .header-search {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding-left: 15px;
}
.header-container .quick-search-instance .header-search > i {
  left: 15px;
}

@media (min-width: 992px) {
  .results-view {
    display: flex;
    justify-content: center;
    text-align: center;
	  flex-wrap: wrap;
	  flex-direction: column;
	  align-items: center;
  }

  .fc-type-2-results .grid-item.col-md-4 {
    width: 50% !important;
  }
}

/*# sourceMappingURL=style.css.map */
