/*
 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
*/

.footer-bottom p {
	color: #fff;
}

.profile-cover.profile-cover-no-img {
	height: 150px;
}

.profile-avatar {
    border-radius: 0;
}

.obfuscated {
    filter: blur(3.5px);
    opacity: .75;
}

.title-style-1 h5, h5.menu-item-title {
    font-size: 18px;
}

.lf-item-info > h4 {
	font-size: 18px;
}

.lf-item-info p.location {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.footer-disclaimer {
	font-size: 12px;
	color: #F2F0EF;
}

.footer h4, .footer p {
	color: #fff;
}

.footer li a {
	color: #F2F0EF;
}

.footer li a:hover {
	text-decoration: underline;
}

.footer ul ul {
	margin-left: 20px;
}

@media only screen and (min-width: 1201px) {
    .footer .col-lg-4.c_widget:nth-child(1) {
        padding-right: 50px;
    }
}