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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.column {
  flex: 1 1 calc(50% - 15px);
  min-width: 200px;
}
.column-full {
  flex: 1 1 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

textarea {
  height: 120px;
  resize: vertical;
}

.wpcf7-submit {
    background-color: #f5c95c;
    color: #000000;
    padding: 12px 25px;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
}

.wpcf7-submit:hover, .wpcf7-submit:focus  {
    background-color: #000 !important;
    color: #f5c95c !important;
    padding: 12px 25px;
    border: 1px solid #f5c95c;
    font-size: 16px;
    cursor: pointer;
	 border-radius: 0;
}

.wpcf7-submit:hover {
  background-color: #000;
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
}