/*	
	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 */
.stm-layout-header-car_dealer .header-main {
    padding: 5px 0 !important;
}
.header-main .clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-main .clearfix:before, .header-main .clearfix:after {
    display: none;
}
.header-top-info .clearfix {
    display: unset;
}
aside#stm_text-2 img {
    margin-bottom: 20px;
    width: 80%;
}
form#mc4wp-form-1 .mc4wp-form-fields {
    position: relative;
}
form#mc4wp-form-1 .mc4wp-form-fields:after {
    content: "\f09e";
    position: absolute;
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    text-rendering: auto;
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    right: 0;
    height: 38px;
    width: 40px;
    background-color: #f58238;
    text-align: center;
    line-height: 38px;
    color: #fff;
    text-indent: 2px;
    z-index: 9;
}
form#mc4wp-form-1 input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 40px;
    z-index: 10;
    opacity: 0;
}
footer#footer li, footer#footer li a {
    color: #aaa;
    font-size: 15px;
}
footer#footer li:hover ,footer#footer li a:hover {
    color: #f58238;
}
.footer_widgets_wrapper .widget-title h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
aside#stm_text-2 p {
    font-size: 15px;
}
#footer-copyright .copyright-text {
    text-align: center;
    font-size: 15px !important;
}
#footer-copyright .footer-copyright .col-md-8 {
    width: 100%;
}
.stm-single-car-page .col-md-9 {
    width: 100%;
}
.stm-single-car-content {
    padding-right: 0 !important;
}
.stm-single-car-content h1.title.h2:first-child, .stm-single-car-content .single-car-actions:nth-child(2), .stm-single-car-content .stm-car-carousels:nth-child(3) {
    display: none;
}
div#policies-row {
    padding: 137px 120px 113px !important;
}
.about-sec ul li {
    display: inline-block;
    width: 32%;
    position: relative;
    padding-left: 20px;
}
.about-sec ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f58238;
    border-radius: 100px;
    left: 0;
    top: 6px;
}
.about-sec ul {
    padding: 0;
}
.foot-cont img {
    width: 80%;
    margin-bottom: 20px;
}
.foot-cont p {
    line-height: 20px;
    color: #aaa;
    font-size: 15px;
}
/* Responsive Css */
@media only screen and (min-width: 320px) and (max-width: 999px) {
	.header-main .clearfix {
		display: block;
	}
	div#policies-row {
		padding: 10px !important;
	}
	.stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {
		flex-direction: column;
	}
	.wpb_wrapper .icon-box .icon-text {
		width: 100% !important;
	}
	div#policies-row .vc_custom_1753922748558 {
		margin-bottom: 20px !important;
	}
	div#offer-row .icon-box {
		margin-bottom: 10px !important;
		display: block;
	}
	div#qa-row {
		padding: 70px 20px !important;
	}
	div#qa-row .icon-box {
		padding: 20px !important;
	}
	.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {
		margin: 0 0 15px !important;
	}
	.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image img {
		width: 70px;
		margin: auto;
	}
	.foot-cont img {
		width: 50%;
		margin-bottom: 10px;
	}
	#header .logo-main {
		padding-right: 40px !important;
		align-items: center;
	}
	#header .logo-main img {
		width: 130px !important;
	}
	.stm-layout-header-car_dealer .mobile-menu-trigger {
		top: auto !important;
	}
	.about-sec ul li {
		width: 49%;
	}
	.entry-header.small_title_box .container .entry-title h2 {
		font-size: 30px;
	}
	h2 {
		font-size: 30px !important;
	}
}