/**
Theme Name: Warehouse Anywhere
Author: Brave People
Author URI: https://bravepeople.co
Description: This is a modern and responsive WordPress theme, built with post-processing tools such as PostCSS. It incorporates plugins like postcss-import, and postcss-preset-env for a sleek, functional design tested across various browser versions. Features like custom properties and media queries further enhance its utility. With its clean aesthetics and robust functionality, it is optimised for an excellent user experience.
Version: 1.0.0
Requires at least: 6.1
Text Domain: wa
*/

/**

WARNING!
DO NOT EDIT THIS OR ANY OTHER TEMPLATE FILE AS IT MAY BE OVERWRITTEN.
Brave People and Code Resolution are not liable for any modifications made to theme files directly on the server.

*/

/* END OF DOCUMENT */

.block-form .field.field-checkbox label {
    display: flex !important;

}

.block-form .wpcf7-list-item-label {
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer;
    flex: 1 1 auto;
    font-family: var(--family--1);
    padding-left: 12px;
    text-transform: none;
}

.block-form .field .wpcf7-submit * {
    font-size: initial;
}

.block-form .field .wpcf7-submit {
    font-size: initial;
}

.block-form .field-submit .wpcf7-spinner {
    position: absolute !important;
}

.block-form .wpcf7 .wpcf7-submit:disabled {
    cursor: pointer !important;
}

.block-form .fieldset-footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

body .block-form .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding-left: 0;
    padding-top: 30px;
    margin: 0;
    text-align: center;
}

body .block-form .wpcf7 form .wpcf7-response-output {
    border: none;
    color: #ef4b4b;
    font-size: 14px;
    margin: 0;
    padding-left: 0;
}

body .block-form .wpcf7-not-valid-tip{
    padding-top: 5px;
    font-size: 14px;
}