/*!
Theme Name: android
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: android
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.

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


.wpcf7-form {
	max-width: 570px;
	width: 100%;
	height: auto;
	background: #ffffff8c;
	mix-blend-mode: normal;
	border: 1px solid #F4F4F4;
	box-shadow: -25.4px 15.9px 50px rgb(92 95 101 / 4%);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;

	margin: 86px 0 98px;
}
.contact-info {
	display: flex;
}
.contact-info input {
	max-width: 240px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 16px;
	margin: 38px 15px 23px;
	padding: 11px;
}
.wpcf7-form p {
	max-width: 511px;
	width: 100%;
}
textarea {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	width: 100%;
	border-radius: 16px;
	padding-left: 10px;
	height: 112px;
}
input[type=submit] {
	background: #549935;
	box-shadow: 26.2px 14.5px 50px rgb(92 95 101 / 20%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	height: 60px;
	border: none;
	color: #fff;
	margin-top: 20px;

}
.wpcf7-not-valid-tip {
	text-align: center;
	padding-bottom: 20px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 0.5em 3em;
}
@media screen and (max-width: 760px){
	.contact-info {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}
	.contact-info input {
		margin: 10px;
		max-width: 300px;
	}
	 textarea {
		 padding: 10px 20px;
		 margin-top: 20px;
	}
	 .wpcf7-form p {
		 max-width: 300px;
	 }
	input[type=submit] {
		padding: 0 20px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 1400px){
	.wpcf7-form {
		margin: 0 auto;
		margin-bottom: 60px;
	}
}