/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/* Apply 140px top margin ONLY to single listings posts */
/* Add margin-top:122px only for single posts under CPT 'listings' */
/* .single-listings #content.site-content {
    margin-top: 122px !important;
} */
/* -------------------------
   2) HEADER: solid background only on single listings
   ------------------------- */
header#masthead {
    background: transparent !important; /* keep transparent everywhere by default */
}

/* make header solid on single listing pages (change color if needed) */
.single-listings header#masthead {
    background: #000 !important; /* change to #fff or rgba(...) if you prefer */
    position: relative !important;
    z-index: 999 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12) !important;
	/* optional, remove if not wanted */
}

/* -------------------------
   3) Neutralize any old negative margins on single listing pages
   ------------------------- */
.single-listings header#masthead,
.single-listings header#masthead .elementor-element,
.single-listings .elementor-location-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2px !important;
}

/* -------------------------
   4) Mobile tweak (reduce top spacing on small screens)
   ------------------------- */
@media (max-width: 767px) {
    .single-listings #content.site-content {
        margin-top: 80px !important;
    }
}


/* -------------------------
   Apply same header style to archive listings page
   ------------------------- */

.post-type-archive-listings header#masthead {
    background: #000 !important;
    position: relative !important;
    z-index: 999 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12) !important;
}

/* Neutralize margins/padding on archive listings page */
.post-type-archive-listings header#masthead,
.post-type-archive-listings header#masthead .elementor-element,
.post-type-archive-listings .elementor-location-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2px !important;
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .post-type-archive-listings #content.site-content {
        margin-top: 80px !important;
    }
}

/* -------------------------
   Apply same header style to the custom 'listings-page'
   ------------------------- */

.page-id-2721 header#masthead {
    background: #000 !important;
    position: relative !important;
    z-index: 999 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12) !important;
}

/* Neutralize margins/padding */
.page-id-2721 header#masthead,
.page-id-2721 header#masthead .elementor-element,
.page-id-2721 .elementor-location-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2px !important;
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .page-id-2721 #content.site-content {
        margin-top: 80px !important;
    }
}

.stm-inventory-items-per-page-wrap{
	display: none;
}
.listing-car-item-meta .car-meta-top .price.discounted-price .sale-price{
	color: #ffffff !important;
}

.listing-car-item-meta .car-meta-top .price .normal-price{
	color: #ffffff !important;
}

.special-label{
	background-color: #820D19 !important;
}

.elementor-355 .elementor-element.elementor-element-174fcb1 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{
	background-color: #820D19 !important;
}
.elementor-355 .elementor-element.elementor-element-e85d257 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{
	background-color: #820D19 !important;
}
.archive-listing-page .filter-sidebar{
	border-radius: 10px;
}
.archive-listing-page .sidebar-entry-header{
	border-radius: 10px;
}

.high_performance {
  background: linear-gradient(90deg, #c4888a 0%, #782522 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hidden-xs{
	color: #ffffff !important;
}
.motors_listings_tabs{
	border-top: 0px !important;
}
.archive-listing-page .filter-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #000000 !important;
}
.archive-listing-page .filter-sidebar .stm-search_keywords h5{
	color: #000000 !important;
}
.archive-listing-page .filter-sidebar .stm-search_keywords #stm_keywords{
	color: #000000 !important;
}
.archive-listing-page .sidebar-entry-header .h4{
	color: #000000 !important;
}
.archive-listing-page_content .title{
	color: #ffffff !important;
}


.archive-listing-page_content .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #000000 !important;
}
.stm-similar-cars-units .title{
	color: #000000 !important;
}
.stm-similar-cars-units .stm-dealer-name{
	color: #000000 !important;
}
.motors-elementor-single-listing-gallery .motors-elementor-big-gallery .stm-single-image a img{
	width: 50% !important;
    height: auto !important;
}