/*
Theme Name: Settleiq theme
Theme URI: https://conceptmarketing.com.au
Author: Concept Marketing
Author URI: https://conceptmarketing.com.au
Description: Just a starter theme for Settleiq theme
Version: 1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, starter, Settleiq
*/
html {
	scroll-behavior: smooth;
  }
input#gform_submit_button_1 {
    background: #252C52;
    padding: 19px 42px !important;
    border-radius: 29px !important;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF !IMPORTANT;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
}
#gform_fields_1{
    grid-row-gap: 42px !important;
}
.fromstyle {
    margin-top: 40px;
}
#gform_wrapper_1 .gform-footer {
    justify-content: center;
    margin: 0;
    padding-bottom: 0;
 margin-top: 25px;
}
 h2.gform_submission_error.hide_summary:focus-visible {
    outline: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: none !important;
    outline-offset: 0px !important;
}
	 span.gform-icon.gform-icon--circle-error {
    display: none !important;
}
.gform_wrapper .validation_message { 
border:none !important;
padding:0px  !important;
margin:0px !important;
font-size: 14px !important;
    font-weight: 400 !important;
background:none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 0px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border-bottom: 1px solid #c02b0a !important;
    border: none;
}
#tealbanner.sticky {
  position: fixed;
  top: 0px; 
  width: 100%;
  z-index: 9999;
  
}
#gform_wrapper_1 input::placeholder, #gform_wrapper_1 textarea::placeholder {
  color: #252C52;

}
