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

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: 1px solid #d9d6d8;
  border-radius: 6px;
  padding: .7rem 1rem;
}
.mb-3{
	padding-bottom:8px;
}
[type="button"], [type="submit"], button{
	background-color: #FBBC04;
	border-color:#FBBC04;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 500;
	color:#000;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 40px 40px 40px 40px;
  padding: 13px 36px;
	width:100%;
}
[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
  color: #000;
  background-color: #FB9504;
  border-color:#FB9504;
}
footer#site-footer{
	display:none !important;
}
.ekit-wid-con .elementskit-single-testimonial-slider{
	padding:0px !important;
	box-shadow:none !important;
}