/*
 Theme Name:   Chauffeur Child
 Description:  Chauffeur Child Theme
 Author:       quitenicestuff
 Author URI:   http://quitenicestuff.com
 Template:     chauffeur
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-colors
 Text Domain:  chauffeur-child
*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #000 !important;
}
select{color: #000;}
	.stat .number {
    color: #ffffff !important;
}
.call-to-action-1-section-inner{
	background: rgba(0, 0, 0, 0.7);
    padding: 20px;
}
.nice-select {line-height: 18px !important;}

.travel-date-time .wpcf7-form-control-wrap input .wpcf7-form-control{
margin-right: 1px !important;
    padding-right: 20px !important;
}

.vc_column-inner input, .vc_column-inner select, .vc_column-inner textarea, .vc_column-inner span, .vc_column-inner div {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.vc_column-inner span{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

div#booking-tabs {
    display: none !important;
}


.fleet-block-image img {
    object-fit: contain !important;
}