body:not(.logged-in) .login,
body.logged-in .logout {
    display: none;
}

.wp-site-blocks :is(input[type="text"], input[type="email"], textarea) {
    padding: 12px 10px;
    font-size: 16px;
    font-family: 'Calibri';
    border: 1px solid rgb(255 255 255 / 20%);
    background: rgb(0 0 0 / 20%);
    border-radius: 10px;
    width: calc(100% - 20px);
	color: #FFC8C8;
}
button.ghostkit-button, .wpcf7-submit {
	background: linear-gradient(90deg, #03DE01, #027801 56%);
    padding: 15px 40px;
    border: 3px solid #027A00;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10em;
}
.page-template-page-no-title .wp-site-blocks {
	position: relative;
	padding: 30px 14vw 0;
}
.page-template-default .wp-site-blocks {
    position: relative;
    padding: 120px 14vw 0;
}
.page-template-default .wp-site-blocks::after,
.page-template-page-no-title .wp-site-blocks::after{
    content: "";
    position: absolute;
    background: #800000;
    border: 10px solid #860B0B;
	width: calc(100% - 20vw);
    max-width: 1800px;
    height: 100%;
    top: 60px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2vw;
}

.page-template-page-no-title .wp-site-blocks::after {
	height: 90%;
    top: 110px;
}

footer.wp-block-template-part::before {
    content: " ";
    position: absolute;
    height: 5px;
    max-width: 1800px;
    width: calc(100% - 20vw);
    background: #860B0B;
    left: 50%;
    transform: translateX(-50%);
}
.captcha-container {
    max-width: 300px;
    margin-top: 30px;
}
.captcha-inner {
	display: inline-flex;
	flex-wrap: wrap;
}
.captcha-inner .main-cf7-captcha {
	order: 3;
    width: 100%;
    flex: 1 0 100%;
    margin-top: 20px;
}
.kc_captcha {
    text-align: center;
}
@media (min-width: 600px) {
    .showmobile {
        display: none!important;
    }
    header .nav-container {
        justify-content: center!important;
    }
	
	.ghostkit-form .half-field:nth-child(1) {
		margin-right: 40px;
	}
	.ghostkit-form .half-field {
		width: calc(50% - 22px);
		display: inline-block;
	}
	form > .w50 {
		width: calc(50% - 10px);
		display: inline-block;
	}
	form > .w50:nth-child(3) {
		float: right;
	}
}

@media (max-width: 599px) {
    .hidemobile {
        display: none!important;
    }
	.buttons-container {
		flex-direction: column
	}
}