.nav__menu .menu-item .nav__link .nav__title {
  text-transform: none;
  font-size: 18px;
}

h2 {
  color: #912429;
  font-size: 32px;
}

h1 {
  font-weight: bold;
}

h3 {
  font-size: 28px;
}

.header-skin-dark .topbar-navbar__wrapper {
  background-color: #912429;
}

body.page-id-9 .wpcf7-form,
body.page-id-9 .wpcf7-form * {
  font-family: inherit !important;
  letter-spacing: normal !important;
}

body.page-id-9 .wpcf7-form input[type="text"],
body.page-id-9 .wpcf7-form input[type="email"],
body.page-id-9 .wpcf7-form input[type="tel"],
body.page-id-9 .wpcf7-form input[type="url"],
body.page-id-9 .wpcf7-form input[type="number"],
body.page-id-9 .wpcf7-form select,
body.page-id-9 .wpcf7-form textarea {
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 12px;
  box-sizing: border-box;
  width: 100%;
}

body.page-id-9 .wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

body.page-id-9 .wpcf7-form p {
  margin-bottom: 16px;
}

body.page-id-9 .wpcf7-form ::placeholder {
  opacity: 0.9;
  letter-spacing: normal;
}

body.page-id-9 .wpcf7-form input:focus,
body.page-id-9 .wpcf7-form textarea:focus,
body.page-id-9 .wpcf7-form select:focus {
  border: 1px solid #005bbb;
  outline: none;
}