/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: 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
*/

/* Add your custom styles here */
.mc4wp-form {
color: var(--e-global-color-primary);
font-size: 15px;
  line-height: 1.3;
}

.mc4wp-form .text,
.mc4wp-form input[type=checkbox] {
  margin-right: 5px;  
}


.mc4wp-form input[type=submit] {
  padding: 12px 40px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  border-color: var(--e-global-color-primary);
}


.mc4wp-form input[type=text],
.mc4wp-form input[type=email] {
  border: 0px;
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
}


.mc4wp-form p.text {
text-align: justify;
}

.mc4wp-form p > a,
.elementor-widget-form a {
text-decoration: underline;
color: var(--e-global-color-primary);

}

.mc4wp-form ::placeholder {
  color: var(--e-global-color-primary);
  opacity: 1; /* Firefox */
}

@media (max-width: 767px) {
  .mc4wp-form p.text {
    font-size: 10px;
  }
  .mc4wp-form input[type=submit] {
    padding: 5px 40px;
}
}


.legal h3 {
    font-size: 25px;
    font-weight: 400;
}

.legal ul {
    margin-bottom: 15px;
}

.elementor-widget-text-editor a {
  text-decoration: underline;
  color: inherit;
}