/*
	Theme Name: Motors Child
	Theme URI: http://motors.stylemixthemes.com/
	Author: Drule
	Author URI: https://stylemixthemes.com/
	Description: Classifieds WordPress Theme by StylemixThemes.
	Version: 1.0.0.0
	Template:     motors
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, black, red, dark, 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
*/
.header-help-bar .help-bar-compare a .list-label.heading-font {
  color: #000 !important;
}
.stm-template-listing_four .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before {
  left: -12px !important;
}
.stm-form-with-icon i.stm-service-icon-phone:before {
	color: #aaa;
}
.stm_auto_loan_calculator > .title h5 {
  word-break: break-all;
  line-height: 1.15;
}

/* Sold car layout */
.sold-info {
  font-size: 18px;
  font-weight: bold;
}
.special-label.sold-label.h5 {
  background-color: red;
}
/* Special prise */
.single-regular-sale-price>table tr td:first-child{
	font-size: 13px !important;
}
.single-regular-sale-price>table tr td:nth-child(2) {
  padding-left: 10px !important;
}
.single-regular-sale-price>table tr td:nth-child(2) .h4 {
	font-size: 22px;
  text-align: left;
}

/* Dealer features */
body:not(.stm-template-listing) .stm-single-listing-car-features.dealer-features .lists-inline > ul li {
  width: 100%;
}

/*Anfrage contact form hide*/
.page-url-text {
	display: none;
}

/* filter na inventory */
.select2-container.select2-container--open {
	z-index: 1000;
}

/* FIX QUFORM checkbox */
body .quform-options-simple .quform-option .quform-option-label {
	padding-left: 26px;
    margin-left: -26px;
}

/* Footer */
@media (max-width: 767px) {
	.cols_4 aside,
	.cols_3 aside,
	.cols_2 aside,
	.cols_1 aside {
			width: 100% !important;
	}
	.cols_4 aside .widget_text .textwidget iframe {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.mobile-menu-holder .header-menu .stm_compare_mobile {
		display: none;
	}
	.stm-template-listing_four.stm-layout-header-car_dealer .header-main .logo-main .mobile-contacts-trigger {
		display: none !important;
	}
}

/* Logo Main - Blog Logo */
@media (max-width: 420px) {
	.logo-main  .bloglogo img {
		max-width: 200px;
	}
	
}

/*Service Formular*/
@media (min-width: 768px) {
	.quform.quform-1 {
		margin: auto;
		width: 60%;
	}
}