/*
Theme Name: Mon Theme Elementor 
Template: hello-elementor
*/

.wpcf7-form {
  & input,
  textarea,
  label {
    width: 100%;
  }
  & input,
  textarea {
    margin-top: 0.75rem !important;
    border: 2px solid grey !important;
    border-radius: 0.5rem !important;
  }

  & input[type="submit"] {
    background-color: #E7C524;
    color: #1B262C;
    border: none !important;
    &:hover {
      background-color: #1B262C;
      color: #E7C524;
    }
  }
}

.hfe-nav-menu-icon svg path {
  fill: white;
}
.elementor-element-9af1b43 {
  @media (width <= 1024px) {
    margin-left: auto !important;
  }
}

a {
    color: var(--e-global-color-primary);
}
