.fbx-footer-newsletter .newsletter-title p {
  color: currentColor;
  margin-bottom: 15px;
}
.fbx-footer-newsletter .contact-form .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.fbx-footer-newsletter .contact-form .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.fbx-footer-newsletter .contact-form .input-group input {
  color: var(--clr-ft-input);
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: var(--bg-ft-input);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 20px 0 0 20px !important;
  font-size: 12px;
  height: 38px;
  outline: none;
  box-shadow: none;
  border: none;
}
.fbx-footer-newsletter .contact-form .button {
  height: 38px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 8px;
  min-width: 85px;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  line-height: normal;
  color: var(--clr-ft-btn);
  background-color: var(--bg-ft-btn);
  border: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none !important;
  border-radius: 0 20px 20px 0;
}
.footer-bottom-wrapper .widget-footer .newsletter-title .title-footer {
    border-bottom: 0;
}





