/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team and customized by Chad Fontaine
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




/* Default: Extra-small devices such as small phones (less than 640px) */

/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 640px) {}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {}










.wpforms-container { padding: 0px !important; margin: 0px !important;}

#wp-form-home input,
#wp-form-home textarea { 
	background: rgba(255, 255, 255, .2); 
	color: #fff !important; 
	border: none; 
	border-radius: 0px;
    font-family: "Open Sans", Sans-serif;
    font-size: .8vw;
    font-weight: 300;
	padding: 30px !important;
}
#wp-form-home ::placeholder { 
	color: #a8a8a8; 
	opacity: 1; /* Firefox */ 
    font-family: "Open Sans", Sans-serif;
    font-size: .8vw;
    font-weight: 300;
}
#wp-form-home button {
	color: #fff !important; 
	border: none; 
	border-radius: 0px;
    font-family: "Open Sans", Sans-serif;
	font-weight: 300;
	background-color: #0746a4;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 20px 0px  20px 0px !important; 
	font-size: 1vw;
	height: auto;
}





@media only screen and (max-width: 640px) {
	#wp-form-home input,
	#wp-form-home textarea,
	#wp-form-home ::placeholder,
	#wp-form-home button { 
    	font-size: 4vw !important;
	}
}
@media only screen and (min-width: 768px) {
	#wp-form-home input,
	#wp-form-home textarea,
	#wp-form-home ::placeholder,
	#wp-form-home button { 
    	font-size: 2vw !important;
	}
}
@media only screen and (min-width: 1024px) {
	#wp-form-home input,
	#wp-form-home textarea,
	#wp-form-home ::placeholder,
	#wp-form-home button { 
    	font-size: .8vw !important;
	}
}














