/* 
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
*/
/*.grecaptcha-badge { visibility: hidden; }*/
.flex.row {
	display: flex !important; 
}


.flex.row .col-md-6 {
    width: 50%;
    margin-right: 10px;
}


.flex.row .col-md-12 {
    width: 100%;
    margin-right: 20px;
}


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: 100%;
	border: 2px solid #D0D5DD;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
	width: 98% !important;
	color: #667085;
}

body label {
    width: 100%;
    margin-top: 10px;
    line-height: 2em;
	color: #344054;
}

body .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}


.tnp-field.tnp-field-email label {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
    box-sizing: border-box;
    border-radius: 5px;
	color: #667085;
}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
    background-color: #fff;
    color: #101828;
 }

	.hide-desktop {
		display: none !important
	}
	


@media screen and (max-width: 1024px) {
	
	.hide-desktop {
		display: block!important
	}
}

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

	.flex.row {
	display: block !important; 
}
	.flex.row .col-md-6 {
    width: 100%;
    margin-right: 0px;
}


.flex.row .col-md-12 {
    width: 100%;
    margin-right: 0px;
}
}
