/*	
	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 */
body .motors-alignwide, body .container {
    max-width: 1260px !important;
}

#top-bar span.select2-selection.select2-selection--single {
    background: transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
}
input.select2-search__field {
    display: none!important;
}
span#select2-location-dropdown-container {
    color: #fff !important;
}
/* span.select2-dropdown.select2-dropdown--below {
    min-width: 150px !important;
    margin: 0 !important;
    border-radius: 4px;
}
#header span.select2.select2-container.select2-container--default {
    height: 20px;
    margin-top: -20px;
}
.select2-container--open .select2-dropdown {
    z-index: 11111 !important;
    top: 10px;
} */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__options li{
    font-size: 14px !important;
}
.stm-layout-header-listing #wrapper #header .header-listing .listing-menu > li {
    margin-right: 20px !important;
}
#header a.lOffer-compare {
    position: relative;
    display: block;
    margin: 12px 0px 0 0;
    color: #eee;
    font-size: 27px;
    text-decoration: none !important;
}
#header span.list-badge {
    position: absolute;
    min-width: 18px;
    top: -2px;
    right: -8px;
    background-color: #a2bf18;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    color: #fff !important;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.page.stm-layout-header-listing #wrapper .header-listing .listing-menu {
    text-align: end !important;
}
.page.stm-layout-header-listing #wrapper .header-listing .listing-right-actions {
    margin-top: -30px !important;
}
.page.stm-layout-header-listing #wrapper .header-listing .listing_add_cart {
    margin-right: 6px!important;
}
.elementor-92475 .elementor-element.elementor-element-28459de .elementor-image-carousel-caption {
    border-radius: 0 0 20px 20px;
    background: #e5e5e5 !important;
    padding: 12px 0;
}
.stm-footer-search-inventory, .stm-listing-layout-footer .stm-footer-menu{
    display: none;
}
.page-template-default .stm-listing-layout-footer .container > .clearfix {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.page-template-default div#footer-main p, .page-template-default div#footer-main li, .page-template-default #footer-copyright .copyright-text.heading-font {
    color: #fff !important;
}
ul.wp-block-list li {
    list-style: none;
}
/* form style */
.form_sec input[type=text], .form_sec input[type=number], input[type=tel], input[type=email], input[type=search], input[type=password], textarea,
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date{
    background-color: #fff !Important;
}
.form_sec .select2-container--default .select2-selection--single {
    height: 43px !important;
    border: none;
    border-radius: 0;
    background-color: var(--motors-filter-inputs-color);
    outline: none !important;
    border: 2px solid #eceff3 !Important;
    background-color: #fff !important;
    margin-top: 9px !important;
}
.form_sec .wpcf7-checkbox span.wpcf7-list-item,
.form_sec .wpcf7-radio span.wpcf7-list-item{
    margin-right: 13px !important;
}
.form_sec .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results__options li {
    font-size: 15px !important;
}
::placeholder {
    font-size: 15px !important;
    color: #00000094;
}
.form_sec .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 10px !important;
}
.form_sec .stm-elementor-contact-form-seven form input[type=submit] {
    margin: 0 !important;
}
.form_sec .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    border-color: red !important;
    color: red !important;
}
input[type="checkbox"], input[type="radio"], .form_sec .stm-elementor-contact-form-seven form input[type=date], .form_sec input[type="date"] {
  cursor: pointer;
}
.wpcf7-form-control-wrap {
  cursor: pointer;
}
.wpcf7-form-control-wrap input[type="date"]{
  cursor: pointer;
}
.wpcf7-form-control-wrap::after,
.wpcf7-form-control-wrap span {
  cursor: pointer;
}
.form_sec .wpcf7-list-item-label,
.form_sec .contact-us-label{
    color: #000000 !important;
    font-size: 16px;
}
.form_sec .wpcf7 form.failed .wpcf7-response-output, .form_sec .wpcf7 form.aborted .wpcf7-response-output {
    border-color: red!important;
    color: red !important;
}
.forminfo {
    color: #00000085;
    /* font-size: 13px; */
    padding-bottom: 5px;
}
/* Card */
.service-details .Card{
	height:340px;
}
/* animation */
.slide-in-left, .slide-in-right, .slide-in-up {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease-out;
  will-change: transform, opacity;
}

.slide-in-left {
  transform: translateX(-50px);
}
.slide-in-up{
 transform: translateY(-50px);
}
.slide-in-up.visible{
   opacity: 1;
  transform: translateY(0);
}
.slide-in-left.visible,
.slide-in-right.visible{
  opacity: 1;
  transform: translateX(0);
}

/* banner opacity */
.background-opacity {
    width: 100%;
    max-width: 100%;
    /* opacity: .8; */
    filter: brightness(0.8);
}

/* blog */
.blog .title-relative h4.title {
    text-transform: capitalize;
    color: #A2B418;
    font-weight: 600 !important;
    height: 65px;
    overflow: hidden;
}
.blog .post-grid-single-unit {
    position: relative;
    margin-bottom: 20px;
}
.blog .col-md-4.col-sm-4.col-xs-12 {
    padding: 0 10px;
}
.blog .post-grid-single-unit .content {
    padding: 30px 20px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
}
ul.wp-block-list li a {
    color: #fff;
}
ul.wp-block-list li a:hover {
    color: #a2bf18;
}
.wr-text-center {
    text-align: center!important;
    margin: 50px 0;

}
.elementor-93683 .elementor-element.elementor-element-292bdd9 .motors-elementor-arrow-banner .stm-content-arrow-wrap .centered-banner-content-listing .inner h1,
.elementor-93688 .elementor-element.elementor-element-292bdd9 .motors-elementor-arrow-banner .stm-content-arrow-wrap .centered-banner-content-listing .inner h1{
    color: #fff;
    line-height: 1em;
}
div.radio {
    margin-right: 4px;
    border: 1px solid #000;
    border-radius: 50% !important;
}
span.checked {
    background-color: #000;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    margin: 3px!important;
    display: block;
}
@media (min-width:1023px){
.page-id-93166 .elementor-93166 .elementor-element.elementor-element-292bdd9 .motors-elementor-arrow-banner .stm-content-arrow-wrap .centered-banner-content-listing .inner h1 {
    color: #FFFFFF;
    line-height: 1em;
    margin-right: 120px;
}
}
@media (max-width:992px){
	.stm-layout-header-listing #wrapper #header .header-listing .listing_add_cart div i:before{
        text-indent: 0;
        top: 9px;
        left: 50%;
        font-size: 17px;
        color: #ffffff !important;
        transform: translateX(-50%);
    }
	.stm-layout-header-listing #wrapper #header .header-listing .listing_add_cart div i{
        color: #ffffff !important;
    }
	.pull-right {
    display: none;
}
	.page-template-default.page.stm-layout-header-listing #wrapper .header-listing .listing-right-actions {
    margin-top: 0 !important;
}
	#footer h2{
    font-size: 20px !important;
    line-height: 40px;
	}
	.copyright-text.heading-font {
    text-align: center;
}
	.stm-layout-header-listing #wrapper #top-bar .top-bar-wrapper .pull-left {
    padding: 10px !important;
}
	.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results__options li {
    font-size: 16px !important;
}
	.stm-layout-header-listing #wrapper .listing-menu-mobile-wrapper .stm-menu-trigger span {
    background: #fff !important;
}
	.blog .post-grid-single-unit .content {
    padding: 10px 20px 30px !important;
}

}
 