/*
Theme Name:  CarDealer Child
Theme URI:   https://cardealer.potenzaglobalsolutions.com/
Author:      TeamWP @Potenza Global Solutions
Author URI:  http://www.potenzaglobalsolutions.com/
Description: Car Dealer - Automotive Solution, Car Dealership Responsive WordPress 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: cardealer-child
Template:    cardealer
*/

.car-make-block {
	margin: 20px 0;
}

.car-make-heading {
	font-size: 16px;
	color: #fff;

	font-weight: 600;
	text-transform: uppercase;
}


/* Force the layout */
.car-make-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

/* Each list should take 50% width */
.car-make-list {
	flex: 0 0 48%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.car-make-list li {
	margin-bottom: 0px;
}

.car-make-list a {
	color: #fff; /* Change based on theme */
	text-decoration: none;
}

.car-make-list a:hover {
	color: #c00;
}

.widget ul li{
        padding: 3px 0;
}
