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

/* MAIN STYLES */

.car-listing-row .listing-car-item-meta .price::before {
	 background-color: #1b6d1e !important;
}

.car-listing-row .listing-car-item-meta .price {
    background-color: #1b6d1e !important;
}
/* HOMEPAGE */

.found-cars .blue-lt {
	color: #1b6d1e !important;
}

/* CAR LISTINGS */

.single-car-prices {
	background-color: #1b6d1e !important;
}

.stm-schedule {
    display: none !important;
}

.stm-button, input[type="submit"], button, .button, .load-more-btn { 	
	background-color: #1b6d1e !important;
	box-shadow: 0 2px 0 #D9671B !important;	
}

.listing-list-loop .content .meta-top .price::before {
	background-color: #1b6d1e !important;
}

.listing-list-loop .content .meta-top .price {
	background-color: #1b6d1e !important;
}

.header-help-bar > ul li a .list-badge {
	background-color: #1b6d1e !important;
}

/* FOOTER */

.copyright-text a {
	color: #1b6d1e !important;
}