/* 
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
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 */
.gridcol50 {
	width: 50%;
	display: inline-block;
    float: left;
    padding: 20px;
}
@media (max-width: 767px) {
	.gridcol50 {
		width: 100%;
	}
}
#wpcf7-f1503-p20-o1 .gridcol50 label {
	width: 100%;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #ffffff;
}
.wpcf7-form-control-wrap input {
	padding: 1rem 1rem;
	border: 1px solid #ffffff;
}
.cfemail {
	margin: 12px 0;
}
.cfmess textarea {
    height: 201px;
    border-radius: 3px 3px 0 0;
	border: 1px solid #ffffff;
}	
.wpcf7-submit {
	width: 100%;
    margin-top: -4px;
    padding: 0.32rem;
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 0 0 3px 3px;
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000;
}
.wpcf7-submit:hover {
	background-color: #06ad8c;
	border: 1px solid #06ad8c;
}