/*!
Theme Name: kynos
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE

*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


@charset "utf-8";
.wpcf7-back,
.wpcf7-submit,
.wpcf7c-btn-confirm {
    height: 50px;
    width: 200px;
    font-weight: bold;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
input[type=text].wpcf7-form-control, textarea.wpcf7c-conf {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    color: #888;
}
/* div.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
} */

.wpcf7c-elm-step3 + .tb1 {
    display: none !important;
    width: 97%;
}
.wpcf7c-elm-step3.wpcf7c-force-hide + .tb1 {
    display: inline-table !important;
}