/*
Theme Name: zero Child
Theme URI: 
Description:
Author:
Author URI:  
Template: zero
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: zero-child
*/

/* ============== Form START ============== */

.hbspt-form  [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #EF4323 !important;
}

.hbspt-form .hs-input,
.hbspt-form input::placeholder {
    color: #FFFFFF;
    font-family: "Graphik", Sans-serif, serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
}

.hbspt-form fieldset {
    max-width: 100%;
}

.hbspt-form fieldset + fieldset {
    margin-top: 40px;
}

.hbspt-form fieldset.form-columns-2 {
    display: flex;
    gap: 11px;
    max-width: initial;
}

.hbspt-form fieldset.form-columns-1 {
    max-width: initial;
}

.hbspt-form select.hs-input {
    width: 100% !important;
}

.hbspt-form .input {
    margin: 0 !important;
}

.hbspt-form .hs-input {
    background: #000;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 6px 0;
    color: #fff;
    margin: 0;
}

.hbspt-form .hs-form-field:not(.hs-fieldtype-checkbox) > label {
    display: none;
}

.hbspt-form .hs-input:focus {
    outline: none;
    box-shadow: none;
}

.hbspt-form ul.inputs-list.multi-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hbspt-form ul.inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hbspt-form .hs-fieldtype-checkbox.field.hs-form-field {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbspt-form .hs-form-field.hs-fieldtype-checkbox > label,
.hbspt-form ul.inputs-list label.hs-form-checkbox-display,
.hbspt-form ul.inputs-list label.hs-form-booleancheckbox-display {
    display: flex;
    gap: 10px;
    color: #FFFFFF;
    font-family: "Graphik", Sans-serif, serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
}

.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 7px;
    padding-left: 18px;
    color: #EF4323;
}

.hs_submit.hs-submit {
    margin-top: 25px;
}

.hbspt-form .hs-button {
    border: 1px solid #EF4323;
    padding: 7px 43px;
    border-radius: 0;
    color: #ffffff;
    font-family: "Graphik", Sans-serif, serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}

/* ============== Form END ================ */
.elementor-widget-form .elementor-field-group .elementor-field-textual {
    padding: 7px 10px 7px 0;
}

.elementor-widget-form .e-form__buttons .elementor-button {
    padding: 9px 38px;
}

@media (max-width: 767px) {
    #section-3-logo {
        overflow: hidden;
    }

    .submitted-message.hs-main-font-element {
        text-align: center;
    }

    .hbspt-form input.hs-input[type='email'],
    .hbspt-form input.hs-input[type='tel'],
    .hbspt-form input.hs-input[type='text'] {
        width: 100% !important;
    }

    #section-3-logo .elementor-widget-image img {
        object-fit: cover;
        object-position: 50% 50%;
        height: 150px;
    }

    .hbspt-form fieldset.form-columns-2 {
        flex-direction: column;
    }

    .hbspt-form fieldset + fieldset {
        margin-top: 10px;
    }
}