/* 
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 */
form.elementor-form div.elementor-message.elementor-message-success{
background: #e75132;
  width: fit-content;
  padding: 15px;
  color: #fff;
  font-family: "Lufga-Black", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.qodef-qi-accordion .qodef-e-title-holder {
  border-bottom: 1px solid #e75132 !important;
}
.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active {
  background-color: #f6f2e9;
}
.elementor-accordion .elementor-tab-title {
  border-bottom: 1px solid #e75132;
}
.elementor-accordion .elementor-accordion-item {
  border: none !important;
}
.elementor-accordion-item .elementor-tab-title.elementor-active {
  border-bottom-color: #FFF;
}
.elementor-field-subgroup label {
  color: #000 !important;
	font-size:14px !important;
}
form.elementor-form div.elementor-form-fields-wrapper.elementor-labels-above div.elementor-field-type-acceptance{
	  margin-bottom: 5px !important;
}
.elementor-button {
  margin-top: 20px !important;
}

.upload-form .elementor-field-type-upload input[type="file"]::file-selector-button {
    background-color: #E75132 !important;
	color:#FFF7E9;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Lufga-Black', sans-serif;
	text-transform: uppercase;
	border: none;
}
.elementor-field-textual {
  padding: 0px !important;
}