/*
Theme Name: Berkeley Yellow Cab
Theme URI: 
Author: CTH
Author URI: 
Description: Website design and development company
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gold
Tags: one-column

Gold Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

.service-img {
    aspect-ratio: 14/9;
    object-fit: cover;
    margin-bottom: 15px;
}
.service-title{
	color: #111;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.fs120 {
    font-size: 120px;
}
a.btn.btn-primary {
    background: #ffc000;
    color: #000;
    font-weight: 500;
    border: #ffc000;
    border-radius: 35px;
    padding: 20px 40px;
	
	&:hover{
		background: #000;
		color: #fff;
		border: #000;
	}
}
.wpcf7-checkbox input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
}
input[type="date"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit{
    opacity: 0;
}
.wpcf7-date:after { content: var(--picked-value, 'DD-MM-YYYY'); position: absolute; top: -5px;}
input.cf7-time-input:after { content: attr(data-placeholder); top: 17px; position: absolute;}


input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator{
    margin-right: 25px;
	font-size: 22px;
	filter: invert(81%) sepia(91%) saturate(450%) hue-rotate(330deg) brightness(101%) contrast(100%);
}

.page-template-book-ride input[type="submit"] {
    background: #ffc000 !important;
    color: #000 !important;
	cursor: pointer;
}
span.wpcf7-spinner {
    position: absolute;
    top: 35%;
    right: 0px;
}
@media(max-width: 767px){
	.top-bar {
		display: none;
	}
	.book-ride-one{
		padding-top: 120px;
	}
	.book-ride-one .booking-form-one .input-holder{
		margin-bottom: 10px;
	}
}