/**
 * 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.
 */
.elementor-button-content-wrapper {
    flex-direction: row !important;
}
.champion{
    display: flex;
    align-items: center;
    justify-content: center;
    color: blue;
    gap: 10px;
    font-family: 'Cairo';
}
.champion h2 {
    color: #000;
    font-weight: 700;
}
.champion{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #48d45b;
    gap: 10px;
    font-family: 'Cairo';
}
.champion h3 {
    color: #fff;
}



.forminator-field-html {
    text-align: right!important;
    font-family: 'cairo';
}

.forminator-field label {
    text-align: right!important;
    font-family: 'cairo'!important;
    margin-bottom: 10px!important;
    font-size: 16px!important;
	justify-content: flex-start;
    flex-direction: row;
}
.forminator-field input::placeholder {
    text-align: right!important;
    font-family: 'cairo';
}
.forminator-field textarea::placeholder {
    text-align: right!important;
    font-family: 'cairo';
}

.forminator-field input, .forminator-field textarea {
    text-align: right!important;
    font-family: 'cairo';
    border-radius: 15px!important;
    padding: 15px!important;
}

.forminator-field {
    text-align: right;
}

.forminator-radio, .forminator-checkbox{
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}
.forminator-radio span.forminator-radio-label,.forminator-checkbox span.forminator-checkbox-label{
    font-family: 'cairo';
    font-size: 18px!important;
}

.forminator-input.forminator-input-with-prefix {
    border-radius: 15px!important;
}

button.forminator-button.forminator-button-submit {
    background: #48D45B;
    color: #fff;
    border-radius: 15px!important;
    padding: 10px 40px!important;
}