/*!
Theme Name: kvity
Theme URI: #
Author: #
Author URI: #
Description: Description
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: kvity
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.

kvity 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/
*/

.error404 header, .error404 footer {
	display: none;
}
.page-template-page-thank header, .page-template-page-thank footer {
	display: none;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 15px;
	padding: 0 50px;
	border:  none;
	font-size: 12px;
	text-align: center;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-button {
	position: relative;
}
.project-forms .project-forms-row .project-forms-col .project-forms-item .project-forms-item-form .item-form-button .wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 15px;
}
.donate-form .donate-form-row .donate-form-step-1 form .donate-form-button .wpcf7-spinner {
	margin: 0 5px;
    margin-top: 15px;
    position: absolute;
}
footer .footer-menu .footer-btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
    display: inline-block;
    outline: none;
    text-align: center;
    background-color: #8C9459;
    border-radius: 0px;
    color: #fff;
    padding: 15px 30px;
    width: 100%;
    max-width: 220px;
    text-transform: uppercase;
}
footer .footer-menu .footer-btn a:hover {
    color: #2A2C2D;
    text-decoration: none;
}
.bank-details-button-label {
    font-size: 13px;
    color: #1E2E23;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}
.bank-details-button-label a {
    font-weight: 600;
    text-decoration: underline;
    color: #1E2E23;
    text-align: center;
}
.bank-details-button-label a:hover {
    color: #1E2E23;
}
.bank-details .section-bottom-label {
    padding-top: 30px;
    text-align: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
.bank-details .section-bottom-label {
    font-size: 14px;
}
footer .footer-menu .footer-btn a {
    font-size: 14px;
}
}