/* 
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 */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {

  outline: revert !important;

}


*:focus-visible {
  outline-offset: 3px;
}

.gform-theme--framework .gform_button,
.gform-theme--framework input[type="submit"].gform_button {
    background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-primary) !important;
    font-family: "Cormorant Garamond", Sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    border: none !important;
    box-shadow: -3px -3px 8px 0px rgba(0, 0, 0, 0.68) inset !important;
    border-radius: 32px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    min-height: auto !important;
    width: auto !important;
}