/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.5
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* ===============================
   Buy My Clutter – Swap Form
================================ */

.bmc-swap-form {
    background: #f9faf7; /* Off-white */
    border: 1px solid #dfe5dc;
    padding: 24px;
    margin-top: 30px;
    border-radius: 10px;
    max-width: 100%;
}

.bmc-swap-form .bmc-form-row {
    margin-bottom: 18px;
}

.bmc-swap-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2f2f2f; /* Charcoal */
}

.bmc-swap-form input[type="text"],
.bmc-swap-form input[type="email"],
.bmc-swap-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #cfd6c9;
    background: #ffffff;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.bmc-swap-form textarea {
    min-height: 120px;
    resize: vertical;
}

.bmc-swap-form input:focus,
.bmc-swap-form textarea:focus {
    border-color: #7a9b8f; /* Soft Sage */
    outline: none;
}

/* Submit Button */
.bmc-swap-submit {
    background: #f4a261; /* Warm Apricot */
    color: #ffffff;
    border: none;
    padding: 12px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.bmc-swap-submit:hover {
    background: #e76f51;
}

/* CF7 Messages */
.wpcf7-response-output {
    margin-top: 15px;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    border-color: #7a9b8f;
    background: #edf4f1;
    color: #2f2f2f;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
    color: #c0392b;
    font-size: 13px;
}
