/*
Theme Name:     Wilderness Wear
Theme URI:      https://wildernesswear.com.au
Description:    Wilderness Wear WordPress Theme
Version:        1.0
Author:         Natacha Beaugeais
Author URI:     http://www.buildingblock.com.au
*/

/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */

div#subscribe-form--v2 {
    background: #eaeaea;
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
}

div#subscribe-form--v2 label#field_email_label {
    display: none;
}

div#subscribe-form--v2 .frm_inline_container {
    /* display: flex; */
}

div#subscribe-form--v2 div#frm_field_17_container {
    margin: 0;
}

div#subscribe-form--v2 button.button.btn-inline {
    margin: 0;
    background: #5567ab;
    color: #fff;
    border: unset;
    margin-top: 10px;
    width: 100%;
}

div#subscribe-form--v2 input#field_email {
    margin: 0;
}

div#subscribe-form--v2 fieldset {
    padding: 0;
}

/* Footer Form */

div#subscribe-form .frm_required_field.frm_inline_container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.template-homepage #subscribe-form input {
    width: 345px;
}

div#subscribe-form div#frm_error_field_email {
    position: absolute;
    bottom: 0;
    left: 0;
}

#subscribe-form .frm_style_formidable-style-2.with_frm_style .frm_error_style {
    margin-bottom: 30px;
}

#subscribe-form .frm_style_formidable-style-2.with_frm_style .frm_error_style,
#subscribe-form--v2 .frm_style_formidable-style-2.with_frm_style .frm_error_style {
    padding: 5px 12px;
}

#subscribe-form .frm_required_field.frm_blank_field.frm_inline_container {
    position: relative;
}

#subscribe-form label#field_email_label {
    position: absolute;
    top: -30px;
    z-index: 9;
    left: 0;
}

.footer-primary-bottom-spacing {
    padding-top: 40px;
}




@media only screen and (max-width: 479px) {
    #subscribe-form .input-box {
        margin: 0;
    }

    label#field_email_label {
        top: -33px;
    }

    div#subscribe-form .frm_required_field.frm_inline_container {
        gap: 5px;
    }
    .template-homepage #subscribe-form input {
        width: 100%;
    }
}