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

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 0px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

footer a{
color:#F77C45;
}

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 {
	border-radius: 0 !important;
	padding: .7rem 1rem;
}

form span{
    width: 100%;
}

form p{
	display: flex;
	flex-direction: column;
    align-items: center;
}

form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--e-global-color-secondary);
	border: 0;
    font-family: "Raleway", Sans-serif;
    font-size: 0.611em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2.2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    padding: 20px 66px 20px 66px;

}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: var( --e-global-color-1b844e5 );
}