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

/* Hide Schedule Test Drive and Financial Form */
.details-nav ul li:nth-child(3), .details-nav ul li:nth-child(5) {
    display: none;
}

/* Important fields */
#cdfs-vin_number,
#cdfs-year,
#cdfs-make,
#cdfs-model {
    border-color: orange;
}

#cdfs-regular_price,
#cdfs-fuel_type,
#cdfs-mileage,
#cdfs-exterior_color,
#cdfs-interior_color {
    border-color: red;
}

/* ctfs custom fields */
.cdfs_add_car_form select {
    height: 45px;
    padding: 0 0 0 14px;
}

/* Hide Overview, Technical Specifications and General Information sections in Additional Information tab  */
#content-car-additional-info .cdfs-form .col-sm-12:not(.features-and-options) {
  display: none;
}