/**
 * 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 page 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.
 */
 
 
 
 #image-preview {
    max-width: 10%;
    height: auto;
    display: block;
    margin-top: 10px;
}
#remove-image {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    color: red;
    text-decoration: underline;
}



input#um-submit-btn {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-ee3b1ca-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    letter-spacing: var(--e-global-typography-32ea00b-letter-spacing);
    word-spacing: var(--e-global-typography-32ea00b-word-spacing);
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-primary);
    border-radius: 5px 5px 5px 5px !important;
    /* margin-top: 15px; */
  }
  .um-form a.um-link-alt {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-ee3b1ca-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    color: var(--e-global-color-primary) !important;
  }

  .um-field-checkbox-option {
    font-weight: 300 !important;
  }

  #lost-password .um-field.um-field-block.um-field-type_block .um-field-block div{
        text-align: left !important;
  }
  #lost-password .um-col-alt.um-col-alt-b {
    padding-top: 0;
  }

  form#gform_5 .gform-field-label--type-sub {
    display: none;
}
  
#contact-form .gform_footer input#gform_submit_button_5 {
    border: none;
}
div#gform_fields_5 {
    grid-column-gap: 2% !important;
    row-gap: 16px !important;
}
div#gform_fields_5 input::placeholder,div#gform_fields_5 textarea::placeholder  {
    opacity: .5;
}
#contact-form input[type="submit"] {
    width: 100%;
    line-height: var(--e-global-typography-9681760-line-height);
    letter-spacing: var(--e-global-typography-9681760-letter-spacing);
    word-spacing: var(--e-global-typography-9681760-word-spacing);
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-primary);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
}

.load-more-container {
    text-align: center;
}
.load-more-container button:hover {
    background: #034892;
}
.load-more-container button {
    border: unset;
    padding: 10px 30px;
    margin: 10px 0 10px 0;
}
a#ecp-open-reg-form {
    cursor: pointer;
}
.checkbox-filters-outter .checkbox-filters {
    display: none;
}
.checkbox-filters-outter div#searched-posts-count {
    padding: unset !important;
}

