/*
Theme Name: AON3D Theme
Version: 1.0
Text Domain: AON3D Theme
*/

.white .header-wrapper .navigation>ul>li a { color:#0b0d0f;}

.hs-fieldtype-text .hs-input, .hs-fieldtype-textarea .hs-input, .hs-fieldtype-select .input {
	width: 100%;
    padding: 0 5px;
    line-height: 2.5rem;
    font-size: 1rem;
    font-family: 'HKGrotesk Regular',sans-serif !important;
    border: none;
    border-bottom: 1px solid rgba(61,61,61,.2) !important;
    outline: 0;
    background-color: transparent;
}

.hs-fieldtype-select .input select {
    border:none !important;
    outline:none !important;
    }
.hs-fieldtype-select {
	width:95% !important;
}

.hs-fieldtype-select .is-placeholder {
	color: #757575 !important;
}


.hs-button {
    background-color: #1950ff;
    border-radius: 2px;
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    font-family: 'HKGrotesk Bold',sans-serif;
    border: none;
    margin-top: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hs-fieldtype-booleancheckbox ul li:before {
display:none !important;
}
.hs-fieldtype-booleancheckbox ul {padding-left:0px !important;margin-left:0px !important;}


.hs-fieldtype-booleancheckbox ul li label {
    display: block!important;
    margin-bottom: 0;
    padding-left: 30px;
    line-height: 2.5rem;
    font-size: .875rem;
    font-family: 'HKGrotesk Regular',sans-serif;
 }
 .hs-fieldtype-booleancheckbox ul li label input {
     position: relative;
    margin-left: -20px;
    margin-right: 10px;
    }