.instruction {
display: none;
}
input[type=text], input[type=email], input[type=tel]{
border-radius: 4px;
border: 1px solid #646464;
}
.gwp_slider input[type=range] {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
–bg-opacity: 1;
border-style: none;
border-radius: 9999px;
display: inline-block;
vertical-align: middle;
background: #0091e1;
width: 100%;
height: 5px;
cursor: pointer;
min-height: 5px !important;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: 1px 1px 1px #000000;
border: 1px solid #000000;
height: 20px;
width: 20px;
background: #2c5284;
border-radius: 50%;
}
.gwp_slider input+output {
display: inline-block;
position: relative;
width: 60px;
color: #fff;
line-height: 20px;
text-align: center;
border-radius: 3px;
background: #2c3e50;
padding: 5px 10px;
margin-left: 8px;
}
span#input_2_9_4_container {
margin-bottom: 8px;
}
.gwp_slider #input_2_36+output::after {
content: ‘%’;
}
.ginput_complex select {
border-radius: 4px;
}
.gform_next_button.button {
margin-bottom: 8px;
background: #355280;
color: white;
width: 100%;
max-width: 150px;
height: 40px;
font-size: 1.2rem;
border: none;
border-radius: 4px;
}
#gform_submit_button_1 {
margin-bottom: 8px;
background: #ff6900;
color: white;
width: 100%;
max-width: 150px;
height: 40px;
font-size: 1.2rem;
line-height: 1.4em;
border: none;
border-radius: 4px;
}
.gform_wrapper.gravity-theme .gform_previous_button.button {
-webkit-appearance: none !important;
text-decoration: none;
margin-bottom: 8px;
background: #7c7c7c;
color: white;
width: 100%;
max-width: 150px;
height: 40px;
font-size: 1.2rem;
line-height: 1.4em;
border: none;
border-radius: 4px;
}
.gform_wrapper.gravity-theme .gfield_label {
font-size: 18px;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction{
font-family: Oswald,sans-serif;
}
.gform_page_footer.top_label{
text-align: center;
}