/*
Theme Name: Ingenious
Theme URI: http://ingenious.creaws.com/
Author: Creative Web Solutions
Author URI: http://themeforest.net/user/creativews
Description: Ingenious - Smart Home Automation WordPress Theme
Version: 1.0.1
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: two-columns, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ingenious
*/ 

/* 
Don't edit this file!!! 
It will be wiped upon next theme update!
Use "Customize" -> "Additional CSS" instead.
*/

.btn {
    margin: 5px;
    padding: 10px 15px;
    color: #363636;
    border-color: transparent;
}

.btn:hover {
    color: #f87208;
}

.btn.btn-primary {
    border-color: #f87208;
}

.btn.btn-primary:hover {
    background-color: #f87208;
    color: #fff;
}

html .wpcf7 form .wpcf7-response-output {
    display: none;
    margin: 5px 0 15px;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    border: 0 none;
}

html .wpcf7 form.failed .wpcf7-response-output,
html .wpcf7 form.invalid .wpcf7-response-output,
html .wpcf7 form.sent .wpcf7-response-output,
html .wpcf7 form.spam .wpcf7-response-output {
    display: block;
}

html .wpcf7 form.invalid .wpcf7-response-output,
html .wpcf7 form.failed .wpcf7-response-output,
html .wpcf7 form.spam .wpcf7-response-output {
    background: #dc3232;
}

html .wpcf7 form.sent .wpcf7-response-output {
    background: #28a745;
}

html .wpcf7 form label {
    cursor: pointer;
}

html .wpcf7 form .wpcf7-form-control-wrap {
    margin: 5px 0 0;
    display: block;
}

html .wpcf7 form .wpcf7-not-valid-tip {
    font-size: .8em;
}

html .wpcf7 form .wpcf7-text,
html .wpcf7 form .wpcf7-textarea {
    margin-bottom: 0 !important;
}

html .wpcf7 form .wpcf7-submit[disabled] {
  opacity: 0.5;
}
