/* 
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 */
sup {
	font-size: 0.5em !important;
	top: -1.1em !important;
}
input::placeholder,
textarea::placeholder {
  opacity: 1 !important;
}
input[type="submit"],
input[type="reset"] {
	border: 0;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1em !important;
    letter-spacing: 0.3px;
    border-radius: 30px  !important;
    padding: 16px 40px !important;
	cursor: pointer;
}
input[type="reset"]:hover {
	background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-053844d) !important;
}
select {
	border: 0;
	height: 45px;
	background-color: var(--e-global-color-accent);
}
.elementor-field-type-acceptance {
	margin-bottom: 18px !important;
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.elementor-field-type-acceptance .elementor-field-subgroup input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	accent-color: #ededed;
}
.elementor-field-type-acceptance .elementor-field-subgroup label {
	width: calc(100% - 35px);
	font-size: 16px !important;
	line-height: 26px !important;
}
.white-frame-icon .elementor-icon{
	border-color: #ffffff !important;
}
.elementor-widget-text-editor > p:last-of-type {
	margin-bottom: 0;
}


.zcwf_row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 15px 0px;
}
.zcwf_row .zcwf_col_lab {
    width: 30%;
}
.zcwf_row .zcwf_col_fld {
	width: 70%;
}
.zcwf_row input[ type  = text],
.zcwf_row input[ type  = password],
.zcwf_row textarea{
	width: 100%;				
}
.zcwf_privacy{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.dIB.vaT {
	width: 20px;
	line-height: 0;
}
.zcwf_row .zcwf_privacy_txt {
	width: calc(100% - 20px);
    font-size: 14px;
	line-height: 18px;
}
.elementor-widget-html > p:last-of-type {
	margin: 0;
}
/*.elementor-widget-html {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%; 
	padding-bottom: 56.25%;
}
.elementor-widget-html iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}*/
.hide-all-form-labels-except-radio  label {
	display: none;
}
.hide-all-form-labels-except-radio .elementor-field-type-radio label {
	display: block;
}
.hide-all-form-labels-except-radio .elementor-field-type-radio {
	background-color: var(--e-global-color-accent);
}
@media (max-width: 1367px) {
	.elementor-field-type-acceptance .elementor-field-subgroup label {
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.elementor-select-wrapper select {
		height: 40px;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.elementor-field-type-acceptance .elementor-field-subgroup label {
		font-size: 13px !important;
		line-height: 17px !important;
	}
	input[type="submit"],
	input[type="reset"] {
		border: 0;
		font-size: 22px !important;
		letter-spacing: 0;
		border-radius: 30px 30px 30px 30px !important;
		padding: 14px 25px !important;
	}
}

