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

.wpcf7-form-control {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 1px;
  color: var(--e-global-color-text);
  text-transform: none;
}

.contact-form label {
  color: #fff;
}

.cf7ic_instructions {
    color: #fff;
}

.wpcf7-list-item-label {
    font-size: 13px;
    line-height: 1.4rem;
}

.wpcf7-list-item-label a {
    color: #fff;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-not-valid-tip {
    color: #fff;
}

.captcha-image {
    border-color: var(--e-global-color-8b060f1);
    width: 100%;
}

.contact-form [type="submit"] {
  color: white;
  background-color: var(--e-global-color-8b060f1);
  border: none;
  width: auto;
  border-radius: 20px;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 1.2rem;
}

.contact-form [type="submit"]:hover {
  text-decoration: none;
  color: var(--e-global-typography-text-font-family);
  background-color: #fff;
}

.contact-form textarea, selector input {
    /* border-color: #bbb; */
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
}

footer.footer a {
    color: #fff;
}

footer.footer a:hover {
    text-decoration: underline;
}