/*!
Theme Name: karba
Theme URI: http://underscores.me/
Author: sensetanitim
Author URI: http://karba.com.tr
Description: Karba
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

karba is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.social-icons li a {
    line-height: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background-color: #ffb900;
    color: #111;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
	background-color: #dc3232;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0em 1em;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    border: 3px solid #00a0d2;
    font-size: 15px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 6px 0 0px;
    margin-top: 1px\9;
    line-height: normal;
    width: 20px;
    height: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
}
.wpcf7-list-item {
    margin: 0 0 0 0em;
}
.wpcf7-list-item-label {
	font-size: 18px;
    padding-top: 0px;
    display: contents;
}
.btn-success[disabled] {
    border-color: #86cb86;
    background-color: #86cb86;
    color: #f7f7f7;
}