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

li#menu-item-48 {
    background-color: #ffff00 !important;
}
.current-menu-item .elementor-button {
    color: white !important;
}
.my-contact-form input, .my-contact-form textarea {
    background-color: transparent !important;
    border: 1px solid #767676 !important;
    border-radius: 0px !important;
    padding: 15px !important;
    font-size: 16px !important;
    color: #767676 !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
}
.my-contact-form input:focus, .my-contact-form textarea:focus {
	outline: none !important;
}
.my-contact-form .my-btn {
    background-color: #D5AC06 !important;
    padding: 15px 30px !important;
    border: none !important;
    color: white !important;
}
.my-contact-form .my-btn:hover {
    background-color: #020812 !important;
}