/* remove default astra site-title */
.ast-site-identity .site-title a {
	display: none !important;
}

.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
	width: 152;
	height: 56;
	angle: 0 deg;
	opacity: 1;
	border-radius: 12px;
	gap: 4px;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
	background: linear-gradient(270deg, #47001E 0%, #5324A6 100%);
}

button.wpforms-submit {
    width: 100% !important;
	background: linear-gradient(270deg, #47001E 0%, #5324A6 100%) !important;
}



/* MC Form */
.zu-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.zu-input-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
}

input.zu-text,
input.zu-email {
  width: 374px;
  margin-bottom: 35px;
  box-sizing: border-box;
  border: 1px solid #8A8A8A;
  border-radius: 8px;
  padding: 26px 16px;
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}

input.zu-text::placeholder,
input.zu-email::placeholder {
  color: #545454;
}

.zu-submit-container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

input.zu-submit {
  width: 374px;
  padding: 20px 32px;
  box-sizing: border-box;
  border: 1px solid #8A8A8A;
  border-radius: 8px;
  background: linear-gradient(270deg, #47001E 0%, #5324A6 100%);
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}

@media screen and (max-width: 768px) {
  input.zu-text,
  input.zu-email {
    width: 100%;
	  margin: 0 !important;
  }


  .zu-input-container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
	.zu-input-container {
		gap: 10px;
	}
	button.wpforms-submit {
		font-size: 11px !important;
	}
}