/*
	Add theme customisations here
	
	If you need to override a class and your definition is being overriden by Elementor defaults
	theres an id on the body tag "mit" which should take precedence over default Elementor styles. 
	So if you precede your class with 'body' you should be able to override defaults.
	E.G. 'body h1' to override h1.
*/
html
{
	font-size:16px;
}
body
{
	margin:0;
	font-weight:400;
	font-size:1em;
	line-height:1.5em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
:root, .gform-theme--foundation .gform_fields, .gform-theme, #gform_wrapper_1[data-form-index="0"].gform-theme {
    --gf-ctrl-btn-bg-color-primary: #91268F;
    --gf-local-bg-color: #91268F!important;
    --gf-ctrl-btn-icon-color-hover-primary: #57C5C7;
    --gf-local-radius: 0;
}
#gform_submit_button_1 {
    text-transform: uppercase;
    border-radius: 0;
}
#gform_submit_button_1:hover {
    background-color: #57C5C7;   
}