/* 
Theme Name: Hello Elementor Child by DigitalGuys
Theme URI: https://digitalguys.nl
Description: A child theme for the Hello Elementor theme
Author: DigitalGuys
Author URI: https://www.digitalguys.nl/
Template: hello-elementor
Version: 1.0.0
Text Domain: fw-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
*/

.elementor-form input:focus, .elementor-form input:valid {
  outline: 2px solid green!important;
}

.grecaptcha-badge {
visibility: hidden;
}


*:focus {
    outline: none!important;
}

button:focus {outline:0!important;}


.elementor-social-icon:focus-visible{
	outline:none!important;
}


btn:focus, a:focus
{
         outline: none!important;
}
.navbar-toggler:focus
{
         outline: none !important;
         box-shadow: none;
}