/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
 .wpcf7 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
	 padding: 12px 10px;
	 margin-bottom: 20px;
 }

.wpcf7 input[type="submit"] {
	
	font-family: "Poiret One", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #ffffff;
    background: #B7832B;
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
	 display: block;
   margin: 0 auto;
 }
.elementor-1504 .elementor-element.elementor-element-a184338 .bwdcf7-form form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .wpcf7-form textarea, .bwdcf7-wrapper .bwdcf7-form form textarea, .elementor-1504 .elementor-element.elementor-element-a184338 .bwdcf7-form form select {font-size:14px !important;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {width:98% !important; border-radius: 8px !important;}

.wpcf7 input:hover[type="submit"] {
     background: #000000;
	color: #ffffff;
     transition: all 0.4s ease 0s;
 }
.pum-theme-819 .pum-title, .pum-theme-lightbox .pum-title {background-color: #000; padding: 10px 20px;}
.btn-bor{outline: 1px solid #b78400; outline-offset: 6px;}