/*
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)
*/



.contact--form input, .contact--form textarea {
    border: none !important;
    padding: 12px 16px !important;
    border-radius: 0 !important;
}

.contact--form button {
    background-color: var(--e-global-color-primary) !important;
    font-family: "Outfit", Sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary) !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 16px 24px 16px 24px !important;
    border: none !important;
}

.contact--form button:hover{
	background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-primary) !important;
}