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

.search-social ul {
	display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom .social-nav li a div {
    margin-right: 0 !important;
    margin-top: 3px;
}

.footer-bottom .social-nav li a div {
    text-align: center;
    border-radius: 50%;
    color: #555558;
    background: #f4f4f4;
    float: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    transition: .2s ease;
}