/*
 Theme Name: Kyushu Estate LP
 Author: Actynetwork
 Version: 1.0
*/


.GlobalHeader-button {
  width: 160px;
  justify-content: center;
}

/* Customize CF 7 checkbox styles */
.FormCheckboxs .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.FormCheckboxs .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.FormCheckboxs .wpcf7-list-item label input[type=checkbox] {
  height: 20px;
  width: 20px;
  margin: 0 8px 0 0;
}

.external-link {
  text-decoration: underline;
  color: rgb(0, 106, 255);
}