/*
Theme Name: Yoome Child
Theme URI: http://demo.theme-sky.com/yoome/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yoome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yoome-child
*/

/* Force labels to display */ 
.wpcf7-form label {
    display: block !important;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff !important;
}

/* Style inputs and textarea */
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #1450a0;
    background: #1a3b8f;
    color: #fff;
    font-size: 14px;
}

/* Focus effect */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #fff;
    background: #2553b2;
    outline: none;
}

/* Submit button styling */
.wpcf7-form input[type="submit"] {
    background-color: #fff;
    color: #2c54c2;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #e0e0e0;
    color: #2c54c2;
}

/* Make columns stack on mobile */
@media (max-width: 767px) {
    .vc_row .vc_column {
        width: 100% !important;
        display: block !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 20px;
    }
}
