/*
Template:       finbuzz
Theme Name:     Finbuzz Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/finbuzz
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Finbuzz is an Responsive Software & IT Solutions WordPress Theme.
Version:        1.1
Text Domain:    finbuzz
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/

.wpcf7-form {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #f9f9f9 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

#form-title {
    font-size: 1.5em !important;
    color: #497637 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.wpcf7-form label {
    display: block !important;
    margin-bottom: 15px !important;
}

.form-input {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #497637 !important;
    border-radius: 4px !important;
}

.form-input:focus {
    border-color: #A77B25 !important;
}

.form-submit {
    width: 100% !important;
    padding: 12px !important;
    background-color: #497637 !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.form-submit:hover {
    background-color: #A77B25 !important;
}
.wpcf7-response-output{
	display:none;
}


