/* 
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 */
.elementor-widget-icon{
	line-height:0
}
.custom-form-container {
	text-align: center;
	margin-top: 20px;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.slider-container {
	position: relative;
}

input[type="range"] {
	width: 100%;
	margin: 10px 0;
	appearance: none;
	background: transparent;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
}

#priceSlider::-webkit-slider-runnable-track {
	background-color: green;
}

#priceSlider::-webkit-slider-thumb {
	appearance: none;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	top: -15px;
	background: radial-gradient(circle, rgba(0,0,0,1) 10%, rgba(33,103,57,1) 25%);
}

#percentSlider::-webkit-slider-runnable-track {
	background-color: #d85e00;
}

#percentSlider::-webkit-slider-thumb {
	appearance: none;
	height: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #d85e00;
	cursor: pointer;
	background: radial-gradient(circle, rgba(0,0,0,1) 10%, rgba(33,103,57,1) 25%);
	position: relative;
	top: -9px;
}

input[type="email"],
button {
	margin-top: 20px;
	padding: 10px;
	width: 100%;
}

button {
	background-color: #0073e6;
	color: white;
	border: none;
	cursor: pointer;
}

button:hover {
	background-color: #005bb5;
}

label {
	display: block;
	margin-bottom: 5px;
}

input[type="checkbox"] {
	margin-right: 10px;
}

.slider-labels {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 5px;
}
button.button-for-form {
	border: 2px solid #000;
	border-radius: 25px;
	background-color: #fff;
	color: #d85e00;
	text-transform: uppercase;
	padding: 12px 30px;
	font-family: "questrial", Sans-serif;
}
.additional-inputs {
	max-width: 50%;
	margin: 0 auto;
}
span.additional-text {
	font-size: 12px;
	text-align: left;
	display: block;
	margin-top: 20px;
}
.slider-container {
	max-width: 85%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.additional-inputs input#email {
	border-width: 0px 0 1px 0;
	border-radius: unset;
	border-color: #123;
}