/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

#lidd_mc_submit{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: uppercase !important;
	    background: var(--e-global-color-secondary); !important;
    color: #fff !important;
	border-color:var(--e-global-color-secondary) !important;
}
#lidd_mc_submit:hover{
	background-color: var(--e-global-color-primary);
}
.lidd_mc_input_responsive input {
    border-radius:0 !important;
    border:1px solid #006666 !important;
	color:#006666 !important;
}
.lidd_mc_input_responsive input:focus {
    border-radius:0;
    box-shadow: 0 0 0 1px #006666, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
    outline:none;
}
.lidd_mc_input label{
    margin-bottom:10px;
}
.comunityHome a {
    text-decoration: none !important;
}