/*!
Theme Name: Chennai Express
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Chennai Express restaurant theme based on the Adobe XD design — dark olive brand with lime accent (#BCCF01), Cormorant Infant + DM Sans.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chennai-express
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Chennai Express is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.ce-customer-quote h2 {
	color: #fff;
}

header.is-fixed{
	position: fixed !important;
}

.wpcf7-not-valid-tip{
	margin-top: 12px !important;
	font-size: 2rem !important;
}

.wpcf7-response-output{
	display: none !important;
}
.wg-action .wpcf7-form .email input[type="email"]{
	background-color: #fff !important;
}
.wg-action .wpcf7-form .email input[type="email"]:focus,
.wg-action .wpcf7-form .email input[type="email"]:hover,
.wg-action .wpcf7-form .email input[type="email"]:active,
.wg-action .wpcf7-form .email input[type="email"]::placeholder,
.wg-action .wpcf7-form .email input[type="email"]:invalid{
	color: #000 !important;
}


.body--chennai .ce-header, .body--chennai header#header_main.is-fixed{
	position: fixed !important;
}
.wp-block-list{
	margin-top: 10px;
	margin-bottom: 30px;
}
.wp-block-list li{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-block-list li:last-child{
	margin-bottom: 0;
}

.wp-block-list li:first-child{
	margin-top: 0;
}

.reservation-content{
	max-width: max-content;
    margin: 0 auto;
}
.reservation-content li{
	list-style-type: square;
}