/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.home header.elementor.elementor-9.elementor-location-header {
    position: absolute;
}
header.elementor.elementor-9.elementor-location-header  .elementor-sticky--active {
    background-color: #BF1919;
}
.elementor-accordion .elementor-accordion-item {
    border: 2px solid #000 !important;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 4px 4px 0px 0px #000000;
    margin-bottom: 30px;
    padding: 0 30px;
	background-color: #ff934dab;
	background-color: #FFB359;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
    border-radius: 100px 100px 0px 0px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-radius: 0px 0px 100px 100px;
}
#wpforms-form-266 .wpforms-field-required, #wpforms-form-266 .wpforms-field > .wpforms-field-large {
    padding: 16px;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 0 #000000;
}
#wpforms-form-266 .wpforms-field > textarea.wpforms-field-large {
    border-radius: 20px;
}
#wpforms-form-266 .wpforms-submit {
    background-color: #ffb359 !important;
    border: 2px solid #000 !important;
    border-radius: 100px 100px 100px 100px !important;
    box-shadow: 4px 4px 0px 0px #000000 !important;
    width: 100% !important;
}
#wpforms-form-266 .wpforms-submit:hover {
    background: #f93332 !important;
    background-color: #f93332 !important;
}
#wpforms-form-266 .wpforms-container .wpforms-field {
    padding: 10px 0;
}