/*
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 plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1634886145
Updated: 2021-10-22 07:02:25

*/

.wpcf7 .oz-contact-form label{
    display:block;
}
.wpcf7 .oz-contact-form  input:not([type=submit])::placeholder, 
.wpcf7 .oz-contact-form  select::placeholder, 
.wpcf7 .oz-contact-form  textarea::placeholder{
	color: #ccc;
}
.wpcf7 .oz-contact-form textarea[name=your-message]{
	max-height: 260px;
	font-family: 'Lato';
    color: gray;
}

.wpcf7 .oz-contact-form input:not([type=submit]), 
.wpcf7 .oz-contact-form select, 
.wpcf7 .oz-contact-form textarea{
    margin-bottom: 4px;
}
.oz-contact-form .oz-contact-form-left{
	width: 50%;
    float: left;
    padding-right: 15px;
}
.oz-contact-form .oz-contact-form-right{
	width: 50%;
    float: right;
    padding-left: 15px;
}
.wpcf7 form .wpcf7-response-output{
    color: white;
}
.oz-contact-form .wpcf7-submit{
    color: #fff;
    border: 1px solid #568f45;
    background: #568f45;
}

@media only screen and (max-width: 425px) {
    
    .oz-contact-form .oz-contact-form-left{
        width: 100%;
        padding-right: 0;
    }
    .oz-contact-form .oz-contact-form-right{
        width: 100%;
        padding-left: 0;
    }
}