/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Ensure all text within the form wrapper is dark for contrast */
.astra-contact-form-wrapper,
.astra-contact-form-wrapper h2,
.astra-contact-form-wrapper p {
    color: #333333; /* Dark gray color for all text */
}

/* Style for all input fields and textarea */
.astra-contact-form-wrapper input[type="text"],
.astra-contact-form-wrapper input[type="email"],
.astra-contact-form-wrapper input[type="url"], /* Added for completeness */
.astra-contact-form-wrapper textarea {
    /* Make the text inside the input fields black */
    color: #000000;
    /* Add a visible light gray border */
    border: 1px solid #cccccc !important; 
    /* Add padding for better spacing */
    padding: 12px 10px;
    width: 100%;
    box-sizing: border-box; 
    /* Add a slight background for depth */
    background-color: #f9f9f9;
}

/* Placeholder text visibility (important for the initial look) */
.astra-contact-form-wrapper ::placeholder {
    color: #aaaaaa; /* Medium gray placeholder text */
    opacity: 1; /* Ensures visibility in Firefox */
}
/* Center the custom contact form wrapper */
.astra-contact-form-wrapper {
    /* Set a max-width for the form for better centering and readability */ 
    margin: 40px auto; /* Centers the div horizontally and adds vertical spacing */
    padding: 20px;
}

/* Style for the form fields for better spacing */
.astra-contact-form-wrapper .field {
    margin-bottom: 20px;
}

/* Style the Subscribe button (adjust colors to your preference) */
#send-message {
    padding: 12px 25px;
    background-color: #0073aa; /* Standard Blue */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px; /* Optional: adds rounded corners */
    transition: background-color 0.3s ease;
}

#send-message:hover {
    background-color: #005177; /* Darker blue on hover */
}
.footer-bottom-menu a {font-weight: 700; font-family:"Verdana", Sans-serif;}
.no-link-menu a {cursor:text;}