/* 
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
*/
 
html,body{
	overflow-x:hidden;
}
input {
  background-color: #e9e9e9; 
	border: none !important;
}
textarea{
	background-color: #e9e9e9; 
	border: none !important;
}
select{
	background-color: #e9e9e9; 
	border: none !important;
}
input#gform_submit_button_1 {
	background-color:#ff5a00;
	color:#fff;
}
input#gform_submit_button_3 {
	background-color:#ff5a00;
	color:#fff;
}
input#gform_submit_button_2 {
	background-color:#ff5a00;
	color:#fff;
}
div#trp-floater-ls {
	display:none;
}
@media only screen and (max-width: 767px) {
  .swiper-slide.swiper-slide-active {
	  display:flex;
	  justify-content:center;
}
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
	left: -280px;
    width: 420px;
    top: 65px;
}
}