/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.post-password-required .page-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 30px);
}

.post-password-required form {
	color: #FFF;
}

.post-password-required .post-password-form p {
	align-items: center;
	flex-direction: column;
	font-size: 18px;
	font-weight: bold;
}

.post-password-required input[type=password] {
	margin: 15px 0px;
	border-radius: 25px;
}

.post-password-required label {
	color: rgba(255, 255, 255, 0);
}

.post-password-required .post-password-form [type=submit] {
	border-radius: 25px;
}

.kibu-umfrage .wpforms-submit {
	background-color: #EDFF00 !important;
	text-transform: uppercase;
	font-family: "Barlow" !important;
	font-weight: 800 !important;
	font-style: italic !important;
	color: #000 !important;
	border-radius: 10px !important;
}

.kibu-hidden {
	display: none;
}

.elementor-html .kibu-hidden {
	display: block;
}

.kibu-login-form button[type="submit"] {
	background-color: #EDFF00;
	color: #000;
	margin-top: 10px;
	border-width: 0px;
	font-family: "Barlow";
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
}