.cf-form br{
	display:none;
}
.wpcf7-response-output{
	border:none !important;
}

.footer-form br{
	display:none;
}

.footer-form input[type="email"],
.footer-form textarea{
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(217, 217, 217, 0.50);
	width: 100%;
	flex-shrink: 0;
	padding:20px;
	color: #FFF;
	font-family:inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	resize:vertical;
}
.footer-form textarea{
	height: 102px;
}
.footer-form textarea:focus,
.footer-form textarea:focus-visible,
.footer-form input[type="email"]:focus,
.footer-form input[type="email"]:focus-visible{
	outline:none;
}

.footer-form input[type="email"]::placeholder,
.footer-form textarea::placeholder{
	color:#fff;
}

.footer-form input[type="email"]:-moz-placeholder,
.footer-form textarea:-moz-placeholder{
	color: #fff; 
}
.footer-form input[type="email"]:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder{
	color: #fff; 
}
.footer-form input[type="email"]::-ms-input-placeholder,
.footer-form textarea::-ms-input-placeholder{
	color: #fff; 
}
.footer-form input[type="email"]::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder{
  color: #fff; 
}




.footer-form-btn-wrap{
	position:relative;
	margin-top:20px;
}
.footer-form input[type="submit"]{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
}
.footer-form-btn-wrap .form_btn{
display: flex;
    justify-content: center;
    gap: 15px;
}
.footer-form-btn-wrap .slash{
	position:absolute;
	left:48%;
	top:115%;
	transform:translatex(-50%);
	height: 2px;
    background: white;
    width: 50%;
}
@media(max-width:500px){
	.cf-form .fields .fields-col-50{
		flex-basis:100%;
		max-width:100%;
	}
}