/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

/* Change price bg to black */
.stm-elementor_listings_list .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price, .stm-elementor_listings_list .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before{
    background: #000000!important;
}

/* Fixing logo cropping issue on mobile devices */
@media (max-width: 991px) {
    .stm-layout-header-listing #wrapper #header .header-listing {
        min-height: 95px;
    }
}

/* Menu alignment issues */
.stm-layout-header-listing #wrapper .header-listing .listing-menu{
    margin-top: 10px;
    padding-top: 27px;
}
.stm-layout-header-listing #wrapper .header-listing .listing-right-actions {
	margin-top: 32px!important;	
}