/*
Theme Name: Hello Elementor Child
Theme URI: https://wp-themes.com/hello-elementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.wpcf7-response-output {
    background-color: #DDB87E;
    text-align: center;
    border: 1px solid #DDB87E !important;
}

.contact-form-fields-wrapper {
    width: 100%;
}

.contact-us-form.contact-form-design .contact-form-fields-wrapper input, .contact-us-form.contact-form-design .contact-form-fields-wrapper textarea {
    background-color: #4b556312;
    color: #4B5563;
}

.contact-us-form.contact-form-design .contact-form-fields-wrapper label {
    color: #020617;
}

.sticky-head .custom-header {
    background-color: #06283D !important;
}

.category-filter a {
    background-color: #DDB87E;
    padding: 10px 20px;
}

.contact-form-fields-wrapper textarea {
    height: 150px;
}

.contact-form-fields-wrapper {
    margin-bottom: 25px;
}

@media only screen and (min-width:1024px){
	.form-two-column {
		display: flex;
		gap: 20px;
	}
	
}