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


html,
body {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
}
@media (min-width:1024px) {
	.get-approved-btn { display:none !important;}	
}
/* CONTACT FORM */
#contact-form-section .formkit-submit span{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px !important;
	letter-spacing:1px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-style: normal;
    line-height: 28px;
    color:#fff !important;
    background-color:#2f2f2f !important;    
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #000000 !important;
    border-radius: 80px 80px 80px 80px !important;
    padding:24px 36px 24px 36px !important;
}
#contact-form-section .formkit-submit span:hover {
    background-color:transparent !important;
    color:#2f2f2f !important;
  
}
#contact-form-section .formkit-input {
    background: #ffffff;
    border-color: #000000 !important;
    font-size:20px;
    padding:20px;
    line-height: 28px !important;
  
}
#contact-form-section .formkit-field {
  margin-bottom:25px !important;
}

@media (max-width:768px) {
  #contact-form-section .formkit-input {
  padding: 15px !important;
}
  
#contact-form-section .formkit-submit span{
    padding:20px 36px 20px 36px !important;
}
}





