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

/* Add your custom styles here */
.landing-form .wpforms-submit-container {
    text-align: center !important;
}
 .landing-form button {
    padding: 14px 80px 32px 80px !important;
    border-radius: 39px !important;
    background: #EF4D28 !important;
}
.landing-form .wpforms-container .wpforms-field {
    padding: 5px 0;
}
.landing-form input {
    border-radius: 10px !important;
       padding: 24px 20px 26px 20px !important;
}
.landing-form textarea {
    border-radius: 10px !important;
      padding: 24px 20px 26px 20px !important;
	height: 180px !important;
}

.copyright.show {
    display: none !important;
}
.site-branding.show-title {
    display: none;
}
.site-branding.show-logo {
    display: none;
}
.landing-form input::placeholder,
textarea::placeholder {
  color: #000 ; 
  opacity: 1 !important;
}
.phone-icon-box a {
    color: #000000;
}
.phone-icon-box a:hover {
    color: #000000;
}

@media only screen and (max-width: 767px) {
 .landing-form .wpforms-field {
    margin: 0px !important;
    width: 100% !important;
}
	.site-branding.show-logo {
    display: none !important;
}
}