/**
Theme Name: Child Theme
Author: MMW
Author URI: https://www.makemywebsite.com.au
Description: custom child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {align-items: start !important;}
.elementor-widget .elementor-icon-list-item i{position: relative !important;top: 6px;}

.gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=tel],  .gform_wrapper.gravity-theme textarea {
    padding: 18px !important;
    border: 1px solid #eaeaea !important;
    background: white !important;
}
.gform_title{
    display: none;
}
.gform_button:hover{
	background: #4f4f4f !important;
}
.gform_button{
	border-radius: 0 !important;
	background: #3e2ea7 !important;
}