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

html, body{
    overflow-x: hidden;
}

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

/* TEMOIGNAGES */
.elementor-testimonial-image {
    display: none !important;
}


/* FORM */
.wpcf7 input, .wpcf7 select {
    font-size: 18px;
    height: 59px;
    padding: 7px 20px;
    border-radius: 5px;
	background-color: #ffffff;
    border-color: #E5DFDF
}

.wpcf7 input::placeholder{
	color: #000;
}

span.wpcf7-form-control-wrap input{
		margin-bottom: 20px;

}

.wpcf7 .flex-form p {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0 !important;
}

.wpcf7 input[type="submit"]{
	background-color: var( --e-global-color-primary );
	border: none;
}

.wpcf7 input[type="submit"]:hover{
	background-color: var( --e-global-color-0e88238 );
}


@media screen and (max-width: 768px){
	.wpcf7 .flex-form p {
    flex-direction: column;
	gap: 0px;
	margin-bottom: 20px !important;
	}
	
	.wpcf7 .flex-form p input{
	margin-bottom: 0px;

	}
	
	.wpcf7 p{
	margin-bottom: 20px !important;

	}
	
	.wpcf7 input[type="submit"] {
    background-color: var(--e-global-color-primary);
    border: none;
    font-size: 10px;
    letter-spacing: 2px;
		width: 100%;
}
	
}
