/*
Theme Name:   Vwash Child
Theme URI:    https://themecrafter.com/doctent/
Description:  Vwash Child Theme
Author:       Theme Crafter
Author URI:   https://themecrafter.com/
Template:     vwash
Version:      1.0.0
License:      GNU General Public License version 3.0
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
Text Domain:  vwash-child
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
input[type="date"] {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	background-color: var(--tcr-white-color);
	line-height: normal;
	margin-bottom: 0px;
	font-weight: 400;
	border: transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid #e3e3e3;
	padding: 20px 20px 20px 20px !important;
	color: var(--tcr-body-color);
	border-radius: 100px;
}

input[type="date"]::placeholder {
	color: var(--tcr-body-color);
}

@media (max-width: 575px) {
  footer #text-2 h4.footer-mail-text {
    line-height: 33px;
  }
}