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

/* Contact Form 7 */
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    padding: .2em;
}
.wpcf7 input[type="number"]
{
    width: 5em;
}
input.wpcf7-form-control.wpcf7-submit {
	line-height: 30px;
}
.cf7-calculated-name{
	font-weight: 400;
}
.form_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modul-row{
	color: #c89632;
	display: flex;
	justify-content: space-between;
	font-size: 1.1em;
}
.modul-cell{
	display: block;
    flex: 0 0 49%;
	border-color: #f0f0f0;
	border-style: solid;
	border-width: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 1em;
}
.calc-cell{
	display: block;
    flex: 0 0 32%;
}
.form-cell{
	padding-bottom: 1em;
	display: block;
    flex: 0 0 49%;
}
.wpcf7-list-item{
	margin: 0;
}
.wpcf7-form.sent p, .wpcf7-form.sent div{
display:none;
}
.wpcf7 .wpcf7-form-control-wrap{
	display: inline;
}


