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


/** Form **/


.custom-row.block {
    display: flex;
    max-width: 100%;
    width: 100%;
}

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%;
    padding: 0.5rem 1rem;
    transition: all .3s;
    border-bottom: 1px solid #1E1E1E !important;
    border: 0;
    background: transparent;
    border-radius: 0px !important;
    padding: 10px 0px !important;
    margin-top: 10px;
    margin-bottom: 30px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #D6AE73;
    border: 1px solid #1E1E1E !important;
    background: #181818;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #fff;
    border: 1px solid #D6AE73 !important;
    background: #D6AE73 !important;
}





.sr label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;

}

label {
    color: #ffffff;
    margin: 0px;
	max-width: 100%;
	width: 100%;
}

.col-6 {
    width: 45%;
    margin-right: 5%;
}

.col-12 {
	width: 100%;
}




@media screen and (max-width: 767px) {
		.col-6 {
			width: 100%;
			margin-right: 0%;
		}

		.custom-row.block {
			display: block;
			max-width: 100%;
			width: 100%;
		}
	
	.col-12 p {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	span.wpcf7-spinner{
		display: none !important
	}

}