/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
#content .page-header { display:none; }
.elementor-nav-menu--dropdown { height:100vh; top:32px !important; }
.input-row .textbox { border:solid 1px #707070; height:39px; display:flex; align-items:center; color:#707070; font-size:14px; font-weight:400; width:100%; border-radius:3px; }
.input-row .submitbtn { background-color:#5D2C87; height:42px; font-size:14px; font-weight:bold; color:#fff; border:none; width:100%;  border-radius:7px; }
.input-row .wpcf7-not-valid-tip { font-size:14px; }
.wpcf7-response-output { font-size:14px; }
.input-row .wpcf7-spinner { position:absolute; }
.input-row.last p { margin-bottom:5px; }
.signin a { color:#707070; text-decoration:underline; }

.input-row .textbox::-webkit-input-placeholder { /* Edge */
  color: rgba(112, 112, 112, 0.43);
}

.input-row .textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(112, 112, 112, 0.43);
}
.input-row .wpcf7-checkbox .wpcf7-list-item { margin-left:0;}
.input-row .wpcf7-checkbox .wpcf7-list-item label { font-size:20px;}
.input-row.recapcha-row { text-align:center; margin-bottom:10px;}
.input-row.recapcha-row .recaptcha { display: inline-block;}

.input-row .textbox::placeholder {
  color: rgba(112, 112, 112, 0.43);
}



#site-footer { display:none; }

@media only screen and (max-width: 767px) {
	.input-row .wpcf7-checkbox .wpcf7-list-item label { text-align:left; font-size:14px;}
}