/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:	   twenty-twenty-five-child
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

/*------------------------------
 Forms CSS
------------------------------*/

input#input_1_3, .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_footer.top_label {
    margin: 0 !important;
    padding: 10px 0 0 !important;
}


#gform_1 input {
    border-radius: 5px !important;
}

.gform_button {
    font-weight: 400 !important;
}

input#gform_submit_button_1 {
    font-weight: 500 !important;
    font-family: 'Montserrat';
    font-size: 23px !important;

}

input[id^="gform_submit_button_"] {
    background: #ff691e !important;
    border-color: #ff691e !important;
    color: #fff !important;
    border-radius: 10px !important;
    color: #fff !important;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3)) !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    padding: 14px !important;
    text-transform: uppercase !important;
}

#gform_wrapper_6.gform-theme--foundation .gform_fields {
    align-items: baseline;
    row-gap: 15px;
}

#gform_wrapper_6 input {
    height: 58px !important;
    width: 100% !important;
    border-radius: 5px !important;
}

.get-offer-button a.fl-button,
.sell-your-house-button a,
a.uabb-button,
.popmake input#gform_submit_button_1 {
    background: #ff691e !important;
    border-color: #ff691e;
    color: #fff;
}

input#input_1_2 {
    width: 96% !important;
}

#gform_1 input[placeholder] {
    color: #000000;
    font-family: roboto, sans-serif;
    font-size: 21px !important;
    height: 50px !important;
}

#gform_6 input[placeholder] {
    color: #000000;
    font-family: roboto, sans-serif;
    font-size: 21px !important;
    height: 50px !important;
}

#post-get-offer-form input#input_1_2 {
    width: 98% !important;
}

input#gform_submit_button_1 {
    text-align: center !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 20px;
}

.gform_required_legend {
    display: none !important;
}

/* Form Plain No Border */
.cta-column-right div#gform_wrapper_1 {
    border: unset;
    box-shadow: unset;
    padding: 0;
}

.align-flex-end {
    align-items: flex-end !important;
}

.align-flex-center {
    align-items: center !important;
}

.parallax-bg {
    background-attachment: fixed;
}

.col-gap {
    gap: 20px !important;
}

.col-neagtive-top-mar {
    margin-top: -100px !important;
}

/*-------------------------------
MOBILE SCREENS ONLY
---------------------------------*/

@media screen and (max-width: 480px) {}

@media screen and (max-width: 480px) {
    .col-logo {
        order: 1
    }

    .col-sellyourhouse {
        order: 2
    }

    .col-menu {
        order: 3
    }

    span#input_1_4_1_container {
        margin-bottom: 30px;
    }

    input#input_1_2 {
        width: 100% !important;
        margin: 0px;
         !important;
    }

    input#input_1_3 {
        margin-bottom: 10px;
    }

    input#gform_submit_button_1, input#gform_submit_button_3, input#gform_submit_button_2,
    input#gform_submit_button_4,
    input#gform_submit_button_5,
    input#gform_submit_button_6 {
        background: #fe6601 !important;
        border-color: #fe6601 !important;
        color: #fff;
        padding: 4px;
        border-radius: 4px
    }

    #post-get-offer-form input#input_1_2 {
        width: 100% !important;
    }
}

@media all and (min-width:481px) and (max-width:640px) {
    input#input_1_2 {
        width: 100% !important;
    }

    li#field_1_4 {
        padding-bottom: 10px;
    }
}




/* john code */
/* === Form Container === */
#gform_wrapper_1 {
    background: #fff;
    border-radius: 8px;
    padding: 25px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    max-width: 700px;

    border: 3px solid #1f619b;
}






/* === Input Fields === */
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 14px;
    font-size: 14px;

    box-sizing: border-box;
}

/* === Button === */
#gform_wrapper_1 .gform_footer input[type="submit"] {
    background: #f96508;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    transition: background 0.3s ease;
}

/* === Center heading section === */
#gform_wrapper_1 .gform_heading {
    text-align: center;
    margin-bottom: 10px;
}

/* Fix extra space between Property Address and Phone/Email */
#gform_wrapper_1 .gfield.gf_left_half,
#gform_wrapper_1 .gfield.gf_right_half {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Also remove default list spacing */
#gform_wrapper_1 .gform_fields {
    margin: 0 !important;
    padding: 0 !important;
}

/* And tighten the first input's spacing below it */
#gform_wrapper_1 #field_1_1 {
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}