/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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.wpcf7-form.init {
    max-width: 510px;
}
.cf7-label-input{
	width: 100%;
}
.cf7-label-text{
	color: #fff;
    display: inline-block;
    margin-bottom: 8px;
}
.cf7-star-mandatory{
	color:red;
}
label.cf7-acceptance { 
    position: relative;
    margin: 10px auto;
}
.cf7-acceptance span.wpcf7-list-item {
    margin-left: 0;
}
.cf7-acceptance span.wpcf7-form-control-wrap{
        position: absolute;
    top: 2px;
}
.cf7-acceptance span.wpcf7-form-control-wrap input[type="checkbox"]{
    width: 25px;
    height: 25px;
}
.cf7-acceptance .acceptance-text {
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 5px;
    font-size: 17px;
    color: #fff;
    padding-left: 34px;
}
.cf7-notice a,
.cf7-acceptance .acceptance-text a{
    color:#fafafa;
	text-decoration: underline;
}
.cf7-notice{
	color:#fff;
}
.wpcf7-submit {
    background: #c36;
    color: #fff;
    width: 100%;
    margin-top: 12px;
}
.wpcf7-spinner{
	    position: absolute;
    left: 0;
    top: 20px
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	color: #fff;
    text-align: center;
    border-color: #cc3366;
    font-size: 20px;
    padding: 15px 10px;
    margin: 0;
}






