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

.rwt-form {
  max-width: 720px;
  margin: 0 auto;
}

.rwt-form__group {
  margin-bottom: 28px;
}

.rwt-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

/* input */
.rwt-input,
.rwt-select,
.rwt-textarea {
  width: 100%;
  padding: 14px 12px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 16px;
  transition: 0.3s;
}

/* focus */
.rwt-input:focus,
.rwt-select:focus,
.rwt-textarea:focus {
  outline: none;
  border-bottom: 1px solid #999;
}

/* textarea */
.rwt-textarea {
  min-height: 140px;
  resize: none;
}

/* select */
.rwt-select {
  appearance: none;
}

/* button */
.rwt-btn {
  display: inline-block;
  width: 100%;
  padding: 16px;
  background: transparent;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.rwt-btn:hover {
  background: #f2f2f2;
  color: #000;
}
