/* 
Theme Name: Adam's Village Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom Child Theme of Hello for Adam's Village Insurance Agency
Author: MBA Team
Author URI: https://www.mbateam.com
Template: hello-elementor
Version: 1.0.1
*/

/*
    Add your custom styles here
*/
.grecaptcha-badge { 
    visibility: hidden;
}

/* REMOVES SPACE FROM LAST ELEMENT IN AN ELEMENTOR TEXT WIDGET
the widgets get spacing of their own before the next widget, so removing the last paragraph or list bottom-margin normalizes spacing */
.elementor-widget-text-editor :last-child {
    margin-bottom: 0;
}

/* ADD Space below lists in text widgets */

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-bottom:8px;
}