/* 
Theme Name: Mapeamento 2026
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: André Melo
Author URI: https://andremelo.net
Template: hello-elementor
Version: 2.0.0
Text Domain: mapeamento2026
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 */

/* -----------------------------------------------------------------------------
  Default styles
----------------------------------------------------------------------------- */
.button-default a {
    min-width: 290px;
}
.list-default ul {
  padding-left: 29px;
}
.list-default ul li {
  list-style: disc;
  margin-bottom: 0.6em;
}
.list-default ul li::marker {
  color: var(--e-global-color-accent);
}

/* -----------------------------------------------------------------------------
  Form Newsletter
----------------------------------------------------------------------------- */
.form-newsletter .elementor-form-fields-wrapper {
  display: block !important;
  position: relative;
  padding-bottom: 1px;
}
.form-newsletter input.elementor-field {
  background-color: #1f1f1f;
  border: none;
  padding: 25px 25px 25px 60px;
}
.form-newsletter input#form-field-email {
  background: #1f1f1f url(assets/img/ico-email.svg) no-repeat 25px center !important;
  background-size: 23px 20px !important;
}
.form-newsletter input#form-field-nome {
  background: #1f1f1f url(assets/img/ico-avatar.svg) no-repeat 25px center !important;
  background-size: 24px 24px !important;
}
.form-newsletter input.elementor-field::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}