/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.ti-footer {
	display: none !important;
}

/** Contact Form 7 **/

body span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 20px;
}

form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
font-family: "Inter", Sans-serif;
    font-weight: 600;
    color: #29282A;
    background-color: #E4D6A7;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E4D6A7;
    border-radius: 10px 10px 10px 10px;
}

form label {
	    width: 100%;
	text-align: left;
	margin-bottom: 10px;
    color: #29282A;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
      width: 100%;
	    margin-top: 10px;
     border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    background: #fff;
    max-width: 100%;
    border: 1px solid #29282A;
}