/**

 * Theme Name: doangiaphat

 * Author: Gaudev

 * Requires PHP: 8.2

 * Version: 1.0 Alpha

 * Text Domain: doangiaphat

 * Domain Path: /languages

 */

/* .footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  padding: 0 4px 0 20px;
}
.footer-newsletter__input {
  flex: 1;
  height: 100%;
  background: transparent;
  color: #fff;
  font-size: 14px;
  outline: none;
  border: 0;
}
.footer-newsletter__input::placeholder { color: rgba(255,255,255,0.55); }
.footer-newsletter__btn {
  height: 38px; width: 38px;
  border-radius: 999px;
  background: #fff;
  color: #1f3a8a;
  display: flex; align-items:center; justify-content:center;
  border: 0;
}
.footer-newsletter__btn:hover { background: #dfe7ff; }
.footer-newsletter__icon { width: 16px; height: 16px; } */

.m-auto{
    margin: auto;
}

.cf7-footer-form {
  margin-top: 1.5rem;
  position: relative;
}

.cf7-footer-form__wrap {
  display: flex;
  height: 50px;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 20px;
  padding-right: 52px;
  width: 100%;
}

.cf7-footer-form__input {
  height: 100%;
  width: 100%;
  min-width: 0;
  background: transparent;
  font-size: 14px;
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
}

.cf7-footer-form__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.cf7-footer-form__submit {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: flex;
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  background: #fff;
  color: #204fb4;
  cursor: pointer;
  padding: 0;
}

.cf7-footer-form__submit:hover {
  background: #dfe7ff;
}

.cf7-footer-form__icon {
  width: 16px;
  height: 16px;
}

.cf7-footer-form .wpcf7-spinner {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.cf7-contact { margin-top: 24px; display: grid; gap: 10px; }
.cf7-label { margin-bottom: 8px; display:block; font-size:14px; color:rgba(255,255,255,0.95); }
.cf7-input,
.cf7-textarea {
  width:100%;
  border:1px solid rgba(255,255,255,0.35);
  background:transparent;
  color:#fff;
  font-size:15px;
  outline:none;
  border-radius:4px;
  padding:0 16px;
}
.cf7-input { height:48px; }
.cf7-textarea { min-height:120px; padding:12px 16px; }
.cf7-input::placeholder,
.cf7-textarea::placeholder { color:rgba(255,255,255,0.6); }

.cf7-submit {
  height:50px; width:100%;
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  border-radius:4px;
  background:#204fb4;
  color:#fff; font-weight:600; font-size:16px;
  border:0; cursor:pointer;
}
.cf7-submit:hover { background:#204fb4; }
.cf7-submit-icon { width:16px; height:16px; }

/* Post content sizing */
.prose-custom {
  font-size: 16px;
  line-height: 1.6;
}
.prose-custom ul,
.prose-custom ol {
  list-style: revert;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}
.prose-custom ul { list-style-type: disc; }
.prose-custom ol { list-style-type: decimal; }
.prose-custom  img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.prose-custom section {
  margin: 0;
  padding: 0;
}

/* CF7: contact page defaults to match the old static HTML form */
.page-template-page-contact .contact-form-cf7 .wpcf7 form {
  display: grid;
  gap: 16px;
  color: #000;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 p {
  margin: 0;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(32, 79, 180, 0.6);
  font-weight: 500;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="text"],
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="email"],
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="tel"],
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="url"],
.page-template-page-contact .contact-form-cf7 .wpcf7 textarea {
  width: 100%;
  border: 1px solid rgba(32, 79, 180, 0.5);
  background: #fff;
  color: #000;
  font-size: 15px;
  outline: none;
  border-radius: 4px;
  padding: 12px 16px;
  box-shadow: none;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="text"],
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="email"],
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="tel"],
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="url"] {
  height: 48px;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 textarea {
  height: 80px;
  resize: vertical;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 input::placeholder,
.page-template-page-contact .contact-form-cf7 .wpcf7 textarea::placeholder {
  color: #01498d99;
  font-weight: 600;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="submit"] {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  background: #204fb4;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="submit"]:hover {
  background: #1a4296;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="submit"]:active {
  transform: translateY(1px);
}
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="submit"]:disabled,
.page-template-page-contact .contact-form-cf7 .wpcf7 input[type="submit"][aria-disabled="true"] {
  opacity: 0.72;
  cursor: wait;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 form > * + * {
  margin-top: 0;
}
.page-template-page-contact .contact-form-cf7 .wpcf7 br {
  display: none;
}
.page-template-page-contact .contact-form-cf7 .contact-form-cf7__status {
  min-height: 1.25rem;
}
.page-template-page-contact .contact-form-cf7 .wpcf7-spinner {
  margin: 12px auto 0;
  display: block;
}

