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

.page-id-19 header#site-header {
    display: none;
}

.profile-fullCol { display:inline-block; width:100%;}

.profile-fullCol input, 
.profile-fullCol textarea {
    background-color: #05d5fa14;
    color: #000;
    border-radius: 30px;
    border: none;
    padding: 15px 25px;
	outline: none !important;
}
.profile-fullCol textarea {
 max-height: 60px;
}
.submit-btn {    text-align: center !important;align-content}

.submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #05D5FA !important;
    color: #fff !important;
    padding: 15px 40px !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 100px !important;
    text-align: center !important;
	display: block !important;
	margin: auto
}
.profile-halfCol:nth-child(1) input {
    width: 95%;
}
.profile-halfCol {
    width: 50%;
    float: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #05D5FA;
    text-align: center;
    padding: 10px 0;
}
footer#site-footer {
    display: none;
}



@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 

.submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
     padding: 10px 30px !important;
    font-size: 16px !important;
}







}



















