/* 
Theme Name:  Motors Starter Theme Child
Template: motors-starter-theme
Theme URI: http://motors.stylemixthemes.com/
Description: Motors Starter Theme Child is a child theme of Motors Starter Theme
Version: 2.0.0
Text Domain: motors-starter-theme-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dealership, classified, motors
*/

/* Add your custom styles here */

.stm-elementor_listings_grid {
    max-width: 1440px;
}
.stm-directory-grid-loop.skin_1 .mvl-price-grid-card .mvl-price {
    align-items: flex-start;
}
.stm-directory-grid-loop.skin_1 .skin_1.mvl_listing_title_wrapper .mvl_listing_title {
	max-width: fit-content !important;
}




/* Contact form 7 */
.cf7-home {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.cf7-home h3{
  font-weight: 500 !important;	
}
.cf7-home input[type=submit] {
	margin-left: 0 !important;
	text-transform: capitalize !important;
	max-width: fit-content !important;
}

.cf7-home .cf7-left {
	width: 40%;
}
.cf7-home .cf7-right {
	width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cf7-columns {
    display: flex;
    gap: 20px; /* Space between columns */
}
.cf7-columns .cf7-col {
    flex: 1; /* Makes all columns equal width */
}





input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=url], input[type=number] {
	background-color: #f6f7f900;
	margin-top: 8px;
	font-family: Satoshi, sans-serif;
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--motors-border-color);
    border-radius: 4px !important;
    background-color: #f6f7f900;
	height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 43px;
}
.wpcf7-form-control-wrap .select2-container {
    margin-top: 8px !important; /* Adjust this number to get the perfect gap */
    display: block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--motors-text-alpha-color) !important;
}
