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

/* Header top */

@media(max-width: 1024px) {
    
    .top-bar-wrap {
        display: none !important;
    }
    
    .ev_footer_contact_block .icons_wrap {
        padding-left: 40px;
        padding-bottom: 80px;
    }
    
}

/* Contact form */

@media (min-width: 992px) {
.stm-template-ev_dealer .ev_footer_contact_block .stm-contact-us-form-wrapper {
  background-color: rgba(13, 70, 255) !important;
}

.stm-template-ev_dealer .wpcf7-list-item-label {
    color: #fff !important;
}
    
}

/* My account page */

/*.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation-link--orders a {
    display: none;
}*/

/* All listings page */

.listing-list-loop .content .meta-top {
  margin-bottom: 10px !important;
}

.listing-list-loop .content .meta-top .price .normal-price {
  padding: 6px 8px 6px 10px !important;
}

.single-regular-price {
  padding: 15px 0 15px !important;
  vertical-align: middle;
}

.single-listing-price-wrapper .wpcf7-submit {
    margin: 0 auto !important;
}

.single-listing-price-wrapper .wpcf7-spinner,
.single-listing-price-wrapper .wpcf7-email {
    display: none !important;
}

.single-listing-price-wrapper .single-regular-price span {
    color: #000000 !important;
}

.single-listing-price-wrapper .single-car-prices {
  background-color: transparent !important;
}

@media(min-width: 768px) {
    
    .meta-middle-row {
        display: flex;
    }
    
    .meta-middle-unit {
        width: 25%;
        float: none;
        
    }
    
    .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit{
        padding: 0 10px;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
}

/* Single listing page */

table > tbody tr td {
  padding: 3px 8px !important;
}

.stm_all_in_one_price_block .col-sm-6 {
    width: 100% !important;
}

.prices_wrap span {
    text-align: center;
}


.single-car-actions .list-unstyled {
  display: block !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .stm-template-ev_dealer .single-car-actions > ul li {
    float: none !important;
    display: inline-block;
  }
}

.stm-template-ev_dealer .single-car-actions .car-action-unit {
  font-size: 16px !important;
  line-height: 40px !important;
}

@media (max-width: 767px) {

.brochure-section {
    display: none !important;
}

}