/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1693225440
Updated: 2023-08-28 12:24:00

*/
.ct_form input[type="text"], .ct_form input[type="email"], .ct_form textarea, .ct_form select {
    border-color: #c6c6c6;
    max-height: 150px;
}

.ct_form input[type="submit"] {
    border-color: transparent;
    border-radius: 0;
    min-width: 140px;
}
.ct_form input:focus-visible, .ct_form textarea:focus-visible, .ct_form select:focus-visible {
    border-color: #808080 !important;
    outline: none !important;
}
.ct_form h6 {
    margin-bottom: 4px;
    font-weight: 400 !important;
}
.form_request {
    display: flex;
    flex-wrap: wrap;
}

.form_request .field {
    margin: 5px 10px;
    width: calc(50% - 20px);
}
.form_request .field.email, .form_request .field.message {
    width: 100%;
}

@media(max-width: 767px){
	.form_request .field{
		width: 100%;
	}
}